上一页 1 2 3 4 5 6 7 8 9 ··· 302 下一页
摘要: #ifndef APPINIT_H #define APPINIT_H #include <QApplication> #include <QMouseEvent> #include <QMoveEvent> #include <QMutex> #include <QObject> #include 阅读全文
posted @ 2025-09-07 21:36 我不是萧海哇~~~ 阅读(11) 评论(0) 推荐(0)
摘要: class QRollLabel:public QLabel { Q_OBJECT public: QRollLabel(QWidget *parent=nullptr):QLabel(parent){ mRollingText="我不是萧海哇111111111111111111111111111" 阅读全文
posted @ 2025-09-07 17:08 我不是萧海哇~~~ 阅读(10) 评论(0) 推荐(0)
摘要: 问题,vtable for 编译类型报错: 原因是因为你定义的类接口声明和定义都在.cpp当中 解决办法: 放到头文件当中即可 阅读全文
posted @ 2025-09-07 16:52 我不是萧海哇~~~ 阅读(6) 评论(0) 推荐(0)
摘要: class QRoundWidget:public QWidget { Q_OBJECT public: QRoundWidget(QWidget *parent=nullptr):QWidget(parent){ pixmap.load("./1.jpg"); pixmap= pixmap.sca 阅读全文
posted @ 2025-09-07 16:49 我不是萧海哇~~~ 阅读(14) 评论(0) 推荐(0)
摘要: import requests headers = { "Accept": "application/json, text/javascript, */*; q=0.01", "Accept-Language": "zh-CN,zh;q=0.9", "Cache-Control": "no-cach 阅读全文
posted @ 2025-09-07 11:34 我不是萧海哇~~~ 阅读(6) 评论(0) 推荐(0)
摘要: 查找当前使用的端口 netstat -ano | findstr :8080 删除pid taskkill /t /f /pid 2884 阅读全文
posted @ 2025-09-07 10:35 我不是萧海哇~~~ 阅读(6) 评论(0) 推荐(0)
摘要: import requests headers = { "Accept": "*/*", "Accept-Language": "zh-CN,zh;q=0.9", "Cache-Control": "no-cache", "Connection": "keep-alive", "Pragma": " 阅读全文
posted @ 2025-09-07 09:45 我不是萧海哇~~~ 阅读(9) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-09-06 22:12 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-09-06 15:06 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-09-06 14:33 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 302 下一页