IntelliJ IDEA环境配置

[pojie](https://www.cnblogs.com/suiyueqiannian/p/6754091.html) 

Error running Tomcat8: Address localhost:1099 is already in use 的错误

Color主题

http://www.riaway.com/theme.php?page=1

Intellij 最完美的主题与配置,功能使用:

https://darekkay.com/2014/11/23/monokai-theme-intellij/

https://darekkay.com/2016/05/30/intellij-idea-settings/

https://darekkay.com/2014/02/27/intellij-idea-shortcuts-for-eclipse-users/

IntelliJ Idea设置护眼浅绿色背景方法

Intellij默认是白色背景,长时间看可能眼睛会疲劳,所以很多人都把它设置成浅绿色的。有时换了电脑要重新设置,可以会忘记。在此记录一下方便以后查询。

1)设置Win7的窗口背景颜色为浅绿色

       桌面  | (鼠标右键)个性化  |  窗口颜色   |  高级外观设置  |  窗口  |  颜色(其他) |  色调85,饱和度123,亮度205  (R:199 G:237 B:204) |  添加到自定义颜色  |  确定 

        

2)设置IDEA的代码编辑区的背景颜色为浅绿色

   First:         Settings | Appearance&Behavior  |  Appearance  |  Theme  |  Windows  

   Second:    Settings |  Editor  |  Colors & Fonts  |  General  |  Scheme(Default)  |  Text  |  Default text  |  Background  |    R:199 G:237 B:204  |  Choose  |  Apply  |  OK

    

 IntelliJ Idea打开API注释提示功能

 Settings |  Editor  |  Genaral  |  Other  |  Show quik documentation on mouse move (勾选)   |  OK 

 IDEA乱码显示解决

KeyMap乱码

在 IntelliJ IDEA 2016.1inidea64.exe.vmoptions  ,  IntelliJ IDEA 2016.1inidea.exe.vmoptions
都添加
-Duser.country=EN
-Duser.language=us

console输出中文乱码
在 IntelliJ IDEA 2016.1inidea64.exe.vmoptions
IntelliJ IDEA 2016.1inidea.exe.vmoptions
都添加
-Dfile.encoding=UTF-8

   

原文地址:https://www.cnblogs.com/ioveNature/p/7192652.html