2022年7月21日
摘要: 编写proto文件并生成4个C++文件 首先编写proto文件,命名为test.proto,保存在工作目录下 syntax = "proto3"; package test.idl; message Student{ int32 id=1; string name=2; int32 score=3; 阅读全文
posted @ 2022-07-21 14:38 umichan 阅读(1477) 评论(0) 推荐(0)