
TOOL -工具
iteye_9033
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Best Diff TOOL
http://stackoverflow.com/questions/12625/best-diff-tool I'm recollecting here a list of the tools mentioned in the answers below, in order of preferences (more or less), separating pay- from free-...原创 2012-01-10 11:07:40 · 188 阅读 · 0 评论 -
在Eclipse中通过快捷键设置,从而快速输入System.out.println();
网上最常见的方法: 1、在Window ->Preferences->Keys中把Word Completion的快捷键Alt+/移除或者修改成其他的(e.g. Ctrl+Alt+/) 2、把Content Assist的原快捷键Ctrl+Space改为Alt+/ 3、以后再编写代码时只要敲入sysout,然后通过快捷键Alt+/,就能快速输...原创 2012-06-12 17:17:46 · 1031 阅读 · 1 评论