2011年总结(读书篇)
2011年初的计划中,我是想今年在新的公司应该不会太忙,有更多的时间读一些书;对… Continue Reading
2011年初的计划中,我是想今年在新的公司应该不会太忙,有更多的时间读一些书;对… Continue Reading
今天编译kvm upstream时,发现如下的错误,是一个struct里面的un… Continue Reading
今天发现Team的测试网站down掉了,去查了下服务器上的httpd进程都不存在… Continue Reading
在Linux上,我们都使用过一些linux命令吧,但是,你知道Linux命令到底… Continue Reading
这几天,刚好重新搭建了一个git server,其实曾经也搭建过的,这次把过程及… Continue Reading
以前我用过eric做python的IDE,但用的不是很爽,然后也试图用Vim添加… Continue Reading
前阵子,看到水木中讨论python中的用空格还是用tab来做indentatio… Continue Reading
尽管很久以前都看到A/B testing这个字眼,一直都没有好好去看它到底是个什… Continue Reading
昨天周日去参加了一下51testing在上海的测试沙龙,是关于接口测试方面的东西… Continue Reading
在bash中IFS是内部的域分隔符,manual中对其的叙述如下: IFS Th… Continue Reading
I set up some git repositories for my st… Continue Reading
在find查找文件也是可以使用正则表达式的。用-regex 选项来使用正则表达式… Continue Reading
周末这两天,看了PyCon在中国的第一届大会,是在上海举行的python爱好者线… Continue Reading
前几天,我在想printk中到底是哪些信息会打印到console上,哪些东西可以… Continue Reading
Kernel.org是存放linux kernel相关档案的地方,对于每个喜欢l… Continue Reading
在对一个函数写一个注释时,我在考虑到底该用parameter还是用argumen… Continue Reading
由于人手不够,最近都比较忙(极端的情况下,你看刚才晚上十点多钟还在做工作上的事情… Continue Reading
片名:窃听风暴 豆瓣评分:9.0分(76103人评价) 博主评价: 未评价很差较… Continue Reading
昨天在RHEL6.2上安装自己build的xen的rpm包时,提示由于pytho… Continue Reading
今天看到tar2rpm.sh脚本中对g++的检查,忽然发现和我平时的写法不一样,… Continue Reading