YunTong

Results 3 comments of YunTong

在源码\rocketmq-client-cpp\src\common\UtilAll.h 引入自己的头文件,比如名字叫env.h 以下是自己写的env.h内容 #include #ifdef WIN32 int setenv( const char* name, const char* value, int overwrite ) { int errcode = 0; if( !overwrite ) { size_t envsize = 0;...

@HUHANK 工程地址在这里,https://github.com/yuntong613/RocketMQ