随笔分类 -  idea

idea常用配置和用法
摘要:#IDEA谷歌翻译插件提示:更新 TKK 失败,请检查网络连接 在host文件中添加:(C:\Windows\System32\drivers\etc) 203.208.40.66 translate.google.com 203.208.40.66 translate.googleapis.com 阅读全文
posted @ 2022-10-08 10:56 xiexie0812 阅读(60) 评论(0) 推荐(0) 编辑
摘要:VIEW >tool Windows >Services(Alt+8) 新版本的RunDashboard被Services替代 参考链接:https://jingyan.baidu.com/article/95c9d20d8d4561ad4e7561ee.html 阅读全文
posted @ 2022-04-07 15:09 xiexie0812 阅读(40) 评论(0) 推荐(0) 编辑
摘要:引入依赖 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <!--scope为test表示依赖项目仅仅参与测试相关的工作,包括测试代码的编译--> <!--我们要 阅读全文
posted @ 2022-04-02 17:52 xiexie0812 阅读(187) 评论(0) 推荐(0) 编辑
摘要:解决办法:(快捷键双击Shift,在搜索框中搜索maven,点击Add Maven Project,就行了) 如果在idea出现下图这种,说明成功了 转:https://www.cnblogs.com/bigbigxiao/p/13156702.html 阅读全文
posted @ 2022-03-18 11:26 xiexie0812 阅读(1177) 评论(0) 推荐(0) 编辑
摘要:idea的常用配置 一、基础设置 字体设置 界面设置 File-->Setting-->Appearance & Behavior-->Appearance 程序字体设置 File-->Setting-->Editor --> Font 设置编码UTF-8 File-->Settings-->Edi 阅读全文
posted @ 2021-08-13 11:47 xiexie0812 阅读(213) 评论(0) 推荐(0) 编辑