摘要: 一个简单示例 syntax ="proto3";//设置默认版本,不写默认为proto2 //1,2,3 是字段的标记 Tag 不表示字段的值 message FirstMessage{ int32 id=1; string name=2; bool is_male=3; } syntax="pro 阅读全文
posted @ 2020-04-03 13:41 sunshuaize 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 安装clang clang for windows download vscode 插件 1.vscode-proto3 2.clang-format 图标设置 按CtrI+Shift+P 搜索theme 选择图标图标主题 选择安装新的图标主题:Material Icon Theme 阅读全文
posted @ 2020-04-03 09:34 sunshuaize 阅读(417) 评论(0) 推荐(0) 编辑