eclipse技巧记录

1. eclipse 自定义template
http://developer.51cto.com/art/201103/249292.htm
2. eclipse 定义代码模板
http://blog.csdn.net/security08/article/details/5588013
3. 最常用快捷键
http://www.open-open.com/bbs/view/1320934157953
补充:
shift+ctrl+x 变大写
shift+ctrl+y 变小写
alt+shift+z surround with
alt+ 上下arrow 选定代码上下移动
ctrl+1 显示怎么提示
4. debug
drop frame 退回到方法栈,变量归档,重新从方法开始debug,数据库操作无效
修改代码,保存,自动drop frame,重新开始debug
variable窗口修改变量值,不drop frame, 继续基于新变量值debug

猜你喜欢

转载自youngphy.iteye.com/blog/1859402
今日推荐