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

无数据

分类

全部后端开发(376)云计算&大数据(156)综合其他(150)Weblate(90)系统运维(82)Python(82)数据库(72)OpenShift(59)区块链(48)PyWebIO(48)

语言

全部中文(简体)(883)

格式

全部PDF文档 PDF(721)其他文档 其他(137)PPT文档 PPT(21)DOC文档 DOC(4)
 
本次搜索耗时 0.203 秒,为您找到相关结果约 883 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • 综合其他
  • Weblate
  • 系统运维
  • Python
  • 数据库
  • OpenShift
  • 区块链
  • PyWebIO
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 What's New In Apache Ozone 1.3

    What’s new in Apache Ozone 1.3 陈怡 Apache Ozone PMC 主席 3 ⽬录 I. Ozone 构架 II. Ozone 1.3 新功能 III. 未来展望 4 Ozone 构架 5 Ozone 1.3 新功能 I. 纠删码(Erasure coding) II. 系统均衡器(Container Balancer) III
    0 码力 | 24 页 | 2.41 MB | 1 年前
    3
  • pdf文档 JAVA 应用与开发 - 泛型

    Object 类型来处理���此��,�����时,我们��� ��合�取�的元素��������型�为���的类型� 无泛型机制的集合容器 1 Vector v = new Vector(); 2 v.addElement(new Person("Tom", 18)); 3 Person p = (Person) v.elementAt(0); 4 p.showInfo(); 4 19 ���泛型 Object 类型来处理���此��,�����时,我们��� ��合�取�的元素��������型�为���的类型� 无泛型机制的集合容器 1 Vector v = new Vector(); 2 v.addElement(new Person("Tom", 18)); 3 Person p = (Person) v.elementAt(0); 4 p.showInfo(); 4 19 ������泛型 elementAt(int index) { --- } 4 } ��的 E ��为�形�类型�参数��������型类时,我们 需要����的具体类型,���类型参数� 1 Vector v = new Vector(); 编译器�� Vector 类型��时,�知道此 Vector ��/� �的类型参数 E �����为 String 类型,������� addElement()
    0 码力 | 35 页 | 587.40 KB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    and it can compile code from various programming languages, including Kotlin. Kotlin/Wasm is a new compilation target for Kotlin. You can use it in your Kotlin Multiplatform projects. With Kotlin/Wasm If you face any issues, please report them on GitHub. Compose Multiplatform for Web is based on new Kotlin/Wasm target. You can create a Kotlin Multiplatform project and experiment with sharing your fritz2 is a standalone framework for building reactive web user interfaces. It provides its own type-safe DSL for building and rendering HTML elements, and it makes use of Kotlin's coroutines and flows
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 The Next G of PHP--鸟哥@PHPCON2017

    Analysis Optimization · Type Inference System · Enhancement Of Range Inference · Enhancement Of Type Inference Using Pi-Node php -d opcache.opt_debug_level=-1 calc.php PHP7.1 · Type Special Opcode Handler Handler · Avoiding Type-Check In Runtime · Make Fast-Path Faster TYPE SPECIAL OPCODE HANDLER function calc($a1, $b2) { //$a1: [ANY], $b2: [ANY] $T3 = $a1 * 2; //$T3: [LONG, DOUBLE] Codes(Mcode)[2] · Already Opened Source[3] BRAND NEW WAY Compiler JIT Type Inference Register Allocation Execute Opcode Mcode Range Inference SHM Liveness Analysis JUST-IN-TIME COMPILER CON
    0 码力 | 25 页 | 297.68 KB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    secure, and it can compile code from various programming languages, including Kotlin. Kotlin/Wasm is a new compilation target for Kotlin. You can use it in your Kotlin Multiplatform projects. With Kotlin/Wasm issues, please report them on GitHub. Kotlin Wasm 35 Compose Multiplatform for Web is based on new Kotlin/Wasm target. You can create a Kotlin Multiplatform project and experiment with sharing your fritz2 fritz2 is a standalone framework for building reactive web user interfaces. It provides its own type- safe DSL for building and rendering HTML elements, and it makes use of Kotlin's coroutines and
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Julia 中文文档

    . . . . . . . . . . . . . . . . . . 257 Automatic Type Conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257 Type Correspondences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257 Struct Type Correspondences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 CONTENTS vii Type Parameters . . . . . . . . . . . . . . . . translation guide . . . . . . . . . . . . . . . . . . . . . . . . . 263 ccall / @cfunction return type translation guide . . . . . . . . . . . . . . . . . . . . . . . . 265 Passing Pointers for Modifying
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 openEuler 21.09 技术白皮书

    30, 2020, the Long Term Support (LTS) version openEuler 20.03 was officially released, which was a new Linux distribution with independent technology evolution. Later in 2020, on September 30, the innovative released. This version is enhanced in line with Linux kernel 5.10 and also incorporates multiple new features, such as live kernel upgrade and tiered memory expansion. These features improve multi-core stable, and reliable OS for enterprise users. openEuler is built on tried-and-tested technologies. A new openEuler version is released every 6 months to quickly integrate the latest technical achievements
    0 码力 | 36 页 | 3.40 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    例中构建 Rust 二进制文件: 1. 在你要复制的示例上点击“复制到剪贴板(Copy to clipboard)”按钮。 2. 使用 cargo new exercise 为代码新建一个 exercise/ 目录: $ cargo new exercise Created binary (application) `exercise` package 3. 转到 exercise/ 并使用 的第一天。我们会涉及很多内容: • Rust 基本语法:变量、标量(scalar)和复合(compound)类型、枚举(Enum)、结构体(struct)、引 用、函数和方法。 • Types and type inference. • 控制流结构:循环、条件语句等。 • 用户定义的类型:结构体和枚举。 • 模式匹配:解构枚举、结构体和数组(array)。 时间表 Including 10 minute breaks t 的宏只是 部分卫生。 • Rust 是多范式编程语言。例如,它具有强大的面向对象的编程功能,虽然它不是函数式语言,但包括 一系列的函数概念。 5.2 变量 Rust provides type safety via static typing. Variable bindings are made with let: fn main() { let x: i32 = 10; println
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 2022年美团技术年货 合辑

    [4] RepVGG: Making VGG-style ConvNets Great Again, https://arxiv.org/ pdf/2101.03697 [5] CSPNet: A New Backbone that can Enhance Learning Capability of CNN, https://arxiv.org/abs/1911.11929 [6] Path Learning. arXiv:2208.02813, 2022. 算法 < 151 [15] Zhou M, Ding Z, Tang J, et al. Micro behaviors: A new perspective in e-commerce recommender systems. WSDM 2018. [16] Zou X, Hu Z, Zhao Y, et al. Automatic arXiv:1908.10084, 2019. [6] Chen Q, Zhu X, Ling Z H, et al. Enhanced LSTM for Natural Language Inference[C]// Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics
    0 码力 | 1356 页 | 45.90 MB | 1 年前
    3
  • pdf文档 3.云原生边云协同AI框架实践

    物业/安保/管理人员 业务用户: 工人/行人 Edge 1 App Shallow Model Hard example mining Cloud Sedna Joint-Inference API 大模型 推理 大模型 推理 Deep Model Edge 2 App Shallow Model Hard example mining Edge 3 CRD 自定义资源类型,以yaml 文件呈现。 API 定义了与CRD相同的数据 结构,面向编程实现,如 Go语言。 CR CRD定义的设置的值,这 些值描述operand的配置。 API type LifelongLearningJob struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` LLJobSpec `json:"spec"` Status LLJobStatus `json:"status,omitempty"` } type LLJobSpec struct { Dataset LLDataset `json:"dataset"` TrainSpec LLTrainSpec `json:"trainSpec"`
    0 码力 | 37 页 | 2.36 MB | 1 年前
    3
共 883 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 89
前往
页
相关搜索词
Apache OzoneOzoneJavagenerictypepdfKotlin1.910官方文档中文文版中文版TheNextofPHP鸟哥PHPCON2017JuliaopenEuler21.09技术白皮皮书白皮书ComprehensiveRust简体简体中文2024122022美团年货合辑原生边云协同AI框架实践
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩