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

无数据

分类

全部后端开发(15)系统运维(10)Julia(10)网络与安全(10)综合其他(3)人工智能(3)Python(2)Go(2)Tornado(2)Rust(1)

语言

全部英语(14)中文(繁体)(10)zh(2)kor(1)中文(简体)(1)

格式

全部PDF文档 PDF(17)DOC文档 DOC(9)PPT文档 PPT(1)其他文档 其他(1)
 
本次搜索耗时 0.054 秒,为您找到相关结果约 28 个.
  • 全部
  • 后端开发
  • 系统运维
  • Julia
  • 网络与安全
  • 综合其他
  • 人工智能
  • Python
  • Go
  • Tornado
  • Rust
  • 全部
  • 英语
  • 中文(繁体)
  • zh
  • kor
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rust 程序设计语言 简体中文版 1.85.0

    Rust 中文社区翻译。 本书的当前版本假设你使用 Rust 1.85.0(2025-02-17 发布)或更高版本并在所有项目的 Cargo.toml 文件中通过 edition = "2024"将其配置为使用 Rust 2024 edition 惯用法。请查 看第一章的 “安装” 部分了解如何安装和升级 Rust。 本书的英文原版 HTML 格式可以在 https://doc.rust-lang.org/stable/book/ Cargo.toml 文件。它应该看起来与示例 1-2 中代码类似: 文件名:Cargo.toml [package] name = "hello_cargo" version = "0.1.0" edition = "2024" 18/562Rust 程序设计语言 简体中文版 [dependencies] 这个文件使用 TOML (Tom’s Obvious, Minimal Language) 标题,表明下面的语句用来配置一个包。随着我们 在这个文件增加更多的信息,还将增加其他 section。 接下来的三行设置了 Cargo 编译程序所需的配置:项目的名称、项目的版本以及要使用的 Rust 版本。附录 E 会介绍 edition 的值。 最后一行,[dependencies],是罗列项目依赖的 section 的开始。在 Rust 中,代码包被称为 crates。这个项目并不需要其他的 crate,不过在第二章的第一个项目会用到依赖,那时会用
    0 码力 | 562 页 | 3.23 MB | 24 天前
    3
  • pdf文档 Trends Artificial Intelligence

    saber rattling.​ The pros Stuart Russell and Peter Norvig went deep on these topics in the Fourth Edition (2020) of their 1,116-page classic ‘Artificial Intelligence: A Modern Approach’ (link here), and (5/2/25), Fox News There’s three places where [GenAI is]…helping us: data creation…creating new features that were just not possible… efficiencies everywhere in the company… …I should mention something Canva Background Remover & Magic Media – 2023-2024, per Canva One of our community’s favorite Canva features has been the one-click image Background Remover, launched in December 2019...[to] wild success
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • ppt文档 Introduction

    (Redhat) 2. Your announcements || Engineer lost & found | Grab coffee/beer break 3. Archiving Ultimate DevEx with DevPod – Przemek Białoń (Loft Labs) 4. After: nearbyOur HostSponsorsSponsors CommunityWhere
    0 码力 | 8 页 | 27.61 MB | 5 月前
    3
  • pdf文档 Introduction

    (Redhat) 2. Your announcements || Engineer lost & found | Grab coffee/beer break 3. Archiving Ultimate DevEx with DevPod – Przemek Białoń (Loft Labs) 4. After: nearbyOur HostSponsorsSponsors CommunityWhere
    0 码力 | 8 页 | 379.61 KB | 5 月前
    3
  • word文档 Predictably Irrational

    largely fail to comprehend. We usually think of ourselves as sitting in the driver’s seat, with ultimate control over the decisions we make and the direction our life takes; but alas, this perception
    0 码力 | 3 页 | 234.46 KB | 5 月前
    3
  • pdf文档 Deploy VTA on Intel FPGA

    DEPLOY VTA ON INTEL FPGA Step 1: Get DE10-Nano and download & install Quartus Prime 18.1 Lite Edition Step 2: Download SDCard Image from Terasic (Require Registration) Step 3: Get files from https://github
    0 码力 | 12 页 | 1.35 MB | 5 月前
    3
  • word文档 Pomodoro Technique

    typically experience deep enjoyment, creativity, and a total involvement with life. In this new edition of his groundbreaking classic work, Csikszentmihalyi demonstrates the ways this positive state
    0 码力 | 3 页 | 289.16 KB | 5 月前
    3
  • pdf文档 MITRE Defense Agile Acquisition Guide - Mar 2014

    requirements/desired functionality for the program Release Backlog – Subset of the program backlog listing features intended for the release Sprint Backlog – Subset of the release backlog listing the user stories activity. Teams populate the program backlog during an initial planning session, identifying all features the team considers relevant to building the product. The program backlog serves as the primary highest priority items are implemented first. The team need not document all the requirements or features up front, as the program backlog will evolve over time. Subsequent strategic, high-level planning
    0 码力 | 74 页 | 3.57 MB | 5 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asynchronous features; for that see this simple chat room. 5Tornado Documentation, Release 6.5.1 6 Chapter 2. Hello although this configuration is not officially supported or recommended for pro- duction use. Some features are missing on Windows (including multi-process mode) and scalability is limited (Even though Tornado web framework and HTTP server together. 6.1.2 Asynchronous and non-Blocking I/O Real-time web features require a long-lived mostly-idle connection per user. In a traditional synchronous web server, this
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asynchronous features; for that see this simple chat room [https://github.com/tornadoweb/tornado/tree/stable/demos/chat] although this configuration is not officially supported or recommended for production use. Some features are missing on Windows (including multi-process mode) and scalability is limited (Even though Tornado Tornado’s web framework and HTTP server together.Asynchronous and non-Blocking I/O Real-time web features require a long-lived mostly-idle connection per user. In a traditional synchronous web server, this
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
共 28 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Rust程序设计程序设计语言简体中文文版中文版简体中文版1.85TrendsArtificialIntelligenceIntroductionPredictablyIrrationalDeployVTAonIntelFPGAPomodoroTechniqueMITREDefenseAgileAcquisitionGuideMar2014Tornado6.5Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩