天天看点

eclipse常用设置对应如下:

一、修改字符编码

1.修改工作空间编码

eclipse常用设置对应如下:

     2.修改jsp编码

eclipse常用设置对应如下:

    3.修改properties文件编码

eclipse常用设置对应如下:

二、修改背景颜色(改为护眼色)

eclipse常用设置对应如下:

三、修改注释模板                    

eclipse常用设置对应如下:

对应如下:

Files
Types
Fields
Constructors
Methods
overriding methods
delegate methods
getter
setter

四、设置jsp模板     

eclipse常用设置对应如下:

    内容如下:

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html > <head> <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'> <meta name='Keywords' content='关键字,关键词'> <meta name='Description' content='描述和简介'> <title>Insert title here</title> <!-- <link href='' rel='stylesheet'> --> </head> <body> <div id='box'></div>

<script> </script> </body> </html>

五、安装常用插件(Help --> Eclipse Marketplace) 1.sts(spring插件)         

eclipse常用设置对应如下:

    2.hibernate tools     

eclipse常用设置对应如下:
eclipse常用设置对应如下:

    3.反编译插件

eclipse常用设置对应如下:
eclipse常用设置对应如下:

3.ERMaster(下载地址:https://pan.baidu.com/s/11wu2fhg7XGailkezujzZQQ)

直接下载的jar包复制到eclipse安装目录的plugins文件夹下,重启eclipse即可

eclipse常用设置对应如下:

继续阅读