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

无数据

分类

全部综合其他(393)Weblate(302)产品与服务(31)Blender(27)Apache OFBiz(21)Krita(9)版本控制(6)KiCad(6)人工智能(4)笔试面试(4)

语言

全部英语(256)中文(简体)(123)中文(繁体)(8)[zh](1)法语(1)日语(1)韩语(1)kor(1)zh(1)

格式

全部PDF文档 PDF(227)其他文档 其他(166)
 
本次搜索耗时 0.137 秒,为您找到相关结果约 393 个.
  • 全部
  • 综合其他
  • Weblate
  • 产品与服务
  • Blender
  • Apache OFBiz
  • Krita
  • 版本控制
  • KiCad
  • 人工智能
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • [zh]
  • 法语
  • 日语
  • 韩语
  • kor
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google Java Style Guide

    Google Java Style Guide Google Java Style Guide 1 Introduction This document serves as the complete definition of Google’s coding standards for source code in the Java™ Programming Language. A Java source case-sensitive name of the top-level class it contains (of which there is exactly one), plus the .java extension. 2.2 File encoding: UTF-8 Source files are encoded in UTF-8. 2.3 Special characters ) 4.3 One statement per line Each statement is followed by a line break. 4.4 Column limit: 100 Java code has a column limit of 100 characters. Except as noted below, any line that would exceed this
    0 码力 | 19 页 | 84.76 KB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    history: $ git log --pretty=format:"%h %s" --graph * 2d3acf9 Ignore errors from SIGCHLD on trap * 5e3ee11 Merge branch 'master' of https://github.com/dustin/grit.git |\ | * 420eac9 Add method for getting $ cd simplegit/ $ vim lib/simplegit.rb $ git commit -am 'Remove invalid default value' [master 738ee87] Remove invalid default value 1 files changed, 1 insertions(+), 1 deletions(-) The second developer she can push. She runs git log to find out: $ git log --no-merges issue54..origin/master commit 738ee872852dfaa9d6634e0dea7a324040193016 Author: John Smith Date: Fri May 29 16:01:27
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    history: $ git log --pretty=format:"%h %s" --graph * 2d3acf9 Ignore errors from SIGCHLD on trap * 5e3ee11 Merge branch 'master' of https://github.com/dustin/grit.git |\ | * 420eac9 Add method for getting $ cd simplegit/ $ vim lib/simplegit.rb $ git commit -am 'Remove invalid default value' [master 738ee87] Remove invalid default value 1 files changed, 1 insertions(+), 1 deletions(-) The second developer she can push. She runs git log to find out: $ git log --no-merges issue54..origin/master commit 738ee872852dfaa9d6634e0dea7a324040193016 Author: John Smith Date: Fri May 29 16:01:27
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    history: $ git log --pretty=format:"%h %s" --graph * 2d3acf9 Ignore errors from SIGCHLD on trap * 5e3ee11 Merge branch 'master' of https://github.com/dustin/grit.git |\ | * 420eac9 Add method for getting $ cd simplegit/ $ vim lib/simplegit.rb $ git commit -am 'Remove invalid default value' [master 738ee87] Remove invalid default value 1 files changed, 1 insertions(+), 1 deletions(-) The second developer she can push. She runs git log to find out: $ git log --no-merges issue54..origin/master commit 738ee872852dfaa9d6634e0dea7a324040193016 Author: John Smith Date: Fri May 29 16:01:27
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • epub文档 The Weblate Manual 4.18

    io/docs/core-concepts/icu-syntax/] Java format Java format string does not match source translated strings weblate.checks.format.JavaFormatCheck java_printf_format java-printf-format ignore-java-printf-format There toggled by java-format flag, it was changed for consistency with GNU gettext. See also Formatted strings, Java Format Strings [https://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html] Java MessageFormat MessageFormat Java MessageFormat string does not match source translated strings weblate.checks.format.JavaMessageFormatCheck java_format java-format auto-java-messageformat enables check only if there
    0 码力 | 812 页 | 23.87 MB | 1 年前
    3
  • epub文档 The Weblate Manual 4.18.1

    io/docs/core-concepts/icu-syntax/] Java format Java format string does not match source translated strings weblate.checks.format.JavaFormatCheck java_printf_format java-printf-format ignore-java-printf-format There toggled by java-format flag, it was changed for consistency with GNU gettext. See also Formatted strings, Java Format Strings [https://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html] Java MessageFormat MessageFormat Java MessageFormat string does not match source translated strings weblate.checks.format.JavaMessageFormatCheck java_format java-format auto-java-messageformat enables check only if there
    0 码力 | 813 页 | 23.87 MB | 1 年前
    3
  • epub文档 The Weblate Manual 4.18.2

    io/docs/core-concepts/icu-syntax/] Java format Java format string does not match source translated strings weblate.checks.format.JavaFormatCheck java_printf_format java-printf-format ignore-java-printf-format There toggled by java-format flag, it was changed for consistency with GNU gettext. See also Formatted strings, Java Format Strings [https://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html] Java MessageFormat MessageFormat Java MessageFormat string does not match source translated strings weblate.checks.format.JavaMessageFormatCheck java_format java-format auto-java-messageformat enables check only if there
    0 码力 | 813 页 | 23.87 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.18

    JS: Message Syntax Java format Summary Java format string does not match source Scope translated strings Check class weblate.checks.format.JavaFormatCheck Check identifier java_printf_format Flag Flag to enable java-printf-format Flag to ignore ignore-java-printf-format Simple format string example There are %d apples Position format string example Your balance is %1$d %2$s Changed in version toggled by java-format flag, it was changed for consistency with GNU gettext. See also: Formatted strings, Java Format Strings 38 Chapter 1. User docs The Weblate Manual, Release 4.18 Java MessageFormat
    0 码力 | 533 页 | 7.88 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.18.2

    JS: Message Syntax Java format Summary Java format string does not match source Scope translated strings Check class weblate.checks.format.JavaFormatCheck Check identifier java_printf_format Flag Flag to enable java-printf-format Flag to ignore ignore-java-printf-format Simple format string example There are %d apples Position format string example Your balance is %1$d %2$s Changed in version toggled by java-format flag, it was changed for consistency with GNU gettext. See also: Formatted strings, Java Format Strings 38 Chapter 1. User docs The Weblate Manual, Release 4.18.2 Java MessageFormat
    0 码力 | 534 页 | 7.88 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.18.1

    JS: Message Syntax Java format Summary Java format string does not match source Scope translated strings Check class weblate.checks.format.JavaFormatCheck Check identifier java_printf_format Flag Flag to enable java-printf-format Flag to ignore ignore-java-printf-format Simple format string example There are %d apples Position format string example Your balance is %1$d %2$s Changed in version toggled by java-format flag, it was changed for consistency with GNU gettext. See also: Formatted strings, Java Format Strings 38 Chapter 1. User docs The Weblate Manual, Release 4.18.1 Java MessageFormat
    0 码力 | 534 页 | 7.88 MB | 1 年前
    3
共 393 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 40
前往
页
相关搜索词
GoogleJavaStyleGuideProGit2ndEdition2.1413TheWeblateManual4.18
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩