会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
569
570
571
572
573
574
575
576
577
···
621
下一页
2019年5月29日
rabbitmq
摘要: 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客户端的备份机制
摘要: 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日
qthread线程
摘要: 一般调用quit()函数之后可以紧接着调用wait()函数确保线程退出。sleep()等让线程休眠的函数不需要调用,因为Qt中线程是事件驱动机制。但是如果是继承的QTHread类,在run()函数中使用了无限循环的方式,可以考虑msleep()函数来使线程休息一段时间,一般为1毫秒。
阅读全文
posted @ 2019-05-28 18:05 lydstory
阅读(165)
评论(0)
推荐(0)
qt console 控制台程序 与win console控制台程序是不同的
摘要: #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日
mocplus
摘要: 原型设计软件 手机app
阅读全文
posted @ 2019-05-27 21:24 lydstory
阅读(152)
评论(0)
推荐(0)
boost.asio学习
摘要: 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日
warning MSB8030: The linker switch "Minimum Required Version" requires "SubS
摘要: 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)
tinyxml2
摘要: https://github.com/leethomason/tinyxml2
阅读全文
posted @ 2019-05-26 22:25 lydstory
阅读(108)
评论(0)
推荐(0)
10年前文章_解决parted 编译出错问题
摘要: 找到 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
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告