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

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

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

2013年1月21日

摘要: 编译thrift和使用 - 翱翔云颠的博客 - 我的搜狐编译thrift和使用 收藏到手机 转发 评论 2011-08-03 17:34我使用的版本是thrift-0.6.1解压以后,先看readme,其中说编译环境参考http://wiki.apache.org/thrift/ThriftRequirements,打开看:Language requirementsC++ ... 阅读全文
posted @ 2013-01-21 23:34 lexus 阅读(530) 评论(0) 推荐(0)

摘要: thrift一个例子 - xiaoshe的专栏 - 博客频道 - CSDN.NETthrift一个例子 分类: thrift 2011-06-21 12:47 3000人阅读 评论(2) 收藏 举报我用的是c++,所以我举一个c++的例子,简单说一下thrift的使用入门。例子描述是这样的:我们将学生信息(学号,姓名,性别,年龄)由客户端发送到服务端。实现这个例子,我们... 阅读全文
posted @ 2013-01-21 22:50 lexus 阅读(408) 评论(0) 推荐(0)

摘要: Thrift CPP例子 - ggg Freak - 博客频道 - CSDN.NET Thrift CPP例子 分类: linux 2010-03-18 11:33 1152人阅读 评论(1) 收藏 举报tutorial 最简单例子1.安装成功后进入 tutorial 目录 运行 thrift -r --gen cpp tutorial.thrift 会在gen-cp... 阅读全文
posted @ 2013-01-21 22:04 lexus 阅读(363) 评论(0) 推荐(0)

摘要: javaewah - A compressed alternative to the Java BitSet class - Google Project HostingThe bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without... 阅读全文
posted @ 2013-01-21 21:54 lexus 阅读(172) 评论(0) 推荐(0)

摘要: Linux文件共享_Brucechain_百度空间Linux文件共享文件共享UNIX支持在不同的进程间共享打开的文件。内核使用了三种数据结构来表征打开的文件。它们间的关系决定了不同进程间的文件共享。1)每个进程在进程表中都有一个记录项,每个记录项中有一张打开文件描述符表,可将其视为一个矢量,每个描述符占用一项。与每个文件描述符相关联的是:a) 文件描述符表示。b) 指向一个文件表项的指针。2)内核... 阅读全文
posted @ 2013-01-21 14:29 lexus 阅读(235) 评论(0) 推荐(0)

摘要: linux文件设备与I/O: dup和dup2函数_面包坊_百度空间linux文件设备与I/O: dup和dup2函数dup 和dup2 都可用来复制一个现存的文件描述符,使两个文件描述符指向同一个file 结构体。如果两个文件描述符指向同一个file 结构体,File Status Flag和读写位置只保存一份在file 结构体中,并且file 结构体的引用计数是2。如果两次open 同一文件得... 阅读全文
posted @ 2013-01-21 14:27 lexus 阅读(267) 评论(0) 推荐(0)

摘要: Fast portable non-blocking network programming with LibeventFast portable non-blocking network programming with LibeventLearning LibeventChapter 0: About this documentChapter 1: A tiny introduction to... 阅读全文
posted @ 2013-01-21 13:33 lexus 阅读(240) 评论(0) 推荐(0)

摘要: python thread之daemon - 游牧之python学习笔记 - 博客频道 - CSDN.NETpython thread之daemon 分类: python 2011-07-13 14:10 380人阅读 评论(0) 收藏 举报daemon A boolean value indicating whether this thread is a daemon... 阅读全文
posted @ 2013-01-21 13:28 lexus 阅读(294) 评论(0) 推荐(0)

摘要: C调试时常用的宏 - 花开的地方C调试时常用的宏__FUNCTION__:用在函数内部,表示函数的名字。 __FILE__:表示源代码文件的名字。 __LINE__:表示源代码文件中的行号。 阅读全文
posted @ 2013-01-21 13:22 lexus 阅读(205) 评论(0) 推荐(0)

摘要: Howto disable the iptables firewall and SELInux in Linux - xencao的日志 - 网易博客Howto disable the iptables firewall and SELInux in Linux 2011-03-13 13:48:50|分类: L系统类 |标签:firewallselinux |字号大中小订阅1. Iptable... 阅读全文
posted @ 2013-01-21 11:44 lexus 阅读(323) 评论(0) 推荐(0)

摘要: 便于查找问题 阅读全文
posted @ 2013-01-21 10:33 lexus 阅读(201) 评论(0) 推荐(0)

摘要: C++ getline函数的使用C++ getline函数的使用 阅读全文
posted @ 2013-01-21 00:17 lexus 阅读(302) 评论(0) 推荐(0)