会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
祥瑞哈哈哈
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
73
下一页
2023年6月6日
删除特定行
摘要: DELETE FROM studentmemo.video_2_xvwenbo WHERE 序号=13;
阅读全文
posted @ 2023-06-06 12:16 祥瑞哈哈哈
阅读(7)
评论(0)
推荐(0)
编辑
更新数据库内容
摘要: UPDATE studentmemo.student_study SET 在自习室所处时间 = '0时20分0秒';
阅读全文
posted @ 2023-06-06 12:04 祥瑞哈哈哈
阅读(3)
评论(0)
推荐(0)
编辑
答辩桌面乱隐藏图标
摘要:
阅读全文
posted @ 2023-06-06 09:22 祥瑞哈哈哈
阅读(6)
评论(0)
推荐(0)
编辑
2023年6月5日
pyqt lineseries不能显示直线
摘要: lineSeries.attachAxis(axisX) lineSeries.attachAxis(axis)
阅读全文
posted @ 2023-06-05 17:32 祥瑞哈哈哈
阅读(35)
评论(0)
推荐(0)
编辑
2023年6月4日
调整word序号的格式
摘要: 点击定义新编号格式是设置左顶格或右顶格。 右键字体设置大小
阅读全文
posted @ 2023-06-04 12:17 祥瑞哈哈哈
阅读(25)
评论(0)
推荐(0)
编辑
2023年6月2日
删除mysql内容
摘要: DELETE FROM `studentmemo`.`teacher`WHERE 账号!='admin';
阅读全文
posted @ 2023-06-02 11:24 祥瑞哈哈哈
阅读(7)
评论(0)
推荐(0)
编辑
pymysql用insert向数据库插入
摘要: 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)
编辑
2023年6月1日
画骨骼图
摘要: img=np.zeros(img.shape) for pose in current_poses: pose.draw(img) #img = cv2.addWeighted(orig_img, 0.6, img, 0.4, 0) cv2.imshow('Lightweight Human Pos
阅读全文
posted @ 2023-06-01 11:39 祥瑞哈哈哈
阅读(17)
评论(0)
推荐(0)
编辑
2023年5月31日
展示图片
摘要: cv2.imshow('数组') cv2.waitKey(0)
阅读全文
posted @ 2023-05-31 21:17 祥瑞哈哈哈
阅读(9)
评论(0)
推荐(0)
编辑
上一页
1
···
11
12
13
14
15
16
17
18
19
···
73
下一页
公告