积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(110)Python(44)C++(39)Julia(18)Django(13)云计算&大数据(12)VirtualBox(11)Rust(9)综合其他(7)人工智能(6)

语言

全部英语(108)中文(繁体)(11)中文(简体)(2)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)zh(1)中文(简体)(1)

格式

全部PDF文档 PDF(123)其他文档 其他(7)
 
本次搜索耗时 0.048 秒,为您找到相关结果约 130 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Django
  • 云计算&大数据
  • VirtualBox
  • Rust
  • 综合其他
  • 人工智能
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • zh
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: The structure of a Program

    Overview • The process of building a program • What a translation unit (TU) is, and its relationship to the code you write • The phases of translation • Declarations, definitions, and linkage • The one-definition compilation process translation • In C++, translation is performed upon a translation unit (TU) in nine well- defined stages • Evocatively named Phases 1 through 9 • A translation unit is defined (roughly) The Structure of a Program 20Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Phases of Translation 21 CppCon 2020 - The Structure of a Program Phase 1 Phase 2 Phase 3 Phase 4 Phase 5 Phase
    0 码力 | 64 页 | 390.34 KB | 5 月前
    3
  • pdf文档 Back to Basics: Templates - Part 1

    lambda functionsCppCon 2021 – Back to Basics: Templates – Part 1 Copyright © 2021 Bob Steagall Translation Units • Compilation • The process of converting human-readable source code into binary object standard calls the compilation process translation 25CppCon 2021 – Back to Basics: Templates – Part 1 Copyright © 2021 Bob Steagall Translation Units • In C++, translation is performed in nine well-defined These are what we usually refer to as pre-processing • The output of Phase 6 is a translation unit • A translation unit is defined [5.1] as • A source file • Plus all the headers and source files included
    0 码力 | 68 页 | 436.75 KB | 5 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    In this talk I'll tell you about C++ AoT compiler, JiTs for dynamic language, JiTs for binary translation, and dive back 20, 30, 40, 50, 60 years, way back into compiler history and read wonderful academic “just-in-time” compilation (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind “just-in-time” compilation (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind
    0 码力 | 111 页 | 3.98 MB | 5 月前
    3
  • pdf文档 Django CMS 3.0.x Documentation

    cms.plugin_pool import plugin_pool from polls_plugin.models import PollPlugin from django.utils.translation import ugettext as _ class CMSPollPlugin(CMSPluginBase): model = PollPlugin # model where plugin app: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool from django.utils.translation import ugettext_lazy as _ class PollsApp(CMSApp): name = _("Poll App") # give your app a name, with in the previous tutorial): from django.core.urlresolvers import reverse from django.utils.translation import ugettext_lazy as _ from cms.toolbar_pool import toolbar_pool from cms.toolbar_base import
    0 码力 | 180 页 | 1.56 MB | 6 月前
    3
  • epub文档 Django CMS 2.1.x Documentation

    CMS_DBGETTEXT Default: False (unless dbgettext is in settings.INSTALLED_APPS) Enable gettext-based translation of CMS content rather than use the standard administration interface. Requires django-dbgettext deprecated and will be removed in 2.2. 4.3.8. CMS_DBGETTEXT_SLUGS Default: False Enable gettext-based translation of page paths/slugs. Experimental at this stage, as resulting translations cannot be guaranteed object add an optional language parameter to the get_absolute_url function: from django.utils.translation import get_language def get_absolute_url(self, language=None): if not language: language
    0 码力 | 81 页 | 554.09 KB | 6 月前
    3
  • pdf文档 Django CMS 2.1.x Documentation

    CMS_DBGETTEXT Default: False (unless dbgettext is in settings.INSTALLED_APPS) Enable gettext-based translation of CMS content rather than use the standard administration interface. Requires django-dbgettext deprecated and will be removed in 2.2. CMS_DBGETTEXT_SLUGS Default: False Enable gettext-based translation of page paths/slugs. Experimental at this stage, as resulting translations cannot be guaranteed object add an optional language parameter to the get_absolute_url function: from django.utils.translation import get_language def get_absolute_url(self, language=None): if not language: language = get_language()
    0 码力 | 63 页 | 485.38 KB | 6 月前
    3
  • epub文档 Django CMS 3.9.x Documentation

    import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register the plugin class PollPluginPubl Add cms_menus.py in polls_cms_integration/: from django.urls import reverse from django.utils.translation import gettext_lazy as _ from cms.menu_bases import CMSAttachMenu from menus.base import NavigationNode 2/topics/i18n/translation/#django.conf.urls.i18n.i18n_patterns]. For more information about this see the official Django documentation [https://docs.djangoproject.com/en/dev/topics/i18n/translation/#interna
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register the plugin class PollPluginPubl Add cms_menus.py in polls_cms_integration/: from django.urls import reverse from django.utils.translation import gettext_lazy as _ from cms.menu_bases import CMSAttachMenu from menus.base import NavigationNode 2/topics/i18n/translation/#django.conf.urls.i18n.i18n_patterns]. For more information about this see the official Django documentation [https://docs.djangoproject.com/en/dev/topics/i18n/translation/#interna
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register the plugin class PollPluginPubl Add cms_menus.py in polls_cms_integration/: from django.urls import reverse from django.utils.translation import gettext_lazy as _ from cms.menu_bases import CMSAttachMenu from menus.base import NavigationNode 2/topics/i18n/translation/#django.conf.urls.i18n.i18n_patterns]. For more information about this see the official Django documentation [https://docs.djangoproject.com/en/dev/topics/i18n/translation/#interna
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 2.4.x Documentation

    For django 1.4 more infos can be found here: https://docs.djangoproject.com/en/dev/topics/i18n/translation/#internationalizati on-in-url-patterns If you are still running django 1.3 you are able to archieve /i18n/translation.html#django.conf.urls.i18n.i18n_patterns]. For more information about this see the official django documentation [https://docs.djangoproject.com/en/dev/topics/i18n/translation/#inter hide_untranslated is True in your CMS_LANGUAGES and you are on a page that doesn’t yet have an English translation and you view the German version then the language chooser will redirect to /. The same goes for
    0 码力 | 156 页 | 727.78 KB | 6 月前
    3
共 130 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
BacktoBasicsThestructureofProgramTemplatesPartJustinTimeCompilationBastienCppCon2020DjangoCMS3.0Documentation2.13.93.8httpsdocsdjangocmsorgdownloadsenlatest2.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩