摘要:
线程池的使用 public class PoolDemo { public static void main(String[] args) { // 使用Executors工具类创建固定大小的线程池 ThreadPoolExecutor executorService = (ThreadPoolEx 阅读全文
摘要:
JDBC的各种连接方式 终极版 // 最终版 // 将配置写在配置文件中,用流读取 @Test public void finalTestConnection() throws Exception { // 读取配置文件 Properties properties = new Properties( 阅读全文