08 2018 档案

摘要:创建数据库连接池: 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 阅读(1432) 评论(0) 推荐(0)