Eclipse初始化配置
1.进入首选项面板
Windows --> Preferences
2.关闭一些服务(可选)
2.1.General --> Startup and Shutdown
Eclipse Automated Error Reporting去掉勾
3.设置记录空间数量(可选)
General --> Startup and Shutdown --> Workspaces --> Number of recent workspaces to remember:20
4.设置工作空间文件编码
General --> Workspaces --> Text file encoding --> Other:UTF-8
5.注解格式(可选)
Java --> Code Style --> Code Templates --> Comments --> Types --> Pattern
/**
* <p>Title : ${type_name}</p>
* <p>Description : </p>
* <p>DevelopTools : Eclipse_x64_v4.10.0</p>
* <p>DevelopSystem : macOS Sierra 10.12.1</p>
* <p>Company : org.xujun</p>
* @author : XuJun
* @date : ${date} ${time}
* @version : 1.0.0
*/
6.关闭所有验证
Validation --> Disable All
7.XML一行的字符个数
XML --> XML Files --> Editor --> Line Width:120
8.设置文件编码
General --> Content Type --> Text Java Properties File --> Default encoding:UTF-8 --> Update
如果您喜欢本网站,欢迎打赏。
打赏多少您说了算,谢谢您对低调大师的支持!!!
支付宝扫一扫
微信扫一扫
- 上一篇
zookeeper常用命令
1.查看文件目录 ls + 路径 2.删除文件 rmr + 路径 3.退出 quit
- 下一篇
Eclipse在线插件安装
添加入口: Eclipse --> Help --> Install New Software --> add 1.svn Name: subclipse Location:http://subclipse.tigris.org/update_1.4.x Location:http://subclipse.tigris.org/update_1.6.x Location:http://subclipse.tigris.org/update_1.8.x Location:http://subclipse.tigris.org/update_1.10.x Location:http://subclipse.tigris.org/update_1.12.x 2.git Name: git Location:http://download.eclipse.org/egit/updates 3.color-theme Name:color-theme Location:http://eclipse-color-theme.github.com/update 4.angularj...