上一页 1 ··· 569 570 571 572 573 574 575 576 577 ··· 621 下一页

2019年5月29日

摘要: https://www.cnblogs.com/dwlsxj/p/RabbitMQ.html 阅读全文
posted @ 2019-05-29 22:26 lydstory 阅读(141) 评论(0) 推荐(0)
摘要: 实现机制? 阅读全文
posted @ 2019-05-29 17:05 lydstory 阅读(175) 评论(0) 推荐(0)
摘要: SOCKET sockClient = socket(AF_INET, SOCK_STREAM, 0); //设定服务器的地址信息 SOCKADDR_IN addrSrv; addrSrv.sin_addr.S_un.S_addr = inet_addr("10.10.22.105"); addrS 阅读全文
posted @ 2019-05-29 16:50 lydstory 阅读(288) 评论(0) 推荐(0)

2019年5月28日

摘要: 一般调用quit()函数之后可以紧接着调用wait()函数确保线程退出。sleep()等让线程休眠的函数不需要调用,因为Qt中线程是事件驱动机制。但是如果是继承的QTHread类,在run()函数中使用了无限循环的方式,可以考虑msleep()函数来使线程休息一段时间,一般为1毫秒。 阅读全文
posted @ 2019-05-28 18:05 lydstory 阅读(165) 评论(0) 推荐(0)
摘要: #include <QtCore/QCoreApplication> int main(int argc, char *argv[]){ QCoreApplication a(argc, argv); return a.exec();} 阅读全文
posted @ 2019-05-28 09:54 lydstory 阅读(435) 评论(0) 推荐(0)

2019年5月27日

摘要: 原型设计软件 手机app 阅读全文
posted @ 2019-05-27 21:24 lydstory 阅读(152) 评论(0) 推荐(0)
摘要: https://mmoaay.gitbooks.io/boost-asio-cpp-network-programming-chinese/content/Chapter1.html 阅读全文
posted @ 2019-05-27 14:03 lydstory 阅读(124) 评论(0) 推荐(0)

2019年5月26日

摘要: In the project properties, under Linker -> System, make sure that you set the SubSystem property (either to Console for console applications, or to Wi 阅读全文
posted @ 2019-05-26 22:34 lydstory 阅读(766) 评论(0) 推荐(0)
摘要: https://github.com/leethomason/tinyxml2 阅读全文
posted @ 2019-05-26 22:25 lydstory 阅读(108) 评论(0) 推荐(0)
摘要: 找到 include/site/i386-linux 文件,修改定义ac_cv_sizeof_off_t 的长度,从原来的4改为8 ac_cv_sizeof_off_t=8 删除 build_dir/i386/parted 目录,重新编译即可 阅读全文
posted @ 2019-05-26 21:41 lydstory 阅读(166) 评论(0) 推荐(0)
上一页 1 ··· 569 570 571 572 573 574 575 576 577 ··· 621 下一页

导航