说明 demon java代码示例 thrift java: thrift --gen java java.thrift python: thrift --gen py interface.thrift python依赖 pip3 install -r requirements.txt python thrift主程序 python3 main_server.py python thrift客户端示例 python3 client.py