
thrift
wangqiaowqo
我思故我在,欢迎大家来访!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
thrift
http://shift-alt-ctrl.iteye.com/blog/1987416 Apache Thrift - 可伸缩的跨语言服务开发框架 http://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/原创 2014-04-30 08:51:25 · 94 阅读 · 0 评论 -
windows 和linux 下 thrift的安装和生成
1 download http://thrift.apache.org/download/ 2 example 文件 struct UserProfile { 1: i32 uid, 2: string name, 3: string blurb } service UserStorage { ...原创 2013-09-06 16:08:40 · 164 阅读 · 0 评论 -
thrift 实例开发
1JjCases.thrift [code="java"] namespace java cn.focus.dc.jiajing.model.thrift struct JjCases{ 1: i32 id, 2: i32 userId, 3: string title, 4: string description, 5: i32 createTime, 6: i...原创 2013-09-10 18:20:20 · 103 阅读 · 0 评论 -
thrift 工程
1、server端 web.xml [code="java"] remoteservice org.springframework.web.servlet.DispatcherServlet contextConfigLocation ...原创 2013-09-11 13:34:21 · 107 阅读 · 0 评论