摘要: MySQLdb 学习简要记录import MySQLdbdb = MySQLdb.connect(host='localhost',user='root',passwd='root',db=pydb,charset='utf8')cur = db.cursor()cur.execute('selec... 阅读全文
posted @ 2015-01-06 14:41 yufudeng 阅读(147) 评论(0) 推荐(0)