当前位置:网站首页>IDEA使用记录
IDEA使用记录
2022-08-11 05:12:00 【小匠石钧知】
1. Intellij IDEA更改缓存位置
IDEA默认的缓存位置是 C:/Users/xxx/.IntelliJIdea/ ,因为C盘的存储空间比较宝贵,所以需要修改。打开文件 {IDEA的安装位置}/bin/idea.properties 后做如下修改:
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
# idea.config.path=${user.home}/.IntelliJIdea/config
idea.config.path=D:/IDEAcache/IDEA2017cache/.IntelliJIdea/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system
idea.system.path=D:/IDEAcache/IDEA2017cache/.IntelliJIdea/system
这样做的好处:
- 不再占用C盘空间;
- 如果自己的电脑安装了多个版本的IDEA,比如IDEA2017和IDEA2020,把它们的缓存放在不同的地方,就不会相互干涉。
2. 打开已有的IDEA项目失败,如何解决?
可以尝试如下办法:
- 把项目里的
.idea目录、.mvn目录、xxxx.iml文件 等等与代码无关的东西删除掉,干净得就像它在 github 上的样子,然后再打开项目就可以了~
3. IDEA的设置里面plugins连接不上市场,如何解决?
可以尝试如下办法:
- 首先,换个网络试试~
- 然后,File ⇒ Setting ⇒ Appearance&Behavior ⇒ System Settings ⇒ HTTP Proxy
选择 No proxy - 然后,File ⇒ Setting ⇒ Appearance & Behavior ⇒ System Settings ⇒ Updates
取消钩选 Use secure connection - - 重启IDEA
边栏推荐
- Switches and routers technology - 21 - RIP routing protocol
- form form submission database Chinese becomes a question mark
- Day38 LeetCode
- 关于CC 攻击
- BGP Comprehensive Experiment
- Delphi7 learning record - demo example
- Redis-数据类型(基本指令、String、List、Set、Hash、ZSet、BitMaps、HyperLogLog、GeoSpatial)/发布和订阅
- 论文笔记:BBN: Bilateral-Branch Network with Cumulative Learningfor Long-Tailed Visual Recognition
- About CC Attacks
- You must understand - the nine built-in objects and four domain objects of JSP
猜你喜欢

【ARM】rk3399挂载nfs报错

The use of async (asynchronous) and await

Thymeleaf

代码在线审查(添加网页批注)的实现
![ERROR: Could not install packages due to an OSError: [Errno 2] 没有那个文件或目录: ‘/data/xxxx](/img/02/3896b29a955ae84a0f0326f0d2cabf.png)
ERROR: Could not install packages due to an OSError: [Errno 2] 没有那个文件或目录: ‘/data/xxxx

【嵌入式开源库】cJSON的使用,高效精简的json解析库

交换机和路由器技术-21-RIP路由协议

3 Module 2: Use of scientific research tools

Paper Notes: Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks

2021年网络规划设计师下午案例题
随机推荐
提升你工作效率的技巧,你得知道——Navitcat 快捷键
log4j2漏洞复现以及解决方案
How to switch Green Shield encryption to IP-Guard encryption smoothly
[E-commerce operation] How to formulate a social media marketing strategy?
MyEclipse数据库工具使用教程:使用驱动程序
交换机和路由器技术-21-RIP路由协议
C语句:数据存储
Switch and Router Technology-27-OSPF Route Redistribution
【嵌入式开源库】cJSON的使用,高效精简的json解析库
交换机和路由器技术-22/23-OSPF动态路由协议/链路状态同步过程
form表单提交数据库中文变成问号
网络技能树
BitLocker的解密
交换机和路由器技术-27-OSPF路由重分发
[No 2022 Shanghai Security Officer A Certificate Exam Question Bank and Mock Exam
2022年Android面试中最常问的问题是什么?
oracle表空间与用户的创建
开发工具篇第七讲:阿里云日志查询与分析
FPGA engineer interview questions collection 111~120
Win10远程连接(实现多用户同时连接)