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

无数据

分类

全部后端开发(182)综合其他(128)Weblate(90)云计算&大数据(75)系统运维(64)区块链(44)数据库(39)Python(38)Linux(35)OpenShift(30)

语言

全部中文(简体)(505)

格式

全部PDF文档 PDF(391)其他文档 其他(106)PPT文档 PPT(7)DOC文档 DOC(1)
 
本次搜索耗时 0.181 秒,为您找到相关结果约 505 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • 云计算&大数据
  • 系统运维
  • 区块链
  • 数据库
  • Python
  • Linux
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PFS SPDK: Storage Performance Development Kit

    0 码力 | 23 页 | 4.21 MB | 5 月前
    3
  • pdf文档 《Java 应用与开发》课程讲义 - 王晓东

    TestAssertion { 2 public static void main(String[] args) { 3 new TestAssertion().process(-12); 4 } 5 public void process(int age) { 6 assert age >= 0; 7 System.out.println(”您的年龄:” + age); 8 // --- 12.5. 课后习题 � 12 � output Exception in thread ”main” java.lang.AssertionError at TestAssertion.process(TestAssertion.java:8) at TestAssertion.main(TestAssertion.java:4) 第二种断言的语法格式如下: 1 assert < boolean TestAssertion2 { 2 public static void main(String[] args) { 3 new TestAssertion2().process(-12); 4 } 5 public void process(int age) { 6 assert age >= 0: ”年龄值不合理”; 7 System.out.println(”您的年龄:” + age);
    0 码力 | 330 页 | 6.54 MB | 1 年前
    3
  • pdf文档 openEuler 21.03 技术白皮书

    improve the performance experience of diversified computing power as well as advance the ecosystem development. openEuler tries to match each type of workload with the most appropriate computing power unit and Transparent Management of the Open Source Software Supply Chain The process of building an open source OS is also a process of supply chain aggregation and optimization. A reliable open source software kernel upgrade File systems Chips and peripheral drivers Linux Kernel 5.10 Computing architecture Process mgmt Driver framework etMem Async I/O communication framework Virtualization enhancement Scheduling
    0 码力 | 21 页 | 948.66 KB | 1 年前
    3
  • pdf文档 openEuler 21.09 技术白皮书

    enable a single application development for all scenarios. Continuous Contribution to the Linux Kernel As a major contributor to the Linux kernel, the kernel development team is responsible for enhancing contributing to upstream communities. Open and Transparent: The Open Source Software Supply Chain The process of building an open source OS relies on supply chain aggregation and optimization. To ensure reliable The user-mode swap delivers a higher performance than the kernel- mode swap and the whole swap process is transparent to users. Cloud base: • KubeOS for containers: In cloud native scenarios, the OS
    0 码力 | 36 页 | 3.40 MB | 1 年前
    3
  • pdf文档 2021 中国开源年度报告

    Technology of the People's Republic of China (MIIT) has released the "14th Five-Year Plan for the Development of Software and Information Technology Services", a typical signal that the open source sector following years, it continued to release developer survey reports, aiming to present open source development in China from various dimensions. This year we set off again, combining data analysis tools and Understanding the open source culture and the open source collaboration, we could better promote the development of open source and make an outstanding contribution; the future is predictable. 3.3 受访者职位分布
    0 码力 | 199 页 | 9.63 MB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    Tutorials on using Kotlin with Spring Webinars with experts Webinars on using Kotlin for server-side development Kotlin Multiplatform Multiverse Tutorials on using Kotlin Multiplatform for mobile Competitive Kotlin/JS IR 编译器中可用特性的更多信息,以及如何在项目中 尝试使用它,请访问 Kotlin/JS IR 编译器文档页及其迁移指南。 Kotlin/JS 框架 Modern web development benefits significantly from frameworks that simplify building web applications. Here are a few of secondary constructors with bodies. They are now available by default. Learn more about the development of Kotlin inline classes in this KEEP. Kotlin/JVM Starting with version 1.9.0, the compiler
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    Tutorials on using Kotlin with Spring Webinars with experts Webinars on using Kotlin for server-side development Kotlin Multiplatform Multiverse Tutorials on using Kotlin Multiplatform for mobile Competitive Kotlin/JS IR 编译器中可用特性的更多信息,以及如何在项目中尝试使用它,请 访问 Kotlin/JS IR 编译器文档页及其迁移指南。 Kotlin/JS 框架 Modern web development benefits significantly from frameworks that simplify building web applications. Here are a few of secondary constructors with bodies. They are now available by default. Learn more about the development of Kotlin inline classes in this KEEP. Kotlin/JVM Starting with version 1.9.0, the compiler can
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.3.0 中文文档

    http://192.168.1.4:2375/node3 interval: 0.1 其中每项配置项的解释如下: 1. monitor.type,需要指定为process,只对进程进行监控; 2. monitor.process,一个包含所有要监视的进称列表,其中每个进程的 command属性为一个正则表达式,表示进程名称;每个进程还可以有一 个arguments属性(未在上述示例中使用到),表示进程的参数。Caliper 3. monitor.interval,监视器的采样间隔,单位为秒。 需要注意的是,进程监控目前暂不支持监控进程对网络和磁盘的使用情况。 monitor: type: - process process: - command: node0 multiOutput: avg - command: node1 multiOutput: avg - command: retains the parsing function of listen_ip. For details, please refer to here In order to facilitate development and experience, the reference configuration of channel_listen_ip is 0.0.0.0. For security reasons
    0 码力 | 1227 页 | 10.79 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.4.0 中文文档

    http://192.168.1.4:2375/node3 interval: 0.1 其中每项配置项的解释如下: 1. monitor.type,需要指定为process,只对进程进行监控; 2. monitor.process,一个包含所有要监视的进称列表,其中每个进程的 command属性为一个正则表达式,表示进程名称;每个进程还可以有一 个arguments属性(未在上述示例中使用到),表示进程的参数。Caliper 3. monitor.interval,监视器的采样间隔,单位为秒。 需要注意的是,进程监控目前暂不支持监控进程对网络和磁盘的使用情况。 monitor: type: - process process: - command: node0 multiOutput: avg - command: node1 multiOutput: avg - command: retains the parsing function of listen_ip. For details, please refer to here In order to facilitate development and experience, the reference configuration of channel_listen_ip is 0.0.0.0. For security reasons
    0 码力 | 1314 页 | 11.21 MB | 1 年前
    3
  • epub文档 Weblate 4.2 用户文档

    options to order the strings according to your needs: Application developer guide Using Weblate is a process that brings your users closer to you, by bringing you closer to your translators. It up to you to can be found in the Menu menu of each component can give you guidance to make your localization process easy for community translators. Managing translations Adding new translations New strings can will be also available for translators to translate into additional languages. Development process Localization process Developers Intermediate file Monolingual base language file Translators Translation
    0 码力 | 648 页 | 9.34 MB | 1 年前
    3
共 505 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 51
前往
页
相关搜索词
PFSSPDKStoragePerformanceDevelopmentKitlecturenotesforJavaApplicationandpdfopenEuler21.03技术白皮皮书白皮书21.092021中国开源年度报告年度报告Kotlin1.910官方文档中文文版中文版FISCOBCOS2.32.4Weblate4.2用户用户文档
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩