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

无数据

分类

全部后端开发(134)综合其他(82)Python(55)Weblate(54)PyWebIO(42)系统运维(24)云计算&大数据(24)数据库(23)httpd(17)前端开发(16)

语言

全部中文(简体)(303)

格式

全部PDF文档 PDF(215)其他文档 其他(86)PPT文档 PPT(2)
 
本次搜索耗时 0.232 秒,为您找到相关结果约 303 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Weblate
  • PyWebIO
  • 系统运维
  • 云计算&大数据
  • 数据库
  • httpd
  • 前端开发
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Julia 中文文档

    --math-mode={ieee,fast} 开启或关闭非安全的浮点数代数计算优化,此选项会覆盖源文件中的 @fastmath 声明 --code-coverage={none|user|all} 对源文件中每行代码执行的次数计数 --code-coverage 等价于 --code-coverage=user --track-allocation={none|user|all} 对源文件中每行代码的内存分配计数,单位 代码中每一行的内存分配)。这会为每行已编译的代码测量内存。在退出 Julia 时, 累积的结果将写入到文本文件中,此文本文件名称为该文件名称后加 .mem,并与源文件位于同一目 录下。该文件的每行列出内存分配的总字节数。Coverage 包包括了一些基本分析工具,例如,按照 内存分配的字节数对行进行排序的工具。 在解释结果时,有一些需要注意的细节。在 user 设定下,直接从 REPL 调用的任何函数的第一行都 将会显示内存分配,这是由发生在 resulting *.mem files to see information about where those allocations occur. See Memory allocation analysis. • @code_warntype generates a representation of your code that can be helpful in finding expressions
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 2022年美团技术年货 合辑

    [17] Kaicheng Yu, Rene Ranftl, and Mathieu Salzmann. 2020. How to Train Your Super-Net: An Analysis of Training Heuristics in Weight-Sharing NAS. arXiv preprint arXiv:2003.04276 (2020). [18] Haixun 多语言新闻相似性等任务,吸引了包括特斯拉、阿里巴巴、支付宝、滴滴、华为、字 节跳动、斯坦福大学等企业和科研机构参与。 其 中 Task 10: 结 构 化 情 感 分 析(Structured Sentiment Analysis)属 于 信 息 抽 取(Information Extraction)领域。该任务包含两个子任务(分别是 Monolingual Subtask-1 和 Zero-shot Crosslingual Cross-Lingual Pretrained Language Model for Structured Sentiment Analysis,并收录在 NAACL 2022 Workshop SemEval。 2. 赛题简介 结构化情感分析任务(Structured Sentiment Analysis, SSA)的目的是抽取出文本 算法 < 175 中人们对创意、产品或政策等的看法,并结构化地表达为观点四元组
    0 码力 | 1356 页 | 45.90 MB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    code coverage agents. It works with all language constructs, including inline functions. Learn more about Kover on its GitHub repository or in this video: YouTube 视频:Kover – The Code Coverage Plugin improvements: 逃逸分析 性能提升与错误修复 选择加入 Objective-C 异常的包装 CocoaPods 插件改进 对 Xcode 12 库的支持 逃逸分析 The escape analysis mechanism is Experimental. It may be dropped or changed at any time. Use it only for evaluation appreciate your feedback on it in YouTrack. Kotlin/Native receives a prototype of the new escape analysis mechanism. It improves the runtime performance by allocating certain objects on the stack instead
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    code coverage agents. It works with all language constructs, including inline functions. Learn more about Kover on its GitHub repository or in this video: YouTube 视频:Kover – The Code Coverage Plugin improvements: 逃逸分析 性能提升与错误修复 选择加入 Objective-C 异常的包装 CocoaPods 插件改进 对 Xcode 12 库的支持 逃逸分析 The escape analysis mechanism is Experimental. It may be dropped or changed at any time. Use it only for evaluation appreciate your feedback on it in YouTrack. Kotlin/Native receives a prototype of the new escape analysis mechanism. It improves the runtime performance by allocating certain objects on the stack instead
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    high concurrency in OLTP scenarios . . . . . . . . . . . . . . . . . . . 22 Mass data real‐time analysis in OLAP scenarios . . . . . . . . . . . . . . . . . . . 23 8.1.5 Related References . . . . . utilizing data in a complex data environment. Sharding‐ Sphere provides complex data query and analysis capabilities across data sources, simpli‐ fying the data aggregation from different data locations enhancement capabili‐ ties through traffic deformation, redirection, governance, authentication, and analysis. 2.3 Pluggable: Building database function ecology The pluggable architecture of Apache ShardingSphere
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.1 用户文档

    Weblate testsuite and continuous integration Testsuites exist for most of the current code, increase coverage by adding testcases for any new functionality, and verify that it works. 3.7. Reporting issues 发布 4.2.1 3.8.1 Continuous integration Current test results can be found on GitHub Actions and coverage is reported on Codecov. There are several jobs to verify different aspects: • Unit tests • Documentation 添加了对分组字符串整形的支持。 • Recommend upgrade to new Weblate versions in the system checks. • Provide more detailed analysis for duplicate language alert. • Include more detailed license info on the project pages. • Automatically
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.2 用户文档

    Weblate testsuite and continuous integration Testsuites exist for most of the current code, increase coverage by adding testcases for any new functionality, and verify that it works. 3.7. Reporting issues 发布 4.2.2 3.8.1 Continuous integration Current test results can be found on GitHub Actions and coverage is reported on Codecov. There are several jobs to verify different aspects: • Unit tests • Documentation 添加了对分组字符串整形的支持。 • Recommend upgrade to new Weblate versions in the system checks. • Provide more detailed analysis for duplicate language alert. • Include more detailed license info on the project pages. • Automatically
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • epub文档 Weblate 4.2 用户文档

    Weblate testsuite and continuous integration Testsuites exist for most of the current code, increase coverage by adding testcases for any new functionality, and verify that it works. Continuous integration test results can be found on GitHub Actions [https://github.com/WeblateOrg/weblate/actions] and coverage is reported on Codecov [https://codecov.io/github/WeblateOrg/weblate]. There are several jobs 添加了对分组字符串整形的支持。 Recommend upgrade to new Weblate versions in the system checks. Provide more detailed analysis for duplicate language alert. Include more detailed license info on the project pages. Automatically
    0 码力 | 648 页 | 9.34 MB | 1 年前
    3
  • pdf文档 Weblate 4.2 用户文档

    Weblate testsuite and continuous integration Testsuites exist for most of the current code, increase coverage by adding testcases for any new functionality, and verify that it works. 352 Chapter 3. Contributor Manual, 发布 4.2 3.8.1 Continuous integration Current test results can be found on GitHub Actions and coverage is reported on Codecov. There are several jobs to verify different aspects: • Unit tests • Documentation 添加了对分组字符串整形的支持。 • Recommend upgrade to new Weblate versions in the system checks. • Provide more detailed analysis for duplicate language alert. • Include more detailed license info on the project pages. 4.9.
    0 码力 | 410 页 | 4.56 MB | 1 年前
    3
  • epub文档 Weblate 4.2.1 用户文档

    Weblate testsuite and continuous integration Testsuites exist for most of the current code, increase coverage by adding testcases for any new functionality, and verify that it works. Continuous integration test results can be found on GitHub Actions [https://github.com/WeblateOrg/weblate/actions] and coverage is reported on Codecov [https://codecov.io/github/WeblateOrg/weblate]. There are several jobs 添加了对分组字符串整形的支持。 Recommend upgrade to new Weblate versions in the system checks. Provide more detailed analysis for duplicate language alert. Include more detailed license info on the project pages. Automatically
    0 码力 | 650 页 | 9.34 MB | 1 年前
    3
共 303 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
Julia中文文档2022美团技术年货合辑Kotlin1.910官方文版中文版ApacheShardingSpherev55.0documentWeblate4.2用户用户文档
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩