随笔分类 -  RPC

摘要:https://blog.csdn.net/qq_45696377/article/details/128040153 https://protobuf.dev/programming-guides/ 最近工作中需要用到 Google 家的 Protocol Buffers,抽空把官网的 proto 阅读全文
posted @ 2023-04-16 16:41 分类DHCP 阅读(336) 评论(0) 推荐(0) 编辑
摘要:1,message介绍 message:protobuf中定义一个消息类型是通过关键字message字段指定的。消息就算需要传输的数据格式的定义。message关键字类似于C++中的class,Java中的Class,go中的struct 例如: 在消息中承载的数据分别对应于每一个字段。 其中每个字 阅读全文
posted @ 2023-03-31 10:36 分类DHCP 阅读(186) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示