加载中...

摘要: Java读取数据库表 package com.easycrud.builder; import com.easycrud.utils.PropertiesUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ja 阅读全文
posted @ 2023-05-02 23:35 我没有bug 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 读取properties配置文件 package com.easycrud.utils; import java.io.IOException; import java.io.InputStream; import java.util.Iterator; import java.util.Map; 阅读全文
posted @ 2023-05-02 21:38 我没有bug 阅读(344) 评论(0) 推荐(1) 编辑
摘要: 取消IDEA双击shift快捷键 开发中我们经常进行中英文切换,很容易触发IDEA双击shift快捷键,可以通过以下方法取消 适用于IDEA2021.2.2以后的版本,找到Settings->Advenced Settings->User Interface Disable double modif 阅读全文
posted @ 2023-05-02 15:53 我没有bug 阅读(50) 评论(0) 推荐(1) 编辑
摘要: IDEA报错:Unsupported characters for the charset 'ISO-8859-1' 解决方法 File->Settings->Editor->File Encodings 将Properties Files (*.properties)下的Default encod 阅读全文
posted @ 2023-05-02 14:46 我没有bug 阅读(489) 评论(0) 推荐(0) 编辑