上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 125 下一页
摘要: VC6.0 返回上一页面快捷键ctrl+F6 阅读全文
posted @ 2025-07-07 15:16 txwtech 阅读(18) 评论(0) 推荐(0)
摘要: 添加3个lib库文件 lib之间空格间隔:halconcpp.lib halcon.lib halconcpp10.lib C:\Program Files\MVTec\HALCON-12.0\lib\x86sse2-win32 参考: https://blog.csdn.net/fangyan90 阅读全文
posted @ 2025-07-07 10:34 txwtech 阅读(19) 评论(0) 推荐(0)
摘要: win7 vc6安装兼容问题与link可能无法连接lib库问题 https://jingyan.baidu.com/article/e52e361584b3a940c60c51d3.html 在Windows7环境下使用VC++6.0时,安装过程中需特别注意。安装时,应选择“Custom”模式,首先 阅读全文
posted @ 2025-07-07 09:01 txwtech 阅读(23) 评论(1) 推荐(0)
摘要: 启用 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv %systemroot%\system32\svchost.exe -k netsvcs -p 停用 %systemroot%\system32\stop_svc 阅读全文
posted @ 2025-07-05 09:41 txwtech 阅读(27) 评论(0) 推荐(0)
摘要: QStandardItemModel *model = new QStandardItemModel();// 假设你已经往 model 中添加了一些数据 model->removeRows(0, model->rowCount()); //保留行标题,清除行数据 model->removeColu 阅读全文
posted @ 2025-07-04 22:33 txwtech 阅读(84) 评论(0) 推荐(0)
摘要: esp32编译后生成的目录路径build,创建的项目+\.pio\build\esp32dev D:\platformio_project\esp32_14idf_connect_wifi\.pio\build\esp32dev 阅读全文
posted @ 2025-07-04 08:33 txwtech 阅读(24) 评论(0) 推荐(0)
摘要: Arduino char/char*/String数据类型转换String转换成char[ ]方法先通过.c_str()方法,将string.c_str()数据转成char*,在通过strcpy()函数实现转换char *strcpy(char *dest, const char *src)参数说明 阅读全文
posted @ 2025-07-03 08:38 txwtech 阅读(153) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/2301_77115619/article/details/147068865 esp32 s3 jtag调试 阅读全文
posted @ 2025-07-03 08:20 txwtech 阅读(17) 评论(0) 推荐(0)
摘要: yolov5 pytorch版本对应关系 Commands for Versions >= 1.0.0 v2.6.0 Wheel OSX pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 LINUX AND WINDOWS 阅读全文
posted @ 2025-07-02 13:19 txwtech 阅读(211) 评论(0) 推荐(0)
摘要: platformio版本esp32/esp8266 阅读全文
posted @ 2025-07-02 09:57 txwtech 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 125 下一页