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

无数据

分类

全部综合其他(121)Weblate(76)Blender(23)Krita(9)KiCad(6)版本控制(3)GIMP(3)笔试面试(1)

语言

全部英语(59)中文(简体)(51)中文(繁体)(9)日语(1)韩语(1)

格式

全部PDF文档 PDF(71)其他文档 其他(50)
 
本次搜索耗时 0.135 秒,为您找到相关结果约 121 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • Krita
  • KiCad
  • 版本控制
  • GIMP
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google C++ Style Guide

    variables, and function static variables, must be Plain Old Data (POD): only ints, chars, floats, or pointers, or arrays/structs of POD. The order in which class constructors and initializers for static variables are usually values or const references, while output and input/output parameters will be non-const pointers. When ordering function parameters, put all input-only parameters before any output parameters. like (*pval)++. Necessary for some applications like copy constructors. Makes it clear, unlike with pointers, that a null pointer is not a possible value. References can be confusing, as they have value syntax
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    This object also contains the author’s name and email address, the message that you typed, and pointers to the commit or commits that directly came before this commit (its parent or parents): zero parents branch You can easily see this by running a simple git log command that shows you where the branch pointers are pointing. This option is called --decorate. $ git log --oneline --decorate f30ab (HEAD -> --decorate --graph --all it will print out the history of your commits, showing where your branch pointers are and how your history has diverged. $ git log --oneline --decorate --graph --all * c2b9e (HEAD
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    This object also contains the author’s name and email address, the message that you typed, and pointers to the commit or commits that directly came before this commit (its parent or parents): zero parents branch You can easily see this by running a simple git log command that shows you where the branch pointers are pointing. This option is called --decorate. $ git log --oneline --decorate f30ab (HEAD -> master --decorate --graph --all it will print out the history of your commits, showing where your branch pointers are and how your history has diverged. $ git log --oneline --decorate --graph --all * c2b9e (HEAD
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    This object also contains the author’s name and email address, the message that you typed, and pointers to the commit or commits that directly came before this commit (its parent or parents): zero parents branch You can easily see this by running a simple git log command that shows you where the branch pointers are pointing. This option is called --decorate. $ git log --oneline --decorate f30ab (HEAD -> --decorate --graph --all it will print out the history of your commits, showing where your branch pointers are and how your history has diverged. $ git log --oneline --decorate --graph --all * c2b9e (HEAD
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.12.1

    ENABLE_HTTPS Set correct site domain, WEBLATE_SECURE_PROXY_SSL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. Lets Weblate set the meta[name=monetization] field in the head of the document document. If multiple are specified, chooses one randomly. See also: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER Lets Weblate fetch the IP address from any given HTTP header. Use this when Note: This is turned off by default. 2.16.50 INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic
    0 码力 | 487 页 | 7.16 MB | 1 年前
    3
  • pdf文档 Weblate 4.13 Documentation

    ENABLE_HTTPS Set correct site domain, WEBLATE_SECURE_PROXY_SSL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. Lets Weblate set the meta[name=monetization] field in the head of the document document. If multiple are specified, chooses one randomly. See also: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER Lets Weblate fetch the IP address from any given HTTP header. Use this when Note: This is turned off by default. 2.16.50 INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic
    0 码力 | 501 页 | 7.27 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.12.2

    ENABLE_HTTPS Set correct site domain, WEBLATE_SECURE_PROXY_SSL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. Lets Weblate set the meta[name=monetization] field in the head of the document document. If multiple are specified, chooses one randomly. See also: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER Lets Weblate fetch the IP address from any given HTTP header. Use this when Note: This is turned off by default. 2.16.50 INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic
    0 码力 | 487 页 | 7.16 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.14

    ENABLE_HTTPS Set correct site domain, WEBLATE_SECURE_PROXY_SSL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. Lets Weblate set the meta[name=monetization] field in the head of the document document. If multiple are specified, chooses one randomly. See also: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER Lets Weblate fetch the IP address from any given HTTP header. Use this when Note: This is turned off by default. 2.16.49 INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic
    0 码力 | 506 页 | 7.27 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.13.1

    ENABLE_HTTPS Set correct site domain, WEBLATE_SECURE_PROXY_SSL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. Lets Weblate set the meta[name=monetization] field in the head of the document document. If multiple are specified, chooses one randomly. See also: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER Lets Weblate fetch the IP address from any given HTTP header. Use this when Note: This is turned off by default. 2.16.50 INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic
    0 码力 | 501 页 | 7.28 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.14.1

    ENABLE_HTTPS Set correct site domain, WEBLATE_SECURE_PROXY_SSL_HEADER WEBLATE_INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. Lets Weblate set the meta[name=monetization] field in the head of the document document. If multiple are specified, chooses one randomly. See also: INTERLEDGER_PAYMENT_POINTERS WEBLATE_IP_PROXY_HEADER Lets Weblate fetch the IP address from any given HTTP header. Use this when Note: This is turned off by default. 2.16.49 INTERLEDGER_PAYMENT_POINTERS New in version 4.12.1. List of Interledger Payment Pointers (ILPs) for Web Monetization. If multiple are specified, probabilistic
    0 码力 | 505 页 | 7.27 MB | 1 年前
    3
共 121 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
GoogleC++StyleGuideProGit2ndEdition2.1413TheWeblateManual4.124.13Documentation4.14
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩