Intellij IDEA常见问题解决办法

1:Intellij IDEA运行报Command line is too long解法

报错内容:

Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.

 

解法:

修改项目下 .idea\workspace.xml,找到标签  , 在标签里加一行  

2:Idea开启Run DashBoard配置

找到.idea文件下的workspace.xml,并找到RunDashboard


  

 加入如下配置:

这样RunDashboard自动就弹出来了

最终配置如下:


  
  

 

3:idea project中的小齿轮显示和隐藏(Autoscroll from Source)

Intellij IDEA常见问题解决办法_第1张图片

你可能感兴趣的:(Intellij,IDEA)