创建工空间
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.关闭所有验证
Validation --> Disable All
6.XML一行的字符个数
XML --> XML Files --> Editor --> Line Width:120
7.设置文件编码
General --> Content Type --> Text Java Properties File --> Default encoding:UTF-8 --> Update