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