精选圈子榜单优站
编程综合
编程综合
技术
20关注
编程技术记录、分享 ,记录你的编程生活点点滴滴!

Eclipse初始化配置


创建工空间


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


  • 若文章侵犯了您的权益,请联系我们进行处理。

  • 2020-03-11
  • 1286阅读
评论