2012年6月15日

摘要: 昨天,在台服上运行的服务器爆发了大面积断线。从时间点上看,跟一个副本活动高度重合,因此,今天早上就紧急屏蔽了该活动模块。拿到log进行分析,看到的异常大部分是从战斗副本返回主城时发生的。副本活动产生的异常倒是没有看到,而且这个副本在国内也经历过几个运营商实际运营的测试,出现问题的机会应该比较少。从战斗副本返回主城的过程经过一次调整,原有的流程是副本退出时保存到mysql,再在主城里从数据库恢复过来。现有的流程,是先把所需数据打包,然后通过tcp发送到主城,由主城进行解包并恢复到角色身上。个人猜测,是因为序列化过程有性能问题,导致序列化过程缓慢。这个副本活动有个特点,就是同时返回主城的角色会比较 阅读全文
posted @ 2012-06-15 15:12 lifehacker 阅读(766) 评论(0) 推荐(0) 编辑

2012年5月20日

摘要: how we make github fast的翻译 阅读全文
posted @ 2012-05-20 19:21 lifehacker 阅读(1272) 评论(0) 推荐(0) 编辑

2012年2月22日

摘要: 如何将sqlalchemy的rowproxy转换为json格式 阅读全文
posted @ 2012-02-22 10:32 lifehacker 阅读(846) 评论(0) 推荐(0) 编辑

2012年2月15日

摘要: 一周年项目回顾 阅读全文
posted @ 2012-02-15 11:03 lifehacker 阅读(445) 评论(0) 推荐(0) 编辑

2011年12月23日

摘要: This page give some interesting infos about the smart remove selection in GIMP and Photoshop 阅读全文
posted @ 2011-12-23 15:20 lifehacker 阅读(506) 评论(0) 推荐(0) 编辑

2011年12月20日

摘要: This page share 3 useful python decorators. 阅读全文
posted @ 2011-12-20 11:57 lifehacker 阅读(1384) 评论(2) 推荐(1) 编辑

2011年11月7日

摘要: This page gives an simple code generator for python protobuf, in order to generate the stub code for testsuit 阅读全文
posted @ 2011-11-07 15:05 lifehacker 阅读(7940) 评论(0) 推荐(0) 编辑

2011年9月21日

摘要: This post give the implementation of word wrap in two ways with python. 阅读全文
posted @ 2011-09-21 09:53 lifehacker 阅读(775) 评论(0) 推荐(0) 编辑

2011年9月13日

摘要: This is a simple tool to convert epub format to plain text 阅读全文
posted @ 2011-09-13 19:08 lifehacker 阅读(1694) 评论(0) 推荐(0) 编辑

2011年7月30日

摘要: This article discuss the colorscheme of Vim running on Terminal. 阅读全文
posted @ 2011-07-30 13:03 lifehacker 阅读(9928) 评论(3) 推荐(0) 编辑

2011年7月16日

摘要: This article describes how to connect to the symbian e72 with Ubuntu. 本文简述了ubuntu如何通过wifi与e72进行文件共享 阅读全文
posted @ 2011-07-16 11:14 lifehacker 阅读(621) 评论(0) 推荐(0) 编辑

2011年7月12日

摘要: Simple memcache demo which uses the LFU as the cache algorithm.Implemented in Python 阅读全文
posted @ 2011-07-12 18:34 lifehacker 阅读(2504) 评论(0) 推荐(1) 编辑

2011年6月28日

摘要: greaseMonkey入门 阅读全文
posted @ 2011-06-28 11:32 lifehacker 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 显示新浪微博原创图片 阅读全文
posted @ 2011-06-28 11:30 lifehacker 阅读(453) 评论(0) 推荐(0) 编辑

2011年3月17日

摘要: 个人组织文件的经历和一点心得 阅读全文
posted @ 2011-03-17 23:31 lifehacker 阅读(1859) 评论(1) 推荐(0) 编辑

2011年2月18日

摘要: 如何在cygwin上安装gevent 阅读全文
posted @ 2011-02-18 16:29 lifehacker 阅读(738) 评论(0) 推荐(0) 编辑

2011年2月4日

摘要: 使用python对txt文本的小说进行处理。 阅读全文
posted @ 2011-02-04 22:09 lifehacker 阅读(5245) 评论(3) 推荐(2) 编辑

2011年1月16日

摘要: 游程长度编码的小demo 阅读全文
posted @ 2011-01-16 09:33 lifehacker 阅读(786) 评论(0) 推荐(0) 编辑

2011年1月5日

摘要: sicp读后感 阅读全文
posted @ 2011-01-05 17:53 lifehacker 阅读(872) 评论(0) 推荐(0) 编辑

2010年12月29日

摘要: 本文从理论上简述了视频编解码的主要流程 阅读全文
posted @ 2010-12-29 17:23 lifehacker 阅读(5480) 评论(0) 推荐(0) 编辑

2010年12月10日

摘要: c bible chapter2 solution 阅读全文
posted @ 2010-12-10 16:45 lifehacker 阅读(192) 评论(0) 推荐(0) 编辑

2010年11月30日

摘要: c bible chapter2 solution 阅读全文
posted @ 2010-11-30 23:50 lifehacker 阅读(213) 评论(0) 推荐(0) 编辑

2010年11月9日

摘要: K&R C Bible的答案 阅读全文
posted @ 2010-11-09 18:16 lifehacker 阅读(262) 评论(0) 推荐(1) 编辑

2010年10月19日

摘要: svn上传项目到google code的过程。 阅读全文
posted @ 2010-10-19 20:52 lifehacker 阅读(1178) 评论(0) 推荐(0) 编辑

2010年10月12日

摘要: 操作系统逻辑地址与物理地址的转换。当初只牢记了tanenbaum的那种位映射的方法,只得其皮毛,十分遗憾 阅读全文
posted @ 2010-10-12 09:38 lifehacker 阅读(1928) 评论(0) 推荐(0) 编辑

导航