
eclipse
rually
这个作者很懒,什么都没留下…
展开
-
解决办法Incorrect line ending: found carriage return (\r) without corresponding newline (\n)
本来程序运行正常,可是当打开xml 文件之后发现一行下划红线报错,程序不能运行。 解决方案入下: 1 点击工具栏project 2 点击下拉菜单的clean ok!原创 2014-04-16 13:23:44 · 12473 阅读 · 5 评论 -
eclipse 的使用技巧总结
1 添加注释和消除注释 Ctrl+Shift+/ 在代码窗口中加入/* ... */注释 Ctrl+Shift+\ 消除/* ... */注释 2 添加行号 Window->Preferences>General->Editors->Text Editors->勾选show line numbers 3 查看一个方法在那些地方被调用 ctrl+alt +H 4 显示原创 2014-12-13 20:27:01 · 679 阅读 · 0 评论