摘要: DELETE FROM `studentmemo`.`teacher`WHERE 账号!='admin'; 阅读全文
posted @ 2023-06-02 11:24 祥瑞哈哈哈 阅读(7) 评论(0) 推荐(0) 编辑
摘要: c = cursor.execute("INSERT INTO `studentmemo`.`teacher`(`账号`,`密码`) VALUES('"+str(account)+"','"+str(password)+"');") conn.commit()#使上一条语句生效,我怀疑是执行代码上一 阅读全文
posted @ 2023-06-02 11:23 祥瑞哈哈哈 阅读(86) 评论(0) 推荐(0) 编辑
摘要: account=loui.lineEdit.text() password=loui.lineEdit_2.text() loui.lineEdit.setText('') loui.lineEdit_2.setText('') 阅读全文
posted @ 2023-06-02 10:59 祥瑞哈哈哈 阅读(10) 评论(0) 推荐(0) 编辑