摘要: # -*- coding: utf-8 -*- """ Created on Sat Dec 11 16:20:05 2021 @author: 86150 """ import pymysql import wx class MyFrame(wx.Frame): def __init__(self 阅读全文
posted @ 2021-12-11 17:58 Mint-L 阅读(65) 评论(0) 推荐(0)
摘要: import pymysqldb =pymysql.connect(host='localhost',user='root',password='15019599752',database='mrsoft',charset='utf8')#使用cursor()方法创建一个游标对象cursor = d 阅读全文
posted @ 2021-12-11 17:52 Mint-L 阅读(39) 评论(0) 推荐(0)
摘要: import pymysqldb =pymysql.connect(host='localhost',user='root',password='15019599752',database='mrsoft',charset='utf8') #使用cursor()方法创建一个游标对象cursor = 阅读全文
posted @ 2021-12-11 17:31 Mint-L 阅读(46) 评论(0) 推荐(0)