IntelliJ IDEA
idea(2017.3版) 使用总结。
东边的山坡
衣带渐宽终不悔,为伊消得人憔悴。
展开
-
idea插件下载很慢的解决办法
idea插件的官方地址为:https://plugins.jetbrains.com/下载慢,可能是解析的ip速度慢,分三步解决:1、找到 plugins.jetbrains.com 对应的速度快的 ip进入网站 http://tool.chinaz.com/dns/ ,如下图所示进行检测。2、修改host文件一般host文件在 “C:\Windows\System32\drivers\etc\hosts”。建议安装火绒安全软件,用它的安全工具进行修改。...原创 2021-08-30 17:18:39 · 4663 阅读 · 0 评论 -
idea不检查更新
打开 settings,搜索 update,取消勾选对应选项,如下图所示。原创 2021-08-30 12:55:59 · 607 阅读 · 0 评论 -
idea 使用Spring Initialzr快速创建springboot项目时报错 Cannot download
idea 使用Spring Initialzr快速创建springboot项目时报错 Cannot download原创 2021-06-09 17:08:49 · 1346 阅读 · 0 评论 -
方法上加上@Transactional事务注解后,阿里编码规约显示警告
方法上加上@Transactional事务注解后,阿里编码规约显示警告原创 2021-01-17 08:43:35 · 352 阅读 · 0 评论 -
idea中External Libraies中出现jar文件,后面跟着 library root
诡异的 library root bug原创 2020-12-22 20:50:06 · 3494 阅读 · 1 评论 -
IDEA 打jar包 安装到本地maven仓库 生成JavaDoc文档
使用IDEA打jar包,然后安装到本地maven仓库,最后生成javadoc文档。原创 2020-10-31 08:15:58 · 722 阅读 · 0 评论