摘要: 创建数据库连接池: 1 import time 2 import pymysql 3 import threading 4 from DBUtils.PooledDB import PooledDB, SharedDBConnection 5 POOL = PooledDB( 6 creator=p 阅读全文
posted @ 2018-08-18 19:45 DragonFire 阅读(1430) 评论(0) 推荐(0) 编辑