thrift 编译施行代码

thrift 编译执行代码windows下: thrift.exe --gen language Thrift filenameubuntu下:thrift --gen l

thrift 编译执行代码
windows下:
thrift.exe --gen <language> <Thrift filename>

ubuntu下:
thrift --gen <language> <Thrift filename>