
protoc
xiaolin93
才华撑不起抱负,就好好学习…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java中使用protocbuf协议
一,什么是Protobuf官方文档给出的是:a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more. 二,Protobuf的优点原创 2017-03-09 15:02:19 · 423 阅读 · 0 评论 -
protocol buffer使用中的问题This is supposed to be overridden by subclasses
Exceptionin thread"main" java.lang.UnsupportedOperationException: This is supposed to be overridden by subclasses.atcom.google.protobuf.GeneratedMessage.getUnknownFields(GeneratedMessage.jav原创 2017-03-09 14:53:03 · 1736 阅读 · 0 评论