
IDEA
李子园05
宏观是我们需要忍受的,微观是我们能够改变的
展开
-
IDEA properties中文乱码
参考地址https://jingyan.baidu.com/article/d7130635cd857913fdf4751d.html转载 2021-03-06 14:01:21 · 137 阅读 · 0 评论 -
IDEA 调整未调用方法颜色
原创 2020-08-03 15:39:04 · 2058 阅读 · 0 评论 -
IDEA 查看源码快捷键
1 查看接口的实现类:Ctrl+Alt+B选中按快捷键,然后跳到实现类的地方去2 返回上/下个光标地方:Alt+<- 和 Alt±>可通过修改快捷键(搜关键字left、right)找到对应并改为 Ctrl+J。。。。3 查看Java方法调用树(被调/主调):Ctrl+Alt+H分为调用当前方法的树、当前方法调用的下级方法4 查看表达式、变量、方法参数的传递关系:主菜单中选择...原创 2020-04-28 15:02:06 · 548 阅读 · 0 评论 -
运行安装包出现installer integrity check has failed错误快速解决
1.打开 cmd2.然后将安装包 拖到cmd窗口3.按空格 输入/NCRC按回车就可以了D:\MyConfiguration\wei6.li>D:\BaiduNetdiskDownload\ideaIU-2019.3.1.exe /NCRC原创 2020-04-26 09:35:43 · 7653 阅读 · 1 评论 -
idea自动加载html、js
快捷键Ctrl + Alt + S打开设置面板,build-compiler—勾选 Build project automatically选项快捷键Ctrl + Shift + A查找registry命令: 在查找到的registry命令通过鼠标双击或敲回车键,在弹出的面板中找到并勾选compiler.automake.allow.when.app.running选项...原创 2020-04-14 15:05:39 · 1042 阅读 · 0 评论 -
IDEA项目包后面出现% classes,% lines covered
参考:https://blog.youkuaiyun.com/lds619/article/details/83059112转载 2020-04-01 15:29:25 · 3050 阅读 · 0 评论 -
IDEA2019.3mybatis映射文件mapper.xml的黄色背景
Settings ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ No data sources configure 取消勾选Settings ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ SQL dialect detection 取消勾选原创 2020-01-10 14:20:43 · 579 阅读 · 0 评论 -
IDEA @Autowired报错
当前项目生效所有项目生效原创 2020-01-10 13:46:17 · 320 阅读 · 0 评论 -
IDEA常用快捷键
查看依赖maven版本Alt + Insert原创 2020-01-03 14:29:02 · 82 阅读 · 0 评论 -
IDEA常用插件
Free MyBatis plugin支持mapper与xml的跳转GoogleTranslation谷歌翻译lombokMybatis Log Pluginmybatis日志插件原创 2020-01-02 15:50:56 · 150 阅读 · 0 评论 -
IDEA2019.3项目导入不了包
右击项目的pom.xml,添加为maven项目原创 2020-01-02 15:48:35 · 1405 阅读 · 0 评论