Chinaunix首页 | 论坛 | 博客
  • 博客访问: 8079215
  • 博文数量: 594
  • 博客积分: 13065
  • 博客等级: 上将
  • 技术积分: 10324
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-26 16:44
个人简介

推荐: 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.........【阅读全文】

阅读(6108) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(4253) | 评论(0) | 转发(0)

发布时间: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......【阅读全文】

阅读(4105) | 评论(2) | 转发(0)

发布时间: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......【阅读全文】

阅读(5562) | 评论(1) | 转发(0)

发布时间: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......【阅读全文】

阅读(12002) | 评论(0) | 转发(0)

发布时间: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......【阅读全文】

阅读(3247) | 评论(0) | 转发(0)

发布时间:2012-12-05 15:13:26

......【阅读全文】

阅读(4421) | 评论(0) | 转发(0)

发布时间:2012-11-15 10:01:25

    Thrift是......【阅读全文】

阅读(4827) | 评论(1) | 转发(0)

发布时间:2012-11-06 17:32:40

......【阅读全文】

阅读(9036) | 评论(4) | 转发(0)

发布时间:2012-10-18 12:06:13

......【阅读全文】

阅读(3264) | 评论(0) | 转发(5)
给主人留下些什么吧!~~

Aquester2014-12-11 21:29

lojunren:强烈希望博主将mooon项目迁往github

https://github.com/eyjian/mooon

回复  |  举报

Aquester2014-03-24 12:51

lojunren:强烈希望博主将mooon项目迁往github

嗯,建议不错

回复  |  举报

lojunren2014-03-20 14:56

强烈希望博主将mooon项目迁往github

回复  |  举报

Aquester2014-01-15 11:02

yuanxy2013:LZ,你的基于C++的纯面向对象的通用高性能大并发TCP-SERVER/CLIENT开发框架实践系列之《前言篇》,《基础篇》写得非常棒,但是《服务器篇》、《客户端篇》却找不到,恳请楼主赐读。

已经实现一个server框架,并有相关技术文档,在mooon中,你可以svn下载代码看看,文档在doc子目录下

回复  |  举报

yuanxy20132014-01-14 14:48

LZ,你的基于C++的纯面向对象的通用高性能大并发TCP-SERVER/CLIENT开发框架实践系列之《前言篇》,《基础篇》写得非常棒,但是《服务器篇》、《客户端篇》却找不到,恳请楼主赐读。

回复  |  举报
留言热议
请登录后留言。

登录 注册