资源简介

使用rpc的时候,使用 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

评论

共有 条评论