【Protobuf】protobuf编译器(protoc)安装
1、编译器下载
https://github.com/protocolbuffers/protobuf/releases
将解压后的 “protoc.exe” 文件所在路径添加到PATH变量
2、测试是否安装成功
protoc --version
如果忍耐算是坚强 我选择抵抗 如果妥协算是努力 我选择争取
https://github.com/protocolbuffers/protobuf/releases
将解压后的 “protoc.exe” 文件所在路径添加到PATH变量
protoc --version