1、内置tomcat配置
解决eclipse 内置tomcat 与本地tomcat 端口冲突html
2、字体设置
eclipse默认Consolas字体,中文字体太小,能够设置成Courier New 或 微软雅黑,设置方法:json
windows -> perferences -> General-->Colors and Fonts-->Basic-->Text Font -> Edit -> 选择字体。
若是没有Courier New 能够点击下方 显示更多字体 -> 找到 Courier New -> 双击 Courier New -> 右键 Courier New常规 -> 显示 (添加完,能够关闭Edit弹出框,在打开就会显示在字体列表里)windows
3、中文乱码
1.修改整个eclipse 编码: windows -> Preferences -> General -> Wordplace -> 修改Text file encoding 为 Other -> utf-8
2.修改单个项目编码: 右键项目 -> Properties -> Resource -> 修改Text file encoding 为 Other -> utf-8
3.某种文件乱码,好比json文件格式的中文乱码. indows -> Preferences -> General -> Content Types -> Text -> Json -> 下方Default encoding 手动输入UTF-8 -> Update
4、Maven 配置
1.maven的安装和eclipse集成 配置tomcat
传送门:http://www.cnblogs.com/tweet/p/7591859.htmleclipse
2.eclipse 使用 maven 常见错误maven
传送门: http://www.cnblogs.com/tweet/p/7593247.html字体