推荐: blog.csdn.net/aquester https://github.com/eyjian https://www.cnblogs.com/aquester http://blog.chinaunix.net/uid/20682147.html
全部博文(594)
发布时间:2013-01-17 10:53:52
请浏览:https://svn.boost.org/trac/boost/ticket/7874#7874: compile warning: thread.hpp:342: warning: type attributes are honored onlyat type definition-----------------------------------------+---------------------------------- Reporter: jian yi <eyjian@…> &n.........【阅读全文】
发布时间:2013-01-17 10:48:09
thrift作为RPC优点明显,那些还在坚持使用消息排斥RPC的同学,都应当亲自接触体验一下。 不过thrift确实还有些明显的不足,表现在: 1.不能指定IPTNonblockingServer.cpp: for (res = res0; res; res = res->ai_next) { if (res->ai_family == AF_INET6 || res->ai_next == N.........【阅读全文】
发布时间:2013-01-07 15:28:07
https://issues.apache.org/jira/browse/THRIFT-1824背景:当在使用thrift时,如果我们的代码也采用automake方式编译,这样就存在config.h文件冲突,原因是thrift的Thread.h文件include它时,没有目录修饰。config.h:在成功编译thrift后,会在它的thrift目录下生成一个config.h文件,这个文件实际是由automake产生的,如下所示 :> ls thriftasync config.h protocol serv......【阅读全文】
发布时间:2012-12-27 21:04:53
install-mono.sh.zip mono-3.0.2安装指南.pdf mod_mono.diff.zip mono-3.0.2安装指南一见 2012/12/27目录1. 前言 11.1. 什么是mono? 11.2. 目的 12. 下载网址 13. 依赖关系 24. 安装步骤 24.1. mono 24.2. xsp 24.3. mod_mono 25. 修改Apache......【阅读全文】
发布时间:2012-12-24 17:33:37
注:最近代码已修复此bughttps://code.google.com/p/google-glog/issues/detail?id=142https://code.google.com/p/google-glog/source/browse/trunk/src/utilities.cc问题原因非常简单,utilities.cc文件中的ShutdownGoogleLoggingUtilities未对全局静态变量g_program_invocation_short_name重置为NULL,下面是相关的源代码,一看便知,解决办法就是加上:g_program_invocation_short_na......【阅读全文】
发布时间:2012-12-11 17:01:45
带属性的向前声明:class __attribute__((__dllexport__)) X;执行g++ -c -g x.cpp编译会收到如下warning:warning: type attributes are honored only at type definition使用的GCC版本为:4.1.2,如果是GCC 4.5.1,则warning变更为:warning: ‘__dllexport__’ attribute directive ignored......【阅读全文】
yuanxy20132014-01-14 14:48
LZ,你的基于C++的纯面向对象的通用高性能大并发TCP-SERVER/CLIENT开发框架实践系列之《前言篇》,《基础篇》写得非常棒,但是《服务器篇》、《客户端篇》却找不到,恳请楼主赐读。