Created by Wang, Jerry on Sep 25, 2015requirement: I have done some local change on the file below and I would like to discard this change, which means it is expected to return to the content in last
原创 2022-04-18 10:43:31
30阅读
Created by Wang, Jerry on Sep 25, 2015requirement: I have done some local change on the file below and I would like to discard this change, which means it is expected to return to the content in last...
原创 2021-07-16 10:05:34
300阅读
Created by Wang, Jerry, last modified on Jun 03, 2016
UI5
原创 2022-04-15 13:42:31
60阅读
Created by Wang, Jerry, last modified on Jun 03, 2016
原创 2021-07-09 14:32:48
75阅读
先赞后看,月入百万前言奇技淫巧是第一生产力 ---鲁迅玩笑归玩笑,掌握IDEA的常用功能,不仅能提高开发效率,也能极大地提升coding的逼格。在此做个总结IDEA常用快捷键以下快捷键是我个人经常用到的1.alt + insert(我改成了ctrl+insert,个人习惯):一键生成类的构造器、setter、getter、toString等常见方法2.shift连按两下:查找类、接口以及符号3.c
IDEA常见问题汇总下面收录了我在java学习开发过程中遇到的问题,持续更新。 你好! 如有不足欢迎在评论区指正,如有问题可以在评论区留言 。 文章目录IDEA常见问题汇总下面收录了我在java学习开发过程中遇到的问题,持续更新。0.快捷键合集1.idea如何在包下建立子包(解决空包自动隐藏问题)2.如何调用idea中的Run Configuration3.如何参数列表代码提醒&代码提醒
转载 11月前
152阅读
 在IDE中,当你的代码出现黄色高亮时,通常表示存在警告或建议的提示。对于Maven的<dependency>标签来说,黄色高亮可能有以下几种原因:依赖项未找到:黄色高亮可能表示IDE无法找到指定的依赖项。这可能是由于配置错误、网络问题或仓库中缺少该依赖项等原因导致的。你可以尝试重新加载Maven项目、检查本地和远程仓库的配置,确保依赖项的可用性。版本冲突:如果你的依赖项与其
个人使用了的感觉,太慢了,这边改好了后要等好一会项目才能自动编译,不知道是不是我项目庞大的原因。我是使用的spring-boot-devtools进行热部署,它只支持spring-boot项目。添加依赖<!--热部署--> <!-- devtools可以实现页面热部署(即页面修改后会立即生效, 这个可以直接在application.properties文件中配置spring.t
转载 2024-10-11 11:25:25
820阅读
文章目录1、On Update action 的含义2、On frame deactivation 的含义3、测试 On Update Action3.1、 On Update Action 运行模式3.2、 On Update Action debug 调试模式4、测试 On frame deactivation5、总结 On Upate Action与 On Frame Deactivati
shift+commond+A  可以快速查找相关功能对应的快捷键1.项目之间实现跳转window->next project window 或者 window->previous project window2.文件之间实现跳转recent file -> commond+Erecent change file -> shift+commond+E3.浏览修改位
转载 2024-10-15 16:45:03
154阅读
第一章   IDEA的使用1、为什么要使用idea最智能的IDEIDEA相对于eclipse来说最大的优点就是它比eclipse聪明。聪明到什么程度呢?我们先来看几个简单的例子。A、智能提示重构代码如果你写的代码过于复杂,或者有更好的方式来替代你写的代码,那么IDEA会给你一个提示,告诉你还可以有更好的方式。如下图: 这个是说你使用了没有必要的装箱操作,对比两句add
转载 2024-07-29 15:56:12
421阅读
引言坦白说,我很少写这种操作类型的文章。因为这种文章没啥新意,大家操作步骤肯定是一样的。然而,我答应了我的同事小阳,给她出一篇!毕竟人家打算从Eclipse转IDEA了,于是以示鼓励,写一篇给她! 那么是哪八条一定要改的配置呢!我没列快捷键,是因为IDEA原生的快捷键,我用的也挺顺手,所以并不是认为一定要改!自动编译开关忽略大小写开关智能导包开关悬浮提示开关取消单行显示tabs的操作项目文件编码滚
idea专业版2021.2终端无法输入命令,需设置Terminal的shell path 如图: 重启idea,终端就可使用了 ...
转载 2021-08-19 17:01:00
2057阅读
2评论
IDEA 2021简单设置与优化将工具条显示在上方View–>Appearance–>Toolbar鼠标悬停显示File–>setting–>Editor–>General–>CodeCompletion–>勾选show zhe documentation popup in 1000 ms忽略大小写File–>setting–>Editor–&
转载 2023-08-27 16:05:10
104阅读
Git 和 Commit 合在一起,显示效果,设置方式 Setting -> Version Control -> Commit-> 取消 Use non-modal commit interface Git 和 Commit 分开,显示效果,设置方式 Setting -> Version Cont ...
转载 2021-10-10 20:59:00
4072阅读
2评论
解决方案如下,按图操作:操作后,效果图:重启idea,问题解决!如图上所示。
原创 2022-09-06 06:00:49
490阅读
背景使用 IDEA 开发时黄色预警:This inspection searches for redundant class fields that can be replaced with local variables,if all local usages of a field are preceded by assignments to that field,the field can be removed and its usages replaced with local variables
背景使用 IDEA 开发时黄色预警:This inspection searches for redundant class fields that can be repl
原创 2022-03-14 17:51:34
280阅读
IDEA提交代码,一直卡着不动,显示:Commit Changes Dialog local changes refresh 修改方法为:   go to settings version control background set changelists to cache initia
转载 2018-04-17 10:16:00
515阅读
1. 打包File -> Project  Structure -> Artifact -> + -> JAR -> From module with dependencies选择一个Module,之后再选择一个主类选择要打包的依赖
原创 2022-10-28 12:08:18
298阅读
  • 1
  • 2
  • 3
  • 4
  • 5