全部博文(168)
发布时间:2014-01-26 13:52:37
http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/http://clang-analyzer.llvm.org/http://www.digitalmars.com/d/archives/digitalmars/D/What_does_Coverity_clang_static_analysis_actually_do_97211.html......【阅读全文】
发布时间:2013-09-17 15:50:19
编码规范是技术上的遮羞布http://www.aqee.net/why-i-have-given-up-on-coding-standards/http://www.hksilicon.com/kb/articles/187511看到一个黑编码规范的,很有煽动性;虽然不赞同没有编码规范,但是里面的一些话还是有道理,单纯又规范不足以产生号的代码。-----------------------------------每个程序员.........【阅读全文】
发布时间:2013-04-11 16:01:15
Makefile: -include common.mkcommon.mk:VAR=$(subst $(prefix),,$(PWD))结果总是不对改为如下写法, OK!VAR=$(subst $(prefix),,$(shell pwd))结论: make -C的时候, $(PWD)的值是不变的;......【阅读全文】
发布时间:2013-03-18 14:36:43
from http://tech110.blog.51cto.com/438717/737865LTP--linux稳定性测试 linux性能测试 ltp压力测试 (2011-12-09 12:07:4) 标签:ltp ltp稳定性测试 linux性能测试 ltp分析 ltp简介 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://tech110.blog.........【阅读全文】
发布时间:2013-02-19 09:37:27
Installation Guide http://www.redmine.org/projects/redmine/wiki/RedmineInstallCentOS 5 should need ImageMagick >= 6.4.9 http://www.imagemagick.org/script/binary-releases.php......【阅读全文】