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

无数据

分类

全部综合其他(51)Weblate(38)系统运维(25)httpd(17)后端开发(12)Zabbix(6)Krita(6)Blender(5)Rust(5)Go(3)

语言

全部中文(简体)(89)

格式

全部PDF文档 PDF(46)其他文档 其他(42)PPT文档 PPT(1)
 
本次搜索耗时 0.269 秒,为您找到相关结果约 89 个.
  • 全部
  • 综合其他
  • Weblate
  • 系统运维
  • httpd
  • 后端开发
  • Zabbix
  • Krita
  • Blender
  • Rust
  • Go
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Julia 中文文档

    @cfunction return type translation guide . . . . . . . . . . . . . . . . . . . . . . . . 265 Passing Pointers for Modifying Inputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 25.4 C Wrapper the Native-Code Generation Process . . . . . . . . . . . . . . . . . . . 1176 Representation of Pointers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1176 Representation of only the platform-default C calling convention is supported. This means that @cfunction- generated pointers cannot be used in calls where WINAPI expects a stdcall function on 32-bit Windows, but can be used
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    the annotations are checked for validity by the compiler. Note that this is not the case for raw pointers (unsafe), and this is a common source of errors with unsafe Rust. Students may ask when to use block, and they are not accessed either through the references or // concurrently through any other pointers. unsafe { println!("r1 is: {}", *r1); *r1 = String::from("uhoh"); println!("r2 is: {}", *r2); count: {}", count_chars(unsafe { emojis.get_unchecked(0..7) })); // SAFETY: `abs` doesn't deal with pointers and doesn't have any safety // requirements. unsafe { println!("Absolute value of -3 according
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • ppt文档 使用硬件加速Tokio - 戴翔

    stealing Software Queue Issues Producer Enqueue Software Dequeue Software Head and Tail pointers Dequeue Software Dequeue Software Enqueue Software Producer Consumer Consumer Consumer Memory/Cache latency • CPU cycles latency DLB : Dynamic Load Balance DLB Enqueue Logic Head and Tail pointers Dequeue Logic & Load Balancer Producer Producer Consumer Consumer Consumer • No Synchronization
    0 码力 | 17 页 | 1.66 MB | 1 年前
    3
  • pdf文档 Object Pascal 参考手册(Ver 0.1)

    整数的低字和高字。你也可以使用内置函数 Lo 和 Hi 达到同样的目的,但变量转换的优点就是它可以用 在赋值语句的左边。 Syntactic elements - 30 - 要了解指针转换,请参考 Pointers and pointer types;要了解类和接口类型的转换,请参考 The as operator and Interface typecasts。 Declarations and 数组(动态数组此时不能工作)。当用字符串常量初始化一个字符数组时,若字符串的长度比数组声明 的长度要短,其余的字符被设置为#0。(注:当用字符串常量给一个字符数组赋值时,结果也总是如此。) Using pointers, arrays, and string constants(使用指针、数组和字符串常量) 要操作零结尾字符串,要经常需要指针。字符串常量和类型 PChar、PWideChar 是赋值兼容的,后两者 表示一个无类型文件: var DataFile: file; 要了解更多信息,请参考 Untyped files(无类型文件)。 数组和记录中不能包含文件类型。 Pointers and pointer types(指针和指针类型) Pointers and pointer types(指针和指针类型) 指针是一个表示内存地址的变量。当一个指针包含另一个变量的地址时,我们认为它指向这个变量在内 存
    0 码力 | 168 页 | 868.25 KB | 1 年前
    3
  • pdf文档 Weblate 4.12.2 用户文档

    YMENT_POINTERS 4.12.1 新版功能. Lets Weblate set the meta[name=monetization] field in the head of the document. If multiple are specified, chooses one randomly. 参见: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER 一些公司推荐在安全实践上推荐隐藏版本,但不能防止攻击者通过试探性为来找出版本。 备注: 默认这是关闭的。 2.16.50 INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic command, 364 install_addon 命令行选项 --addon, 364 --configuration, 364 --update, 364 INTERLEDGER_PAYMENT_POINTERS setting, 322 IP_BEHIND_REVERSE_PROXY setting, 322 IP_PROXY_HEADER setting, 323 IP_PROXY_OFFSET
    0 码力 | 479 页 | 8.01 MB | 1 年前
    3
  • pdf文档 Weblate 4.12.1 用户文档

    YMENT_POINTERS 4.12.1 新版功能. Lets Weblate set the meta[name=monetization] field in the head of the document. If multiple are specified, chooses one randomly. 参见: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER 一些公司推荐在安全实践上推荐隐藏版本,但不能防止攻击者通过试探性为来找出版本。 备注: 默认这是关闭的。 2.16.50 INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic command, 364 install_addon 命令行选项 --addon, 364 --configuration, 364 --update, 364 INTERLEDGER_PAYMENT_POINTERS setting, 322 IP_BEHIND_REVERSE_PROXY setting, 322 IP_PROXY_HEADER setting, 323 IP_PROXY_OFFSET
    0 码力 | 478 页 | 8.01 MB | 1 年前
    3
  • epub文档 Weblate 4.12.1 用户文档

    AYMENT_POINTERS 4.12.1 新版功能. Lets Weblate set the meta[name=monetization] field in the head of the document. If multiple are specified, chooses one randomly. 参见 INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER 一些公司推荐在安全实践上推荐隐藏版本,但不能防止攻击者通过试探性为来 找出版本。 备注 默认这是关闭的。 INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic --new-base-template --vcs install_addon命令行选项 --addon --configuration --update INTERLEDGER_PAYMENT_POINTERS setting IP_BEHIND_REVERSE_PROXY setting IP_PROXY_HEADER setting IP_PROXY_OFFSET setting
    0 码力 | 822 页 | 11.12 MB | 1 年前
    3
  • epub文档 Weblate 4.12.2 用户文档

    AYMENT_POINTERS 4.12.1 新版功能. Lets Weblate set the meta[name=monetization] field in the head of the document. If multiple are specified, chooses one randomly. 参见 INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER 一些公司推荐在安全实践上推荐隐藏版本,但不能防止攻击者通过试探性为来 找出版本。 备注 默认这是关闭的。 INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic --new-base-template --vcs install_addon命令行选项 --addon --configuration --update INTERLEDGER_PAYMENT_POINTERS setting IP_BEHIND_REVERSE_PROXY setting IP_PROXY_HEADER setting IP_PROXY_OFFSET setting
    0 码力 | 823 页 | 11.12 MB | 1 年前
    3
  • pdf文档 Weblate 4.13 用户文档

    SL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. 让 Weblate 在文档的头部设置 meta[name=monetization] 字段。如果指定了多个,则随机选择一个。 参见: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER 让 Weblate 从任何给定的 装版本 相匹配的文档。 一些公司推荐在安全实践上推荐隐藏版本,但不能防止攻击者通过试探性为来找出版本。 备注: 默认这是关闭的。 2.16.50 INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. 用于网络货币化的分类账间支付指针(ILP)列表。 如果指定了多个,则通过随机选择一个来实现概率收入共享。 请查阅 POINTERS setting, 339 iOS translation, 83 IP_BEHIND_REVERSE_PROXY setting, 339 IP_PROXY_HEADER setting
    0 码力 | 491 页 | 8.12 MB | 1 年前
    3
  • pdf文档 Weblate 4.13.1 用户文档

    SL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. 让 Weblate 在文档的头部设置 meta[name=monetization] 字段。如果指定了多个,则随机选择一个。 参见: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER 让 Weblate 从任何给定的 装版本 相匹配的文档。 一些公司推荐在安全实践上推荐隐藏版本,但不能防止攻击者通过试探性为来找出版本。 备注: 默认这是关闭的。 2.16.50 INTERLEDGER_PAYMENT_POINTERS 4.12.1 新版功能. 用于网络货币化的分类账间支付指针(ILP)列表。 如果指定了多个,则通过随机选择一个来实现概率收入共享。 请查阅 POINTERS setting, 339 iOS translation, 83 IP_BEHIND_REVERSE_PROXY setting, 339 IP_PROXY_HEADER setting
    0 码力 | 490 页 | 8.12 MB | 1 年前
    3
共 89 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
Julia中文文档ComprehensiveRust简体简体中文202412戴翔使用硬件加速硬件加速TokioObjectPascal参考手册参考手册Ver0.1Weblate4.12用户用户文档4.13
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩