# QtOtherModuleExamples **Repository Path**: huazzii/QtOtherModuleExamples ## Basic Information - **Project Name**: QtOtherModuleExamples - **Description**: QtNetwork模块相关类库范例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-01 - **Last Updated**: 2021-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QtOtherModuleExamples Qt其他模块相关类库范例,Qt Network,Qt SQL,Qt Test,Qt Charts等 * 范例详解请见个人博客--Blog:[http://techieliang.com](http://techieliang.com/) ## QTcpSocketExample Qt进行tcp通讯的简单范例,范例中户端和服务端直接写在了一起实现收发 * Blog:[QTcpSocket-Qt使用Tcp通讯实现服务端和客户端](http://techieliang.com/2017/12/530/) ## QUdpSocketExample Qt进行udp通讯的简单范例,范例中户端和服务端直接写在了一起实现收发 * Blog:[QUdpSocket-Qt使用Udp通讯实现服务端和客户端](http://techieliang.com/2017/12/532/) ## QNetworkAccessManagerReadHttp Qt进行http通讯,仅提供get方法,put/post近似 * Blog:[Qt使用QNetworkAccessManager实现Http操作](http://techieliang.com/2017/12/649/) ![pic](https://github.com/TechieL/MyBlogPictureBackup/blob/master/%E5%9B%BE%E7%89%87/%E6%96%87%E7%AB%A0%E5%9B%BE%E7%89%87/Qt%E4%BD%BF%E7%94%A8QNetworkAccessManager%E5%AE%9E%E7%8E%B0Http%E6%93%8D%E4%BD%9C/1.png) ## QtConcurrentExample(Blog) Qt使用QtConcurrent并行计算高级API范例,请直接看博客 其余多线程相关请看[QtCoreExamples ](https://github.com/TechieL/QtCoreExamples#qthreadexampleblog) * Blog:[Qt多线程-QtConcurrent并行运算高级API](http://techieliang.com/2017/12/608/) * Blog:[Qt多线程-总结QThread-QThreadPool-QtConcurrent](http://techieliang.com/2017/12/616/) ## SupportMulticlientsTcpserver Qt使用QTcpserver实现多客户端连接管理 * Blog:[QTcpServer实现多客户端连接](http://techieliang.com/2017/12/760/) ![pic](https://github.com/TechieL/MyBlogPictureBackup/raw/master/%E5%9B%BE%E7%89%87/%E6%96%87%E7%AB%A0%E5%9B%BE%E7%89%87/QTcpServer%E5%AE%9E%E7%8E%B0%E5%A4%9A%E5%AE%A2%E6%88%B7%E7%AB%AF%E8%BF%9E%E6%8E%A5/gif.gif)