04 2021 档案

摘要:1,使用数据库连接池工具基础 在同一包下建立utils文件,文件中定义JDBC_druid_pool 类 package utils; import com.alibaba.druid.pool.DruidDataSourceFactory; import javax.sql.DataSource; 阅读全文
posted @ 2021-04-27 11:16 王军的个人博客 阅读(397) 评论(0) 推荐(0)
摘要:1, 使用python 提供的线程包 https://docs.python.org/3/library/concurrent.futures.html#threadpoolexecutor-example import time from concurrent.futures import Pro 阅读全文
posted @ 2021-04-25 17:04 王军的个人博客 阅读(83) 评论(0) 推荐(0)