全部博文(14)
发布时间:2013-09-24 13:01:08
转自:http://crazycode.iteye.com/blog/311564现在有个项目,在一天的开发中,被某个工程师引入了一个bug,取系统并发上不去,直接锁死数据库连接。项目使用java平台,在svn上进行版本管理。我不想一个个版本code review排查,就想到了最暴力折半版本查找法,当然,在svn上做意味着要一个个版本checkout出来,这么大的项.........【阅读全文】
发布时间:2013-09-11 13:26:55
Using the following script to show the color codes:==========================================#!/bin/bash## This file echoes a bunch of color codes to the # terminal to demonstrate what's available. Each # line is the color code of one forground color,.........【阅读全文】
发布时间:2013-09-04 09:25:07
在linux系统下,查看linux的技巧。make tags #生成相关tags,读代码时,就可以像在sourceinsight里一样了。make ALLSOURCE_ARCHS="arm" tags #指定只生成arm的tags......【阅读全文】
发布时间:2013-09-04 08:36:06
refs:http://www.linuxjournal.com/content/kbuild-linux-kernel-build-systemhttp://lxr.linux.no/#linux+v3.10.1/Documentation/kbuild/......【阅读全文】