摘要: 本文更新于2020-11-09。 生成库 头文件fn.h如下: #ifndef __FN_H__ #define __FN_H__ #ifdef __cplusplus extern "C" { #endif typedef int (*FnAdd)(int a, int b); int add(i 阅读全文
posted @ 2019-01-03 14:01 garvenc 阅读(2079) 评论(0) 推荐(0) 编辑
摘要: 本文更新于2019 01 03。 1. 从 "https://github.com/protocolbuffers/protobuf/releases" 下载protoc(如:Windows则下载protoc 3.6.1 win32.zip)。protoc命令位于bin目录下。 1. go get 阅读全文
posted @ 2019-01-03 11:27 garvenc 阅读(2471) 评论(0) 推荐(0) 编辑