摘要:
from threadpool import ThreadPool, makeRequestsimport websocketimport threadingdef on_message(ws, message): print(message)def on_error(ws, error): pri 阅读全文
posted @ 2019-11-12 11:14
爱我所爱-333
阅读(1635)
评论(0)
推荐(0)
摘要:
# 连接数据库import pymysqlconn = pymysql.connect( host="数据库主机", port=端口, user='用户名', passwd='密码', charset='utf8')cur = conn.cursor()# 获取所有数据库信息cur.execute( 阅读全文
posted @ 2019-11-12 11:04
爱我所爱-333
阅读(826)
评论(0)
推荐(0)

浙公网安备 33010602011771号