积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(168)C++(143)系统运维(21)云计算&大数据(19)Python(13)综合其他(12)人工智能(12)网络与安全(12)Django(11)VirtualBox(11)

语言

全部英语(190)中文(简体)(15)中文(繁体)(10)zh(6)英语(3)日语(2)[zh](1)fj(1)kor(1)

格式

全部PDF文档 PDF(203)PPT文档 PPT(11)DOC文档 DOC(9)其他文档 其他(6)
 
本次搜索耗时 0.109 秒,为您找到相关结果约 229 个.
  • 全部
  • 后端开发
  • C++
  • 系统运维
  • 云计算&大数据
  • Python
  • 综合其他
  • 人工智能
  • 网络与安全
  • Django
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 英语
  • 日语
  • [zh]
  • fj
  • kor
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • DOC文档 DOC
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Beyond Compilation Databases to Support C++ Modules: Build Databases

    which use CMake ○ C++ modules support ● Working with the community to improve building software ○ ISO standards ■ Dependency format ○ Pushing forward modules support in other build systems ■ xmake needed to order compilations ● Vendored into CMake for its Unix Makefiles generator ● dyndep support added to ninja, merged into 1.10 (released Jan 2020) 11C++ Modules: Example Target add_library(A) up ○ Object (uniqueness constraint) ○ Source file ○ Work directory ○ Arguments (no “command” support) ● Additional fields ○ For modules build graph ■ Provides (mapping of module name to BMI path)
    0 码力 | 31 页 | 585.05 KB | 5 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    6.5.1 The Tornado Authors May 22, 2025CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 7 Discussion and support 255 Python Module Index 257 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python 5.1 6 Chapter 2. Hello, worldCHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.
    0 码力 | 272 页 | 1.12 MB | 2 月前
    3
  • epub文档 Tornado 6.5 Documentation

    com/tornadoweb/tornado/tree/stable/demos/chat]. Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run guide for more on Tornado’s approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method in Tornado that is safe to call from other threads
    0 码力 | 437 页 | 405.14 KB | 2 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    web application framework “for perfectionists with deadlines”. django CMS offers out-of-the-box support for the common features you’d expect from a CMS, but can also be easily customised and extended by organisation that exists to support the development of django CMS and its community. Discord Join our friendly Discord server [https://discord-support-channel.django-cms.org] for support and to share ideas and features: robust internationalisation (i18n) support for creating multilingual sites front-end editing, providing rapid access to the content management interface support for a variety of editors with advanced
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 4.1.x Documentation

    web application framework “for perfectionists with deadlines”. django CMS offers out-of-the-box support for the common features you’d expect from a CMS, but can also be easily customised and extended by organisation that exists to support the development of django CMS and its community. Discord Join our friendly Discord server [https://discord-support-channel.django-cms.org] for support and to share ideas and features: robust internationalisation (i18n) support for creating multilingual sites front-end editing, providing rapid access to the content management interface support for a variety of editors with advanced
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • epub文档 Django CMS 3.9.x Documentation

    web application framework “for perfectionists with deadlines”. django CMS offers out-of-the-box support for the common features you’d expect from a CMS, but can also be easily customised and extended by non-profit organisation that exists to support the development of django CMS and its community. Slack Join our friendly Slack group [https://www.django-cms.org/slack] for support and to share ideas and discuss features: robust internationalisation (i18n) support for creating multilingual sites front-end editing, providing rapid access to the content management interface support for a variety of editors with advanced
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
  • pdf文档 Django CMS 3.9.x Documentation

    web application framework “for perfectionists with deadlines”. django CMS offers out-of-the-box support for the common features you’d expect from a CMS, but can also be easily customised and extended by Association is a non-profit organisation that exists to support the development of django CMS and its community. 2.1 Slack Join our friendly Slack group for support and to share ideas and discuss technical questions robust internationalisation (i18n) support for creating multilingual sites • front-end editing, providing rapid access to the content management interface • support for a variety of editors with advanced
    0 码力 | 298 页 | 1.79 MB | 6 月前
    3
  • pdf文档 Django CMS 4.0.x Documentation

    web application framework “for perfectionists with deadlines”. django CMS offers out-of-the-box support for the common features you’d expect from a CMS, but can also be easily customised and extended by Association is a non-profit organisation that exists to support the development of django CMS and its community. 2.1 Slack Join our friendly Slack group for support and to share ideas and discuss technical questions robust internationalisation (i18n) support for creating multilingual sites • front-end editing, providing rapid access to the content management interface • support for a variety of editors with advanced
    0 码力 | 296 页 | 1.79 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    web application framework “for perfectionists with deadlines”. django CMS offers out-of-the-box support for the common features you’d expect from a CMS, but can also be easily customised and extended by features: robust internationalisation (i18n) support for creating multilingual sites front-end editing, providing rapid access to the content management interface support for a variety of editors with advanced table LTS in the table indicates a combination of Django and django CMS both covered by a long-term support policy. ✓ indicates that the version has been tested and works. x indicates that it has not been
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    Serial ports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 3.10 USB support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 3.10.1 USB settings Limiting bandwidth for disk images . . . . . . . . . . . . . . . . . . . . . . . . . 88 5.9 CD/DVD support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 5.10 iSCSI servers . . . . . . . . . . . . . . . . . . . . 100 7 Remote virtual machines 101 7.1 Remote display (VRDP support) . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 7.1.1 Common third-party RDP viewers
    0 码力 | 348 页 | 5.93 MB | 5 月前
    3
共 229 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
BeyondCompilationDatabasestoSupportC++ModulesBuildTornado6.5DocumentationhttpsdocsdjangocmsorgdownloadsenlatestDjangoCMS4.13.94.03.8OracleVMVirtualBox4.232UserManual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩