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

无数据

分类

全部后端开发(637)Java(216)Spring(211)Python(208)综合其他(188)Weblate(184)云计算&大数据(115)数据库(81)Julia(70)Jupyter(62)

语言

全部英语(881)中文(简体)(184)中文(繁体)(11)西班牙语(2)韩语(2)意大利语(1)日语(1)葡萄牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(745)其他文档 其他(339)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.112 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Python
  • 综合其他
  • Weblate
  • 云计算&大数据
  • 数据库
  • Julia
  • Jupyter
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 韩语
  • 意大利语
  • 日语
  • 葡萄牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Curve文件系统元数据Proto(接口定义)

    curve文件系统元数据proto(代码接口定义,已实现)© XXX Page 2 of 15 1、代码结构和代码目录 curve文件系统是相对于curve块设备比较独立的一块,在当前curve项目的目录下,增加一个一级目录curvefs,curvefs下有自己独立的proto\src\test。 2、文件系统proto定义 2.1 mds.proto mds.proto /* * Copyright for the specific language governing permissions and * limitations under the License. */ syntax="proto2"; package curvefs.mds; option cc_generic_services = true; enum FSStatusCode { OK = 0; rpc DeleteFsInfo(DeleteFsInfoRequest) returns (DeleteFsInfoResponse); } 2.2 metaserver.proto metaserver.proto /* * Copyright (c) 2020 NetEase Inc. * * Licensed under the Apache License, Version
    0 码力 | 15 页 | 80.33 KB | 5 月前
    3
  • pdf文档 Bazel build //:Go

    new proto field? • Trivial if you just have one proto file • How about a.proto imports b.proto who imports c.proto? • How about a.proto imports b.proto and c.proto both of which import d.proto? • code / solution? • 不不同语⾔言的 fingerprint 函数实现在不不同的地⽅方,有 更更新总是忘记 • proto 因为 import 太复杂放弃写 protoc Makefile ⽽而 直接 copy, ⼈人为保证⼀一致性 • proto ⽣生成依赖 go_package option 声明导致没法 编译 How to share knowledge? Introducing Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/ compiler/plugin.proto=github.com/golang/protobuf/protoc-gen-go/plugin,Mgoogle/protobuf/ descriptor.proto=github.com/golan
    0 码力 | 85 页 | 3.46 MB | 1 年前
    3
  • pdf文档 阮一峰 《ECMAScript 6入门》 第三版

    方法可以实现一个对象继承另一个 对象。以前,继承另一个对象,常常写成下面这样。 const obj = { __proto__: prot, foo: 123, }; ES6 规定 __proto__ 只有浏览器要部署,其他环境不用部署。如果去 除 __proto__ ,上面代码就要改成下面这样。 const obj = Object.create(prot); obj.foo s 进入标准以后,还会 有 Reflect.getOwnPropertyDescriptors 方法。 __proto__ 属性,Object.setPrototypeOf(), Object.getPrototypeOf() __proto__ 属性 __proto__ 属性(前后各两个下划线),用来读取或设置当前对象 的 prototype 对象。目前,所有浏览器(包括 IE11)都部署了这个属性。 function() { ... } }; obj.__proto__ = someOtherObj; // es5的写法 var obj = Object.create(someOtherObj); obj.method = function() { ... }; 该属性没有写入 ES6 的正文,而是写入了附录,原因是 __proto__ 前后的双下划 线,说明它本质上是一个内部属性,而不是一个正式的对外的
    0 码力 | 679 页 | 2.66 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.1 Documentation

    you have not made any modifications to the default channel name, then the command will return you a proto titled mychannel.block. Note You will remain in the CLI container for the remainder of these manual irrelevant to the change we want to make. We accomplish this by means of the jq tool: configtxlator proto_decode --input config_block.pb --type common.Block | jq .data.data[0].payload.data.config > config config.pb: configtxlator proto_encode --input config.json --type common.Config - -output config.pb Next, encode modified_config.json to modified_config.pb: configtxlator proto_encode --input modified_config
    0 码力 | 422 页 | 4.84 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 1.1 Documentation

    you have not made any modifications to the default channel name, then the command will return you a proto titled mychannel.block. Note: You will remain in the CLI container for the remainder of these manual irrelevant to the change we want to make. We accomplish this by means of the jq tool: configtxlator proto_decode --input config_block.pb --type common.Block | jq .data. ˓→data[0].payload.data.config > config config.pb: configtxlator proto_encode --input config.json --type common.Config --output config.pb Next, encode modified_config.json to modified_config.pb: configtxlator proto_encode --input modified_config
    0 码力 | 277 页 | 3.21 MB | 1 年前
    3
  • pdf文档 石墨文档Go在K8S上微服务的实践-彭友顺

    • Proto的管理 • 错误码管理 • 调试gRPC • 调试信息 • 错误定位 问题:每种开源组件的配置、调用方式、debug方式、记录日志方式都不一样 微服务的开发阶段 问题:gRPC未设置连接错误,阻塞模式报错不正确 Redis、MySQL连接数配置未设置?超时未设置? 配置 对接 Debug • 配置驱动 • 配置补齐 • 配置工具 • Proto的管理 WithBlock(). 默认补齐配置,给出最佳实践 微服务的开发阶段 IDE的体验,右键插入资源引用,悬停查看资源信息 配置 对接 Debug • 配置驱动 • 配置补齐 • 配置工具 • Proto的管理 • 错误码管理 • 调试gRPC • 调试信息 • 错误定位 配置版本,发布,回滚,可以更加方便 微服务的开发阶段 统一采用gRPC协议和protobuf编解码 CI check 配置补齐 • 配置工具 • Proto的管理 • 错误码管理 • 调试gRPC • 调试信息 • 错误定位 微服务的开发阶段 配置 对接 Debug • 配置驱动 • 配置补齐 • 配置工具 • Proto的管理 • 错误码管理 • 调试gRPC • 调试信息 • 错误定位 Generate • protoc -I {error proto file} --go-errors_out={output
    0 码力 | 41 页 | 3.20 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4.8 Documentation

    you have not made any modifications to the default channel name, then the command will return you a proto titled mychannel.block. Note You will remain in the CLI container for the remainder of these manual irrelevant to the change we want to make. We accomplish this by means of the jq tool: configtxlator proto_decode --input config_block.pb --type common.Block | jq .data.data[0].payload.data.config > config config.pb: configtxlator proto_encode --input config.json --type common.Config - -output config.pb Next, encode modified_config.json to modified_config.pb: configtxlator proto_encode --input modified_config
    0 码力 | 699 页 | 9.02 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4.9 Documentation

    you have not made any modifications to the default channel name, then the command will return you a proto titled mychannel.block. Note You will remain in the CLI container for the remainder of these manual irrelevant to the change we want to make. We accomplish this by means of the jq tool: configtxlator proto_decode --input config_block.pb --type common.Block | jq .data.data[0].payload.data.config > config config.pb: configtxlator proto_encode --input config.json --type common.Config - -output config.pb Next, encode modified_config.json to modified_config.pb: configtxlator proto_encode --input modified_config
    0 码力 | 701 页 | 9.02 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4 Documentation

    you have not made any modifications to the default channel name, then the command will return you a proto titled mychannel.block. Note You will remain in the CLI container for the remainder of these manual irrelevant to the change we want to make. We accomplish this by means of the jq tool: configtxlator proto_decode --input config_block.pb --type common.Block | jq .data.data[0].payload.data.config > config config.pb: configtxlator proto_encode --input config.json --type common.Config - -output config.pb Next, encode modified_config.json to modified_config.pb: configtxlator proto_encode --input modified_config
    0 码力 | 701 页 | 9.02 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.3 Documentation

    you have not made any modifications to the default channel name, then the command will return you a proto titled mychannel.block. Note You will remain in the CLI container for the remainder of these manual irrelevant to the change we want to make. We accomplish this by means of the jq tool: configtxlator proto_decode --input config_block.pb --type common.Block | jq .data.data[0].payload.data.config > config config.pb: configtxlator proto_encode --input config.json --type common.Config - -output config.pb Next, encode modified_config.json to modified_config.pb: configtxlator proto_encode --input modified_config
    0 码力 | 528 页 | 6.85 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
Curve文件系统文件系统数据Proto接口定义接口定义BazelbuildGo一峰ECMAScript入门第三第三版HyperledgerFabric1.1Documentation石墨文档K8S上微服务实践彭友顺1.41.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩