thrift安装及使用
下载Thrift:http://thrift.apache.org/download
■ 将thrift-0.11.0.exe重命名为thrift.exe;
■ 解压thrift-0.11.0.tar.gz,得到thrift-0.11.0目录,将thrift.exe copy到thrift-0.11.0目录中
■ 将thrift-0.11.0目录配置到系统环境变量中。
■ 配置完成后,打开cmd dos窗口,输入thrift -version,如能看到版本信息,则安装成功