上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: IDEA 修改SNV或GIT文件,父文件夹是颜色: 1、File > Settings >Version Control Direcory Mapppings ; 选择 Subversion/Git 即可。 2、File > Settings > Version Control > File Sta 阅读全文
posted @ 2023-06-21 13:31 古语云 阅读(850) 评论(0) 推荐(0) 编辑
摘要: IDEA 取消右上角 Firefox(火狐)、Chrome(谷歌)、Edge的图标一直闪烁, File > Settings > Tools > Web Browsers and Preview ,去掉 三个浏览器的对勾即可! 阅读全文
posted @ 2023-06-21 13:16 古语云 阅读(202) 评论(0) 推荐(0) 编辑
摘要: IDEA 设置SVN提交忽略文件 https://blog.csdn.net/ptxrq/article/details/125575458 阅读全文
posted @ 2023-06-21 11:31 古语云 阅读(285) 评论(0) 推荐(0) 编辑
摘要: IDEA 多行注释,会提示“Commented out code (3 lines) ”, 怎么取消? File > Setting > Code Style > Inspections > Java 把“Commented out code” 的对钩取消之后就可以了。 阅读全文
posted @ 2023-06-21 11:18 古语云 阅读(201) 评论(0) 推荐(0) 编辑
摘要: File -> Settings -> Editor -> Inspections 搜索Javadoc,找到Declaration has problems in Javadoc references 将提示级别修改为Warning 阅读全文
posted @ 2023-06-21 10:38 古语云 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Linux-安装Redis(详细教程) https://blog.csdn.net/xhmico/article/details/125543820 阅读全文
posted @ 2023-06-15 14:12 古语云 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 常用的 Cron 时间表达式 定时器 正则表达式 “0 0/7 * * * ?”//每过7分钟触发 “0 0 12 * * ?” //每天中午12点触发 “0 15 10 ? * *” //每天上午10:15触发 “0 15 10 * * ?” //每天上午10:15触发 “0 15 10 * * 阅读全文
posted @ 2023-06-12 17:10 古语云 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 首次启动Kafka报错如下: 原因:内存不足,查看启动配置 调小一些: 阅读全文
posted @ 2023-06-10 22:32 古语云 阅读(62) 评论(0) 推荐(0) 编辑
摘要: Linux安装Git https://blog.csdn.net/csdnerM/article/details/122100354 阅读全文
posted @ 2023-05-27 01:22 古语云 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1、下载Maven 进入Apache maven官网https://maven.apache.org/download.cgi下载Maven的二进制压缩包 2.上传到服务器进行解压 tar -zxvf apache-maven-3.9.2-bin.tar.gz 3.配置环境变量 #配置环境变量exp 阅读全文
posted @ 2023-05-26 23:29 古语云 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页