
python
hanqunfeng
这个作者很懒,什么都没留下…
展开
-
linux下python的安装
下载:http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2 安装: $ tar –jxvf Python-2.7.5.tar.bz2 $ cd Python-2.7.5 $ ./configure $ make $ make install 配置: l...原创 2013-09-22 18:20:25 · 139 阅读 · 0 评论 -
Python&Thrift--Server&Client
thrift目前只支持python2.6+,但不支持3.XX版本。 thrift下载:http://thrift.apache.org/ 安装thrift: ./configure make make install 安装python的thrift组件 cd /usr/local/thrift-0.9.1/lib/py python setup.py install ...2013-09-22 18:39:05 · 273 阅读 · 0 评论 -
Thrift--JavaServer&PythonClient遇到的问题
thrift在java中的应用参考:http://hanqunfeng.iteye.com/blog/1936556 thrift在python中的应用参考:http://hanqunfeng.iteye.com/blog/1945208 Contact.thrift namespace java thrift.service struct Book{ 1:i...2013-09-23 10:16:41 · 267 阅读 · 0 评论