上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 44 下一页
摘要: Run Build Command:"/usr/bin/make" "cmTC_162a3/fast"/usr/bin/make -f CMakeFiles/cmTC_162a3.dir/build.make CMakeFiles/cmTC_162a3.dir/buildmake[1]: Enter 阅读全文
posted @ 2019-12-10 10:29 hbg-rohens 阅读(2850) 评论(0) 推荐(0)
摘要: 1、手动去下载: github地址为: https://github.com/opencv/opencv_3rdparty/tree/ippicv/master_20151201/ippicv 2、查看下载tgz压缩包的md5 使用命令 md5sum ippicv_linux_20151201.tg 阅读全文
posted @ 2019-12-10 09:58 hbg-rohens 阅读(3068) 评论(0) 推荐(0)
摘要: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9 JPEG datastream contains no image 对比发送时的全部数据如下(17207字节),跟对端收到时数据一致,但是对端解析时,却把数据部分替换了一些 ff d8 阅读全文
posted @ 2019-12-03 11:35 hbg-rohens 阅读(8793) 评论(0) 推荐(0)
摘要: OpenCV Error: Unknown error code -10 (Raw image encoder error: Empty JPEG image (DNL not supported)) in throwOnEror, file /home/program/opencv-3.2.0/m 阅读全文
posted @ 2019-12-03 11:19 hbg-rohens 阅读(1774) 评论(0) 推荐(0)
摘要: QT中使用QByteArray来存放了C++中的char数组。 两端使用相同的crc32进行校验,QT中却产生了随机的校验结果, C++端产生唯一的正确校验结果。 查看QByteArray相关资料,未发现有什么不妥之处,直到查看到如下文章: https://blog.csdn.net/qq_3386 阅读全文
posted @ 2019-11-30 14:41 hbg-rohens 阅读(1143) 评论(0) 推荐(0)
摘要: 发送数据如下: aa 02 02 00 00 00 6f 6b 02 00 00 00 55 数据是以字符数组的形式(char msg[])存储发送的,send时发送长度填写的strlen(msg), 导致发送的数据长度只有3, 打印出来是"aa 02 02". 也就是说16进制0x00后面的数据被 阅读全文
posted @ 2019-11-29 17:54 hbg-rohens 阅读(1448) 评论(1) 推荐(0)
摘要: socket通信示例中,当accept客户端时,经常报这个错误。 并且是第一次没有问题,第二次或后面几次都会出现如下问题, 错误码为22, 错误描述为invalid argument. 问题解决如下: 在获取客户端socket fd时,每次都初始化客户端的sockaddr_in结构体, sockad 阅读全文
posted @ 2019-11-28 15:51 hbg-rohens 阅读(6605) 评论(0) 推荐(1)
摘要: 原本正常显示在主页端logo图片无法显示了,爆出如下错误: libpng error: IHDR: CRC error 查找原因如下: 阅读全文
posted @ 2019-11-21 11:16 hbg-rohens 阅读(1678) 评论(1) 推荐(0)
摘要: QT Cannot find Makefile. Check your build settings. Error while building/deploying project qt_client (kit: Desktop Qt 5.11.1 GCC 64bit) When executing 阅读全文
posted @ 2019-11-20 15:44 hbg-rohens 阅读(1589) 评论(0) 推荐(0)
摘要: 1、qmake 利用.pro文件生成Makefile 命令为: eg: qmake -o Makefile hello.pro 2、 uic 利用ui界面审查.h头文件 命令为: eg: uic gotocelldialog.ui -o ui_gotocelldialog.h // -o 用来制定目 阅读全文
posted @ 2019-11-20 10:14 hbg-rohens 阅读(361) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 44 下一页