
protobuf
Burning燊
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux下Google的Protobuf安装及使用笔记
点击打开链接 protobuf 项目主页:http://code.google.com/p/protobuf/ 下载: http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz 解压后进入protobuf-2.4.1目录进行安装: 1、./configure(注:默认可能会安装在/usr/local目录转载 2012-12-04 11:37:02 · 1217 阅读 · 0 评论 -
关于protobuf中的field_number范围的解释
关于protobuf中的field_number范围的解释 以下是来自Google Protobuf Documents里的一句话: As you can see, each field in the message definition has a unique numbered tag. These tags are used to identify your fields i转载 2017-02-17 10:23:22 · 7383 阅读 · 0 评论