上一页 1 ··· 508 509 510 511 512 513 514 515 516 ··· 583 下一页

2019年8月14日

摘要: 修改已有的pro文件,添加如下几句: INCLUDEPATH += /home/ubuntu/camera/camera/LIBS += -L/home/ubuntu/camera/camera -ltestINCLUDEPATH添加了项目的目录,以便找到头文件,而LIBS添加的是共享库文件,-L添 阅读全文
posted @ 2019-08-14 14:28 lydstory 阅读(3334) 评论(0) 推荐(0) 编辑
摘要: Description UDP transport can only be used with the ZMQ_RADIO and ZMQ_DISH socket types. 阅读全文
posted @ 2019-08-14 12:17 lydstory 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yang332233/article/details/83657735 阅读全文
posted @ 2019-08-14 11:24 lydstory 阅读(92) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/DswCnblog/p/6369576.html ‘static_assert’在此作用域中尚未声明 g++ -std=c++11 client.cpp -I/usr/local/include -I/usr/local/include/google/ 阅读全文
posted @ 2019-08-14 11:12 lydstory 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 服务端是作为守护进程在运行的,客户端connect成功,但write时直接退出了,我在想肯能服务端socket在write时已经失效了,不然为什么会出现write时进程退出呢?现在的问题是,我要怎么才能判断在write时socket是否有效呢,另外,如果sokcet有效的话还会有什么原因会导致客户端 阅读全文
posted @ 2019-08-14 10:35 lydstory 阅读(250) 评论(0) 推荐(0) 编辑
摘要: protobuf序列化之后为二进制数据,数据中可能包含 ‘\0’,直接转换为char *类型会导致发送数据不完整。解决方法: void buildProtobufMsg(const string& test,zmq::message_t *msg){ if (msg == nullptr) { re 阅读全文
posted @ 2019-08-14 10:25 lydstory 阅读(901) 评论(0) 推荐(0) 编辑
摘要: 找到可以恢复的手机图片 矩阵相乘 mat() {} 量化表 8*8 矩阵 与 2 4 2 2 16 16 16后面都是16的8*8矩阵相乘 计算变化的位是否可恢复 单独一张jpg的计算函数 阅读全文
posted @ 2019-08-14 09:00 lydstory 阅读(325) 评论(0) 推荐(0) 编辑

2019年8月13日

摘要: https://github.com/AifiHenryMa/zeromq_protocolbuffer_demo https://github.com/protocolbuffers/protobuf github protobuf 随着使用的协议而有所不同,具体如下: TCP (tcp://ho 阅读全文
posted @ 2019-08-13 20:37 lydstory 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lb1885727/article/details/81363189 国产机 编译qt5.9 qml 等模块 阅读全文
posted @ 2019-08-13 20:16 lydstory 阅读(1630) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wujunlei1595848/article/details/91129197 https://github.com/wkhtmltopdf/wkhtmltopdf github 阅读全文
posted @ 2019-08-13 20:11 lydstory 阅读(363) 评论(0) 推荐(0) 编辑
上一页 1 ··· 508 509 510 511 512 513 514 515 516 ··· 583 下一页

导航