会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
祥瑞哈哈哈
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
74
下一页
2023年6月6日
答辩桌面乱隐藏图标
摘要:
阅读全文
posted @ 2023-06-06 09:22 祥瑞哈哈哈
阅读(10)
评论(0)
推荐(0)
2023年6月5日
pyqt lineseries不能显示直线
摘要: lineSeries.attachAxis(axisX) lineSeries.attachAxis(axis)
阅读全文
posted @ 2023-06-05 17:32 祥瑞哈哈哈
阅读(41)
评论(0)
推荐(0)
2023年6月4日
调整word序号的格式
摘要: 点击定义新编号格式是设置左顶格或右顶格。 右键字体设置大小
阅读全文
posted @ 2023-06-04 12:17 祥瑞哈哈哈
阅读(35)
评论(0)
推荐(0)
2023年6月2日
删除mysql内容
摘要: DELETE FROM `studentmemo`.`teacher`WHERE 账号!='admin';
阅读全文
posted @ 2023-06-02 11:24 祥瑞哈哈哈
阅读(10)
评论(0)
推荐(0)
pymysql用insert向数据库插入
摘要: c = cursor.execute("INSERT INTO `studentmemo`.`teacher`(`账号`,`密码`) VALUES('"+str(account)+"','"+str(password)+"');") conn.commit()#使上一条语句生效,我怀疑是执行代码上一
阅读全文
posted @ 2023-06-02 11:23 祥瑞哈哈哈
阅读(94)
评论(0)
推荐(0)
获取输入框内容
摘要: account=loui.lineEdit.text() password=loui.lineEdit_2.text() loui.lineEdit.setText('') loui.lineEdit_2.setText('')
阅读全文
posted @ 2023-06-02 10:59 祥瑞哈哈哈
阅读(14)
评论(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 祥瑞哈哈哈
阅读(28)
评论(0)
推荐(0)
2023年5月31日
展示图片
摘要: cv2.imshow('数组') cv2.waitKey(0)
阅读全文
posted @ 2023-05-31 21:17 祥瑞哈哈哈
阅读(10)
评论(0)
推荐(0)
2023年5月29日
mysql用列来赋值
摘要: UPDATE student SET pic0 = pic1;
阅读全文
posted @ 2023-05-29 12:48 祥瑞哈哈哈
阅读(14)
评论(0)
推荐(0)
2023年5月26日
ps拼接图片
摘要: https://jingyan.baidu.com/article/eb9f7b6d69ab84c79264e872.html 就是新建一个画布然后往里放图片就行
阅读全文
posted @ 2023-05-26 20:37 祥瑞哈哈哈
阅读(17)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
74
下一页
公告