
idea
java语言开发的集成环境
lazy_cat_go
这个作者很懒,什么都没留下…
展开
-
idea提示Cannot find declaration to go to
原创 2021-03-10 22:46:38 · 323 阅读 · 0 评论 -
Command line is too long. Shorten command line for xx or also for Spring Boot default configuration
SpringBoot项目,启动main方法的时候报如下错误Error running ‘XXApplication’: Command line is too long. Shorten command line forCiicsTpaOssApplication or also for Spring Boot default configuration.错误的运行XXApplication:命令行太长,缩短命令行或者修改默认配置这里采用修改默认配置的方式修改好命令行缩短器的配置方式后,我们再原创 2020-10-27 16:18:51 · 1023 阅读 · 1 评论 -
idea 2020.1错误: 找不到或无法加载主类 xxx.xxx.xxx.xxxx 启动类包名
cmd打开命令行 进入项目根目录mvn clean installidea2020.1坑的我好惨原创 2020-07-28 18:33:28 · 778 阅读 · 0 评论 -
idea2020.1找不到符号
自定义java文件找不到打开cmd,进入项目根目录,执行命令mvn idea:idea (生成idea项目)啊啊啊啊啊啊啊啊 !!!!!!解决了4个小时!!!!!!!先记录一下表象原创 2020-07-28 16:36:50 · 441 阅读 · 1 评论 -
Error:(23,33) java: 程序包org.wltea.analyzer.lucene不存在
解决了好久 最后发现是idea的问题 内心坍塌啊除了红色圈中的不删除 剩下的全部删除原创 2020-05-29 17:35:16 · 1233 阅读 · 0 评论 -
程序包org.springframework.stereotype不存在
我的idea是2020原创 2020-05-27 18:42:24 · 2925 阅读 · 5 评论 -
idea将空包展开显示
原创 2020-07-04 20:12:34 · 1469 阅读 · 0 评论 -
You can copy text from the editor as rich text to paste it into any other editor that recognizes RTF
idea的Idea tip of day中有You can copy text from the editor as rich text to paste it into any other editor that recognizes RTF.Make sure the Copy as rich text by default checkbox is selected on the Editor | General page of the Settings/Preferences dialog Ctr原创 2020-07-03 17:30:47 · 659 阅读 · 1 评论 -
Method breakpoints may dramatically slow down debugging
意思是:方法断点可能会大大减慢调试速度原创 2020-05-29 22:54:32 · 244 阅读 · 0 评论 -
IDEA左侧模式
project模式下显示全部内容package模式下按包分组显示project模式下的包结构package模式下的包结构production模式下test模式下problems模式下原创 2020-04-15 13:45:51 · 372 阅读 · 0 评论 -
idea配置本地tomcat
第一步:第二步:因为templates只是告诉用户idea能支持哪些配置模板第三步:第四步:第四步:配置artiffact第五步:war模式:又称为发布模式,先打成war包,再发布String contextPath = request.getSession().getServletContext().getRealPath("/");输出结果:C:\softwar...原创 2020-04-03 11:56:26 · 306 阅读 · 0 评论 -
idea设置字体大小随鼠标滚轮变化
方式一方式二小学渣日常一记!!!!!!!!原创 2020-03-18 22:33:29 · 1659 阅读 · 0 评论