Qt-项目作品 – 有组织在! https://uzzz.org/ Thu, 27 Feb 2020 08:02:29 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.4 https://uzzz.org/wp-content/uploads/2019/10/cropped-icon-32x32.png Qt-项目作品 – 有组织在! https://uzzz.org/ 32 32 Qt编写的项目作品21-网络请求客户端/服务器 https://uzzz.org/article/3886/ Thu, 27 Feb 2020 08:02:29 +0000 https://uzzz.org/article/3886/ 一、实现原理

http请求就是tcp通信,所以第一步实例化QTcpServer类监听端口,并绑定newConnection信号槽。
一旦有新的连接,交给专门的解包类处理,将对应的数据解包,http请求有特定的头部数据等,比如是否需要保活等参数,将其取出来并解析应用。…

The post Qt编写的项目作品21-网络请求客户端/服务器 appeared first on 有组织在!.

]]>
The post Qt编写的项目作品21-网络请求客户端/服务器 appeared first on 有组织在!.

]]>