09 2022 档案

摘要:运行时无法将程序传送到远程端问题排查 Tools -> Options -> Devices 配置好IP地址后, 点击 Test 按钮提示: Device test finished successfully. 则远程通信成功 打开.pro文件 添加 # 远程部署的路径 target.path=/h 阅读全文
posted @ 2022-09-09 11:06 太晓 阅读(146) 评论(0) 推荐(0)
摘要:# 指定版本的opencv pip install opencv_contrib-python==3.4.3.18 # pywin32 [win32gui,win32api,win32con...] pip install pypiwin32 阅读全文
posted @ 2022-09-07 09:45 太晓 阅读(34) 评论(0) 推荐(0)
摘要:输出调试信息 #include <iostream> using namespace std; cout << "msg" << endl; 按钮点击事件绑定Lambda表达式创建的匿名函数 #include <QPushButton> connect(ui->btn1, &QPushButton: 阅读全文
posted @ 2022-09-02 09:57 太晓 阅读(39) 评论(0) 推荐(0)