摘要:
from twisted.enterprise import adbapi from twisted.internet import reactor def creat_conn(): # 数据库基本配置 db_settings = dict(db='testdb', host='localhost', port = 3306,user = 'root',passwd = 'pwd', chars 阅读全文
posted @ 2019-08-30 11:14
hailuo
阅读(571)
评论(0)
推荐(0)
浙公网安备 33010602011771号