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

2019年5月31日

摘要: 异常断线 客户端检测不到 没有重连 阅读全文
posted @ 2019-05-31 17:46 lydstory 阅读(296) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/RichieZhu/article/details/79783726 阅读全文
posted @ 2019-05-31 10:10 lydstory 阅读(112) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/ctthuangcheng/article/details/8596818 阅读全文
posted @ 2019-05-31 10:04 lydstory 阅读(102) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/littlechang/article/details/8642149 阅读全文
posted @ 2019-05-31 09:27 lydstory 阅读(114) 评论(0) 推荐(0)

2019年5月30日

摘要: // testsocketclient.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #pragma comment(lib, "Ws2_32.lib") void main() { //加载套接字库,版本协商 WORD wVersionRequired; WSADATA wsaData; int e... 阅读全文
posted @ 2019-05-30 13:37 lydstory 阅读(591) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zxm342698145/article/details/80689016 https://blog.csdn.net/u010087886/article/details/50764342 evpp借鉴muduo网络库 实现tcp 阅读全文
posted @ 2019-05-30 13:06 lydstory 阅读(117) 评论(0) 推荐(0)
摘要: 重点函数讲解①:消息回调函数——void evpp::TCPClient::SetMessageCallback(const evpp::MessageCallback& cb) 注:设置消息回调以处理来自远端服务器的消息(信息) 重点函数讲解②:连接回调函数——void::evpp::TCPCli 阅读全文
posted @ 2019-05-30 10:26 lydstory 阅读(399) 评论(0) 推荐(0)
摘要: redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交 阅读全文
posted @ 2019-05-30 00:18 lydstory 阅读(194) 评论(0) 推荐(0)

2019年5月29日

摘要: #include<QKeyEvent>键盘事件由两个重载函数,实现即可: void keyReleaseEvent(QKeyEvent *event); void keyPressEvent(QKeyEvent *event); 首先:在构造函数:setFocusPolicy(Qt::StrongF 阅读全文
posted @ 2019-05-29 23:17 lydstory 阅读(838) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/f16bf31f4629 阅读全文
posted @ 2019-05-29 22:28 lydstory 阅读(140) 评论(0) 推荐(0)
上一页 1 ··· 568 569 570 571 572 573 574 575 576 ··· 621 下一页

导航