资源简介
使用rpc的时候,使用 protobuf工具,但是去官网下载实在是太慢了。所以放到这里。
什么是 Google Protocol Buffer? 假如您在网上搜索,应该会得到类似这样的文字介绍:
Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,目前已经正在使用的有超过 48,162 种报文格式定义和超过 12,183 个 .proto 文件。他们用于 RPC 系统和持续数据存储系统。
Protocol Buffers 是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RPC 数据交换格式。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。
或许您和我一样,在第一次看完这些介绍后还是不明白 Protobuf 究竟是什么,那么我想一个简单的例子应该比较有助于理解它。
什么是 Google Protocol Buffer? 假如您在网上搜索,应该会得到类似这样的文字介绍:
Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,目前已经正在使用的有超过 48,162 种报文格式定义和超过 12,183 个 .proto 文件。他们用于 RPC 系统和持续数据存储系统。
Protocol Buffers 是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RPC 数据交换格式。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。
或许您和我一样,在第一次看完这些介绍后还是不明白 Protobuf 究竟是什么,那么我想一个简单的例子应该比较有助于理解它。
代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-08-06 20:53 include\
目录 0 2019-08-06 20:53 include\google\
目录 0 2019-08-06 20:53 include\google\protobuf\
文件 2422 2019-08-06 20:53 include\google\protobuf\empty.proto
文件 3780 2019-08-06 20:53 include\google\protobuf\struct.proto
文件 6200 2019-08-06 20:53 include\google\protobuf\timestamp.proto
目录 0 2019-08-06 20:53 include\google\protobuf\compiler\
文件 8201 2019-08-06 20:53 include\google\protobuf\compiler\plugin.proto
文件 36675 2019-08-06 20:53 include\google\protobuf\descriptor.proto
文件 6129 2019-08-06 20:53 include\google\protobuf\type.proto
文件 5878 2019-08-06 20:53 include\google\protobuf\any.proto
文件 4035 2019-08-06 20:53 include\google\protobuf\wrappers.proto
文件 4889 2019-08-06 20:53 include\google\protobuf\duration.proto
文件 2352 2019-08-06 20:53 include\google\protobuf\source_context.proto
文件 8206 2019-08-06 20:53 include\google\protobuf\field_mask.proto
文件 7734 2019-08-06 20:53 include\google\protobuf\api.proto
目录 0 2019-08-06 20:53 bin\
文件 4969752 2019-08-05 21:53 bin\protoc
文件 724 2019-08-06 20:53 readme.txt
----------- --------- ---------- ----- ----
目录 0 2019-08-06 20:53 include\
目录 0 2019-08-06 20:53 include\google\
目录 0 2019-08-06 20:53 include\google\protobuf\
文件 2422 2019-08-06 20:53 include\google\protobuf\empty.proto
文件 3780 2019-08-06 20:53 include\google\protobuf\struct.proto
文件 6200 2019-08-06 20:53 include\google\protobuf\timestamp.proto
目录 0 2019-08-06 20:53 include\google\protobuf\compiler\
文件 8201 2019-08-06 20:53 include\google\protobuf\compiler\plugin.proto
文件 36675 2019-08-06 20:53 include\google\protobuf\desc
文件 6129 2019-08-06 20:53 include\google\protobuf\type.proto
文件 5878 2019-08-06 20:53 include\google\protobuf\any.proto
文件 4035 2019-08-06 20:53 include\google\protobuf\wrappers.proto
文件 4889 2019-08-06 20:53 include\google\protobuf\duration.proto
文件 2352 2019-08-06 20:53 include\google\protobuf\source_context.proto
文件 8206 2019-08-06 20:53 include\google\protobuf\field_mask.proto
文件 7734 2019-08-06 20:53 include\google\protobuf\api.proto
目录 0 2019-08-06 20:53 bin\
文件 4969752 2019-08-05 21:53 bin\protoc
文件 724 2019-08-06 20:53 readme.txt
- 上一篇:javaweb 崔希凡全套笔记
- 下一篇:c3p0-0.9.1.2
相关资源
- protocbuf转换工具
- Unity5Google Protobuf解析工具,支持andr
- Protobuf测试工程(包括Unity和Java服务端
- protobuf-java-3.4.1.jar
- protobuf-java-2.6.0.jar
- protobuf-2.5.0 exe文件
- protobuf的protoc.exe和jar
- protobuf-2.5.0-windows-环境包
- protobuf-java-3.2.0.jar
- protoc-3.0.2-win32.zip
- protobuf-master(20191007).zip
- protobuf-2.5.0 jar包及代码生成工具
- google.protobuf.dll
- protobuf-java-3.1.0.jar
- protobuf-java-3.6.1.jar
- Java 和 protobuf 3.5开发一
- java服务端,C++客户端,基于protobuf的
评论
共有 条评论