def __init__(self):
self.dbpool=adbapi.ConnectionPool('MySQLdb',
host='127.0.0.1',
db='liaohong_test',
user='root',
passwd='liaohong',
cursorclass=MySQLdb.cursors.DictCursor,
charset='utf8',
use_unicode=True)
文章目录