def __init__(self):
self.dbpool = adbapi.ConnectionPool(
dbapiName = 'MySQLdb',
host = 'localhost',
db = 'sina_spider_db',
user = 'root',
passwd = 'gongli',
cursorclass = MySQLdb.cursors.DictCursor,
charset = 'utf8mb4',
)
评论列表
文章目录