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

无数据

分类

全部后端开发(22)区块链(16)系统运维(13)httpd(12)Kotlin(2)云计算&大数据(2)Rust(2)数据库(1)综合其他(1)Go(1)

语言

全部中文(简体)(39)

格式

全部其他文档 其他(29)PDF文档 PDF(10)
 
本次搜索耗时 0.157 秒,为您找到相关结果约 39 个.
  • 全部
  • 后端开发
  • 区块链
  • 系统运维
  • httpd
  • Kotlin
  • 云计算&大数据
  • Rust
  • 数据库
  • 综合其他
  • Go
  • 全部
  • 中文(简体)
  • 全部
  • 其他文档 其他
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rust原子操作高性能实践 Rust Atomic Deep Dive - 王璞

    operations Sequential Consistency 04 ● A write-release guarantees that all preceding code completes before the releasing write ● A read-acquire guarantees that all following code starts after the acquiring
    0 码力 | 19 页 | 1.88 MB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    for the package to be used. For more information, see Explicit C- interoperability stability guarantees. We marked the Worker class and its related APIs as obsolete. We marked the BitSet class specifications are required for properties and functions that are exposed to the public API. This guarantees that API users are aware of the types of API members they use. Depending on your configuration technology to Stable by improving the toolchain stability and documentation, and ensuring compatibility guarantees. Experience of library authors: a set of documentation and tools helping to set up, develop,
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    fits 2 bytes. 探索更多 Rust 具有多种优化措施,可以减少枚举占用的空间。 • Null pointer optimization: For some types, Rust guarantees that size_of::() equals size_of::>(). Example code if you want to show how the bitwise representation may look like in practice. It's important to note that the compiler provides no guarantees regarding this representation, therefore this is totally unsafe. use std::mem::transmute; macro_rules push_str("world"); // DON'T DO THIS AT HOME! For educational purposes only. // String provides no guarantees about its layout, so this could lead to // undefined behavior. unsafe { let (capacity, ptr, len):
    0 码力 | 359 页 | 1.33 MB | 11 月前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    opt-ins for the package to be used. For more information, see Explicit C-interoperability stability guarantees. We marked the Worker class and its related APIs as obsolete. We marked the BitSet class specifications are required for properties and functions that are exposed to the public API. This guarantees that API users are aware of the types of API members they use. Depending on your configuration technology to Stable by improving the toolchain stability and documentation, and ensuring compatibility guarantees. Experience of library authors: a set of documentation and tools helping to set up, develop, and
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 TiDB 与 TiFlash扩展——向真 HTAP 平台前进 韦万

    Learner Low-cost Data Replication ● Although data replication is asynchronous ● Read operation guarantees strong consistency ● Raft Learner read protocol + MVCC do the trick ○ Check readIndex on read
    0 码力 | 45 页 | 2.75 MB | 6 月前
    3
  • pdf文档 Apache RocketMQ 介绍

    Kafka ● Apache Kafkaに入門した 原文链接:Apache RocketMQ 介绍 ● 解决KafKa数据存储与顺序一致性保证 ● Kafka : Ordering Guarantees ● Apache Kafka 从 0.7 到 1.0:那些年我们踩过的坑 ● Apache Kafkaの概要とアーキテクチャ ● Apache RocketMQ ● 专访Rocke
    0 码力 | 5 页 | 375.48 KB | 1 年前
    3
  • pdf文档 Zabbix 峰会、社区和公司

    sokng complcated customer support iasks passlon for emergmg| Hechnoges ang autoftpe bo thmiang guarantees thorough hghrqualty services for Zabbtr enterprse-evel customers aspars meani Technical Support
    0 码力 | 32 页 | 6.22 MB | 1 年前
    3
  • pdf文档 Golang 101(Go语言101 中文版) v1.21.a

    Go白皮书(https://golang.google.cn/ref/spec#Numeric_types)中的要求 (https://golang.google.cn/ref/spec#Size_and_alignment_guarantees) 布尔 1 byte 未做特别要求 int8, uint8 (byte) 1 byte 1 byte int16, uint16 2 bytes 2 bytes int32 Go白皮书(https://golang.google.cn/ref/spec#Numeric_types)中的要求 (https://golang.google.cn/ref/spec#Size_and_alignment_guarantees) int, uint 1 word 架构相关,在32位系统架构中为4个字节,而在64位系统架构中为8个字节 uintptr 1 word 必须足够存下任一个内存地址 字符串 2 words 保证总是相等的。对于gccgo编译器,这两者可能不相等。 Go白皮书仅列出了些许类型对齐保证要求 (https://golang.google.cn/ref/spec#Size_and_alignment_guarantees)。 一个合格的Go编译器必须保证: 1. 对于任何类型的变量 x , unsafe.Alignof(x) 的结果最小为 1 。 2. 对于一个结构体类型的变量 x , unsafe
    0 码力 | 591 页 | 21.40 MB | 1 年前
    3
  • pdf文档 Kubernetes开源书 - 周立

    被删除时,与Pod的PersistentVolume Claims相关联 的PersistentVolumes不会被删除。这必须⼿动完成。 Deployment and Scaling Guarantees(部署和缩放保证) 17-StatefulSet 72 对于具有N个副本的StatefulSet,当部署Pod时,它们将按从{0..N-1}的顺序创建。 当Pod被删除时,它们按从{N-1
    0 码力 | 135 页 | 21.02 MB | 1 年前
    3
  • pdf文档 Julia 中文文档

    Function. invokelatest(f, args...; kwargs...) 41.10. SYNTAX 435 Calls f(args...; kwargs...), but guarantees that the most recent method of f will be executed. This is useful in specialized circumstances given block of code. Calling Ref(array[, index]) is generally preferable to this function as it guarantees validity. source Base.unsafe_wrap – Method. unsafe_wrap(Array, pointer::Ptr{T}, dims; own = This data area is owned by the array, but is not a GC-tracked object by itself. The compiler guarantees that as long as this pointer is live, the object that this pointer was loaded from will keep being
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
共 39 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
王璞Rust大会2023Kotlin1.910官方文档中文文版中文版Comprehensive简体简体中文202412TiDBTiFlash扩展HTAP平台前进韦万ApacheRocketMQ介绍Zabbix峰会社区公司Golang101Go语言v121Kubernetes开源周立Julia
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩