上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 44 下一页
摘要: 选中要修改的全局名称 【Shift + F6】 》 修改后 【Enter】 阅读全文
posted @ 2021-01-24 17:01 Felix_Openmind 阅读(504) 评论(0) 推荐(0)
摘要: 第一步选中要折叠的代码行 点击"OK" 测试结果 阅读全文
posted @ 2021-01-08 23:18 Felix_Openmind 阅读(158) 评论(0) 推荐(0)
摘要: 代码格式化 阅读全文
posted @ 2021-01-03 22:29 Felix_Openmind 阅读(255) 评论(0) 推荐(0)
摘要: 正则表达式(Regular Expression):以特定的字符串模式获取指定字符串。 元字符 匹配一个位置或字符集合中的一个字符 两种类型: 1. 匹配位置的元字符 🍸^匹配开始 ^start here 🍸$匹配结束 end here$ 【^$】 表示匹配一个空行 🍸\b匹配一个位置 \b不 阅读全文
posted @ 2021-01-02 22:41 Felix_Openmind 阅读(164) 评论(0) 推荐(0)
摘要: Vim如何搜索字符串 命令模式下,输入 【: /目标字符串】 : /user 查看下一个匹配,按下n(小写n) 跳转到上一个匹配,按下N(大写N) 关闭高亮: :nohlsearch 阅读全文
posted @ 2021-01-02 14:51 Felix_Openmind 阅读(73) 评论(0) 推荐(0)
摘要: 本人试了试网上所提供的几种方法未能解决,但其中的一个评论让我有了解决途径 这是因为Tomcat根本就没有启动所以说 再去关闭就会报这种错误 测试 正常的tomcat启动后关闭一次后再次关闭就会出现上述错误 测试过程与结果 解决途径: 只是个人的问题解决过程 通过./catalina.sh run 查 阅读全文
posted @ 2021-01-02 14:10 Felix_Openmind 阅读(1168) 评论(0) 推荐(0)
摘要: Interaction Diagram is used to describe some type of interactions amongthe different elements in the model. This interactive behavior is represented i 阅读全文
posted @ 2020-12-03 09:36 Felix_Openmind 阅读(634) 评论(0) 推荐(0)
摘要: 🔴在IDEA中启动SpringBoot项目时JRebel出现的错误: Class 'org.springframework.boot.env.PropertiesPropertySourceLoader' could not be processed by org.zeroturnaround.j 阅读全文
posted @ 2020-11-29 22:19 Felix_Openmind 阅读(1348) 评论(1) 推荐(0)
摘要: Deployment diagrams are used to visualize the topology(拓扑)of the physical components of a system, where the software components are deployed. Deployme 阅读全文
posted @ 2020-11-29 18:53 Felix_Openmind 阅读(494) 评论(0) 推荐(0)
摘要: 💨Component diagrams are used to model the physical aspect of a system. What are these physical aspects? Physical aspects are the elements such as exe 阅读全文
posted @ 2020-11-29 18:16 Felix_Openmind 阅读(468) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 44 下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}