代码改变世界

阅读排行榜

OSGi for beginners

2012-02-22 19:57 by 康杜, 179 阅读, 收藏,
摘要: This is a very useful text for java developers who are willing to develop dynamic module for java applications. The Open Services Gateway Initiative (OSGi), also known as Dynamic Module System for Ja... 阅读全文

Useful linux commands

2012-09-12 20:07 by 康杜, 171 阅读, 收藏,
摘要: 1. free file buffers in linuxfree -mecho 3 > /proc/sys/vm/drop_cachessync2. find files containing specific stringsfind . -exec grep -q mystring {} \; -print 阅读全文

Java 7 resources

2012-01-11 16:44 by 康杜, 171 阅读, 收藏,
摘要: Alex Miller’s Java 7 resources http://tech.puredanger.com/java7 阅读全文

设计得不好

2012-01-20 14:28 by 康杜, 163 阅读, 收藏,
摘要: 设计得不好,那是因为设计者对问题领域没有深入的理解。 阅读全文

Testing tools

2012-02-14 10:59 by 康杜, 144 阅读, 收藏,
摘要: http://www.softwareqatest.com/qatweb1.html 阅读全文
上一页 1 ··· 6 7 8 9 10