# thrift-demo **Repository Path**: quickn/thrift-demo ## Basic Information - **Project Name**: thrift-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thrift-demo 1.下载 http://thrift.apache.org/download 2.configure 根据自己的需求编译 ./configure --with-cpp --with-boost --with-python --without-csharp --with-java --without-nodejs --without-erlang --without-perl --without-php --without-php_extension --without-ruby --without-haskell --without-go 3.创建 example.thrift 如:../thrift-0.11.0/tutorial/tutorial.thrift 4.thrift -out .. --gen py example.thrift 生成 python 的包:example 5.pip install thrift