常用网站推广方法电商,设计一站式服务,wordpress qq头像,淄博网站制作定制升级IDEA的缓存文件夹.IntelliJIdea2017.1#xff0c;存放着IDEA的破解密码#xff0c;各个项目的缓存#xff0c;默认是在C盘的用户目录下#xff0c;目前有1.5G大小。现在想要把它从C盘移出。 在IDEA的安装路径下中#xff0c;进入bin目录后找到属性文件#xff1a;idea.pr…IDEA的缓存文件夹.IntelliJIdea2017.1存放着IDEA的破解密码各个项目的缓存默认是在C盘的用户目录下目前有1.5G大小。现在想要把它从C盘移出。 在IDEA的安装路径下中进入bin目录后找到属性文件idea.properties 用记事本打开找到如下代码段 1 #---------------------------------------------------------------------2 # Uncomment this option if you want to customize path to IDE config folder. Make sure youre using forward slashes.3 #---------------------------------------------------------------------4 # idea.config.path${user.home}/.IntelliJIdea/config5 6 #---------------------------------------------------------------------7 # Uncomment this option if you want to customize path to IDE system folder. Make sure youre using forward slashes.8 #---------------------------------------------------------------------9 # idea.system.path${user.home}/.IntelliJIdea/system
10
11 #---------------------------------------------------------------------
12 # Uncomment this option if you want to customize path to user installed plugins folder. Make sure youre using forward slashes.
13 #---------------------------------------------------------------------
14 # idea.plugins.path${idea.config.path}/plugins 需要注意在IDEA2017中默认这些配置是注释掉的我在这可吃了大亏没想到配置没有生效的原因是如此简单。 更改配置文件如下 1 #---------------------------------------------------------------------2 # Uncomment this option if you want to customize path to IDE config folder. Make sure youre using forward slashes.3 #---------------------------------------------------------------------4 idea.config.pathE:/jiashubing/.IntelliJIdea/config5 6 #---------------------------------------------------------------------7 # Uncomment this option if you want to customize path to IDE system folder. Make sure youre using forward slashes.8 #---------------------------------------------------------------------9 idea.system.pathE:/jiashubing/.IntelliJIdea/system
10
11 #---------------------------------------------------------------------
12 # Uncomment this option if you want to customize path to user installed plugins folder. Make sure youre using forward slashes.
13 #---------------------------------------------------------------------
14 idea.plugins.path${idea.config.path}/plugins 更改了以后重启IDEA会弹出如下界面Complete Installation选择Previous version 此时在目录下生成了一个.IntelliJIdea文件 此时把.IntelliJIdea2017.1删除了也可以原来的项目也都能找得到 PS初始缓存文件夹.IntelliJIdea2017.1的来历之前安装的是IDEA2015那时的缓存文件是.IntelliJIdea后来将IDEA2015升级成了IDE2017在同一个目录下生成了这个.IntelliJIdea2017.1文件夹。可能是IDEA内部的某种设置如果文件中已经存在了.IntelliJIdea文件就要在后面增加版本号后缀。