10 2009 档案
摘要: linux 下的游戏没有windows 多,而且想找游戏玩也比较麻烦,也不知道有什么游戏可以玩。
最近在网上看了djl 这个游戏管理软件,里面有上百个的游戏可以提供你玩。真的很不错,默认没有中文的
我顺手翻译了一下,翻译的不是很完整,不过够大家用的了。
摘要: 经常会遇到一个表格中有许多的数据,想要找到一条符合自己要求的数据会比较麻烦,需要一条一条的找。数据量小还好,但是如果有几百条上千条的数据找起来就比较麻烦了。lucene 提供了一个拓展包 lucene-swing,可以很方便的对jtable进行搜索。
摘要: sqe 是 software quality enviroment 的缩写, netbeans 的sqe 插件 官方的介绍是这样的:
sqe is an attempt at providing first class netbeans integration for different software quality tools as
* code defect analysis
o findbugs
o pmd
o checkstyle
o lint4j
* metrics
o dependency finder
* dependency analysis
o dependency finder
我把它叫做软件质量测试工具,它可以帮你找到你写的代码中潜在的问题 还会有一些建议。
pmd 的介绍:
阅读全文