摘要: 准备知识 DBUtils模块 << 重点 from DBUtils.PooledDB import PooledDB import pymysql POOL = PooledDB( creator=pymysql, # 使用链接数据库的模块 maxconnections=6, # 连接池允许的最大连 阅读全文
posted @ 2018-05-15 08:42 MJay_Lee 阅读(686) 评论(0) 推荐(0)