
idea
hello-friend
青年程序员
展开
-
IntelliJ IDEA设置显示内存指示器和设置内存大小
一、设置显示内存指示器idea默认情况下,是不显示当前内存使用情况的,可以通过设置让其显示,方法如下:打开Settings-->Preferences-->Appearance & Behavior-->Appearance,右侧勾选Window Options下面的Show memory indicator即可。如下图:设置好之后,在idea右下角会出现...转载 2018-11-19 12:11:42 · 8230 阅读 · 0 评论 -
intellij idea maven移除及引入module
1、移除module,在模块上右击2、引入modulectrl+alt+shift+s原创 2018-05-25 15:43:38 · 26212 阅读 · 0 评论 -
Intellij Idea @Autowired修改提示级别
File -- Settings -- Inspections也可以使用快捷键Ctrl+Shift+A修改完,上面的地方就不会报错,程序也可以正常运行原创 2018-05-17 16:06:17 · 10116 阅读 · 0 评论 -
idea之git,commit篇
在idea中使用git,正常情况下都没有问题。下面说几种特殊情况的处理情况一:只选了commit,后面又想push在编码区,右击,git-->Repository-->push情况二:commit后,想撤销commit情况三:commit后,想撤销commit,但是这时Undo Commit是灰色的每次的commit,都对应一个commit id,打开Git Bush跳转到对应的项目目...原创 2018-03-18 17:51:35 · 21500 阅读 · 0 评论 -
idea插件之Maven Helper
IDEA插件仓库IntelliJ IDEA激发了许多Java开发人员编写插件, IntelliJ IDEA Plugins中目前包含1597个插件并且还在不断增长,可以到这里查看IDEA插件。我一般用这款插件来查看maven的依赖树。在不使用此插件的情况下,要想查看maven的依赖树就要使用Maven命令maven dependency:tree来查看依赖。想要查看是否有依赖冲突也可以使用mvn ...转载 2018-03-18 17:34:53 · 8889 阅读 · 0 评论 -
This template did not produce a Java class or an interface
idea版本2016.3.1突然就不能新建接口和类了,报错如下:This template did not produce a Java class or an interface。这是因为settings->File and Code Templates 里对应的文件类型模板为空,我的是所有类型都用空。从同事那拷贝了一份settings文件导进去,还是不行。最后用如下方式解决的:在idea...原创 2018-02-24 16:59:39 · 2210 阅读 · 0 评论 -
Idea maven项目不能新建package和class的解决
如图,新建的maven项目不能新建package 这是因为java是普通的文件夹,要设置为 现在就可以了转载 2018-01-08 14:03:55 · 453 阅读 · 0 评论 -
idea java文件图标出现红色J
Java class located out of the source root转载 2017-02-16 16:24:19 · 23174 阅读 · 0 评论 -
在左侧的project目录中 看不到项目的文件结构图 只能看到几个idea自己生成的文件
1. 关闭IDEA2. 然后删除项目文件夹下的.idea文件夹3. 重新用IDEA工具打开项目原创 2017-02-16 14:54:22 · 11033 阅读 · 0 评论 -
IntelliJ-IDEA CheckStyle提示信息是有乱码
checkstyle 乱码原创 2016-12-28 10:51:22 · 4003 阅读 · 0 评论 -
IntelliJ-IDEA入门
idea使用教程原创 2016-12-28 09:47:50 · 774 阅读 · 0 评论