protobuf
CAir2
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
protobuf windows编译和安装
protobuf 编译和安装转载 2017-10-10 13:50:00 · 2703 阅读 · 0 评论 -
protoc 生成C++代码
protoc 生成c++代码原创 2017-10-11 11:16:20 · 18458 阅读 · 1 评论 -
protoc 工程配置和使用
protobuf配置和使用原创 2017-10-11 11:33:02 · 1284 阅读 · 0 评论 -
proto3 语法+使用
Proto3语法+使用原创 2017-10-16 16:06:09 · 1742 阅读 · 0 评论 -
Protobuf Any
原文一下案例是C++版本1,编写.proto文件base.protosyntax = "proto3"; //指定proto编译器版本为3 默认是2import "google/protobuf/any.proto"; //使用Any必须要导入Any.protoenum Type{ FACE = 0; PLATE = 1;}message Bas转载 2018-01-26 09:54:29 · 1902 阅读 · 0 评论
分享