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

无数据

分类

全部后端开发(333)综合其他(143)云计算&大数据(130)Weblate(90)Python(71)系统运维(70)数据库(64)OpenShift(50)区块链(48)PyWebIO(48)

语言

全部中文(简体)(785)

格式

全部PDF文档 PDF(630)其他文档 其他(133)PPT文档 PPT(19)DOC文档 DOC(3)
 
本次搜索耗时 0.225 秒,为您找到相关结果约 785 个.
  • 全部
  • 后端开发
  • 综合其他
  • 云计算&大数据
  • 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 应用与开发 - 高级类特性

    TestAnonymous.java 1 public class TestAnonymous { 2 public static void main(String[] args) { 3 Person sp = new Person() { // 匿名内部类 4 public void work() { 5 System.out.println("�����" + this.getInfo()); 6 System TestAnonymous.java 1 public class TestAnonymous { 2 public static void main(String[] args) { 3 Person sp = new Person() { // 匿名内部类 4 public void work() { 5 System.out.println("�����" + this.getInfo()); 6 System �用����类 ��匿名类��类名����方法���类�名�����类�� ������������������匿名类�象������ �类��方法����类的��方法�� 1 Person sp = new Person("Kevin", 30) { 2 public void work() { 3 System.out.println("�����" + this.getInfo()); 4 System
    0 码力 | 61 页 | 677.55 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 compatibility between Kotlin and Apache Spark. It allows Kotlin developers to use familiar language features such as data classes, and lambda expressions as simple expressions in curly braces or method references
    0 码力 | 3753 页 | 29.69 MB | 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 compatibility between Kotlin and Apache Spark. It allows Kotlin developers to use familiar language features such as data classes, and lambda expressions as simple expressions in curly braces or method references
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    ShardingSphere‐Proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Product Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Advantages 2.4 Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 8 Features 19 8.1 Sharding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . shardingsphere.proxy.Bootstrap, how to solve it? . . . . . . . . . . . 577 13.2.2 Proxy How to add a new logic database dynamically when use ShardingSphere‐ Proxy? . . . . . . . . . . . . . . . . . . .
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 openEuler 21.09 技术白皮书

    Platform Architecture 05 Operating Environments 08 Kernel Innovations 10 Cloud Base 14 Enhanced Features 22 Community Governance 26 Copyright Description 33 Trademarks 33 Appendixes 33 CONTENTS openEuler Platform Architecture 05 Operating Environments 08 Kernel Innovations 10 Cloud Base 14 Enhanced Features 22 Community Governance 26 Copyright Description 33 Trademarks 33 Appendixes 33 01/ Introduction 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
    0 码力 | 36 页 | 3.40 MB | 1 年前
    3
  • pdf文档 openEuler 21.03 技术白皮书

    Environment 04 / Kernel Innovations 05 / Cloud Base 06 / Flourishing Ecosystem 07 / Enhanced Features 08 / Community Governance 09 / Copyright Description 10 / Trademarks 11 / Appendixes 01 04 March 30, 2020, the first Long Term Support (LTS) version openEuler 20.03 was released, which was a new Linux distribution with independent technology evolution. On September 30, 2020, the innovative released. This version not only switched to Linux kernel 5.10 but also incorporated multiple new features such as live kernel upgrade and tiered memory expansion. These highlights improve multi-core
    0 码力 | 21 页 | 948.66 KB | 1 年前
    3
  • pdf文档 Blender v4.1 Manual

    Scenes & Objects Scenes Objects Collections View Layers Modeling Introduction Meshes Curves Curves (New) Surfaces Metaball Text Volumes Empties Modifiers Geometry Nodes Transform Sculpting & Painting Introduction Source View Translation Report issue on this page About Blender Introduction Who uses Blender? Key Features Blender’s History Version/Revision Milestones About Free Software and the GPL The Blender Community and feature films. Check out the User Stories page on the Blender website for more examples. Key Features Blender is a fully integrated 3D content creation suite, offering a broad range of essential tools
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • chm文档 httpd 2.2.31 中文文档

    are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. This document describes only the changes from 2.0 to 2 version 1.3, you should also consult the 1.3 to 2.0 upgrading document. See also Overview of new features in Apache 2.2 Compile Time Configuration Changes The compilation process is very similar to then you will need to account for the module name changes mentioned above. If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified by removing
    0 码力 | 1860 页 | 1.48 MB | 1 年前
    3
  • chm文档 httpd 2.2.29 中文文档

    are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. This document describes only the changes from 2.0 to 2 version 1.3, you should also consult the 1.3 to 2.0 upgrading document. See also Overview of new features in Apache 2.2 Compile Time Configuration Changes The compilation process is very similar to then you will need to account for the module name changes mentioned above. If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified by removing
    0 码力 | 1854 页 | 1.48 MB | 1 年前
    3
共 785 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 79
前往
页
相关搜索词
Apache OzoneOzoneAdvancedclassfeaturespdfKotlin1.910官方文档中文文版中文版ApacheShardingSpherev55.0documentopenEuler21.09技术白皮皮书白皮书21.03Blenderv4Manualhttpd2.23129
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩