浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年2月21日

摘要: pygr - Scalable bioinformatics interfaces in Python - Google Project HostingWelcome to pygr!Pygr is open source software designed to make it easy to do powerful sequence and comparative genomics analy... 阅读全文
posted @ 2013-02-21 17:14 lexus 阅读(1079) 评论(0) 推荐(0)

摘要: 环球雅思名师公益大讲堂课表2.18-2.23 - 雅思资讯 环球雅思环球雅思名师公益大讲堂课表2.18-2.23 阅读全文
posted @ 2013-02-21 16:45 lexus 阅读(190) 评论(0) 推荐(0)

摘要: 1 dependicy libs 2 yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel 3 4 compile thrift 5 ./configure --without-csharp --without-erlang --without-perl -... 阅读全文
posted @ 2013-02-21 16:27 lexus 阅读(281) 评论(0) 推荐(0)

摘要: 专访王豫翔:编程道路上的“三少三多”-CSDN.NET少讨论概念,少争论特征、少议论模型;多写代码、多做测试、多做应用。 阅读全文
posted @ 2013-02-21 16:12 lexus 阅读(151) 评论(0) 推荐(0)

摘要: Thrift入门及Java实例演示 | micmiu - 大大的技术 | 小小的生活Thrift入门及Java实例演示 作者: Michael 日期: 2012 年 6 月 14 日 发表评论 (10) 查看评论目录:概述下载配置 基本概念数据类型服务端编码基本步骤 客户端编码基本步骤 数据传输协议 实例演示(java) thrift生成代码实现接口IfaceTSimpleServer服务... 阅读全文
posted @ 2013-02-21 16:03 lexus 阅读(406) 评论(0) 推荐(0)

摘要: Thrift入门及Java实例演示 | micmiu - 大大的技术 | 小小的生活Thrift入门及Java实例演示 作者: Michael 日期: 2012 年 6 月 14 日 发表评论 (10) 查看评论目录:概述下载配置 基本概念数据类型服务端编码基本步骤 客户端编码基本步骤 数据传输协议 实例演示(java) thrift生成代码实现接口IfaceTSimpleServer服务... 阅读全文
posted @ 2013-02-21 16:03 lexus 阅读(204) 评论(0) 推荐(0)

摘要: 在Ubuntu上安装Thrift并调通一个例子 - 双子靓星 - 博客园在Ubuntu上安装Thrift并调通一个例子Thrift实际上是实现了C/S模式,通过代码生成工具将接口定义文件生成服务器端和客户端代码(可以为不同语言),从而实现服务端和客户端跨语言的支持。用户在Thirft描述文件中声明自己的服务,这些服务经过thrift编译后会生成相应语言的代码文件,然后用户实现服务(客户端调用服务,... 阅读全文
posted @ 2013-02-21 16:02 lexus 阅读(498) 评论(0) 推荐(0)

摘要: TThreadedServer vs. TNonblockingServer · m1ch1/mapkeeper WikiTThreadedServer vs. TNonblockingServerIntroductionWhich Thrift RPC server should MapKeeper use, TThreadedServer or TNonblockingServer? This... 阅读全文
posted @ 2013-02-21 15:59 lexus 阅读(955) 评论(0) 推荐(0)

摘要: ThriftUsageC++ - Thrift WikiGetting startedThe first thing you need to know is that the C++ code generated by Thrift compiles only on Unix based systems, although some success has been reported using ... 阅读全文
posted @ 2013-02-21 15:57 lexus 阅读(178) 评论(0) 推荐(0)

摘要: Thrift概述及其安装[原创]_danssion space_百度空间Thrift概述及其安装[原创]1. 概述Thrift是Facebook为了跨编程语言工作而开发的软件库和代码生成工具的一个项目。其高效性十分吸引软件开发工作者。2. 下载Thrift首先从thrift的官方网站(http://thrift.apache.org/download)下载最新的安装包thrift-0.7.0.ta... 阅读全文
posted @ 2013-02-21 15:55 lexus 阅读(463) 评论(0) 推荐(0)

摘要: rpm2html/rpmfindrpm2html/rpmfindThe rpmfind and rpm2html command line tools are deprecated. The C code base will not be maintained. However the search engine and network services found on the rpmfind.... 阅读全文
posted @ 2013-02-21 15:00 lexus 阅读(284) 评论(0) 推荐(0)

摘要: Cmake的介绍和使用 Cmake实践 - 吾尝终日而思矣 不如须臾之所学也 - C++博客Cmake的介绍和使用 Cmake实践Cmake优点:1. 开发源代码,实用类BSD许可发布。2. 跨平台,并可以生成native编译配置文件,在linux/unix平台,生成makefile,在mac平台可以生成xcode,在windows平台可以生成msvc工程的配置文件。3. 能够管理大型项目4. 简... 阅读全文
posted @ 2013-02-21 13:06 lexus 阅读(465) 评论(0) 推荐(0)

摘要: Thrift : the missing guide (中文翻译) - Simple Way - 博客频道 - CSDN.NETThrift : the missing guide (中文翻译)http://diwakergupta.github.com/thrift-missing-guide/thrift.pdf 阅读全文
posted @ 2013-02-21 09:55 lexus 阅读(281) 评论(0) 推荐(0)

摘要: http://blog.csdn.net/aiwoziji13/article/details/7330333http://blog.csdn.net/hbuxiaoshe/article/details/6558391http://blog.csdn.net/hbuxiaoshe/article/details/6560285http://blog.csdn.net/shuhuai007/art... 阅读全文
posted @ 2013-02-21 09:46 lexus 阅读(164) 评论(0) 推荐(0)

摘要: [zz]使用thrift做c++,java和python的相互调用 - zaleilynn - 博客园[zz]使用thrift做c++,java和python的相互调用linux上安装thrift见http://jinghong.iteye.com/blog/1102535thrift做为跨语言调用的方案有高效,支持语言较多,成熟等优点;代码侵入较强是其弱点。下面记录以C++做服务器,C++,ja... 阅读全文
posted @ 2013-02-21 09:44 lexus 阅读(409) 评论(0) 推荐(0)