
protobuf
JL_Gao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ProtoBuf安装(Linux & Windows)
github下载地址https://github.com/google/protobuf/releases (protobuf-java-3.5.1.tar.gz根据需要下载)https://github.com/protobuf-c/protobuf-c/releases (protobuf-c-1.3.0.tar.gz)Linux环境安装1. 解压:tar –xvf proto...原创 2018-07-19 14:42:41 · 800 阅读 · 0 评论 -
ProtoBuf例程(Java & C)
说明:该示例使用Java与C进行Socket通信(该部分代码省略),数据通过ProtoBuf压缩传输。ProtoBuf安装:https://blog.youkuaiyun.com/jl_gao/article/details/81114800proto文件:syntax = "proto2";option java_package = "com.xxx.protobuf.sample";op...原创 2018-07-19 15:22:55 · 790 阅读 · 0 评论