• 大小: 15.42MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-11
  • 语言: 其他
  • 标签:

资源简介

《项目实战:Qt并发服务器通讯,受同一时刻最大线程数限制(笔者本本同一时刻600多)》 https://blog.csdn.net/qq21497936/article/details/79955907

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 
#include 

int main(int argc char *argv[])
{

    QTextCodec *codec = QTextCodec::codecForName(“gbk“);
    QTextCodec::setCodecForLocale(codec);

    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1118  2018-04-13 09:26  Qt并发服务器通讯Demo\Client\Client.pro

     文件      23821  2018-04-16 08:54  Qt并发服务器通讯Demo\Client\Client.pro.user

     文件        311  2018-04-13 09:55  Qt并发服务器通讯Demo\Client\main.cpp

     文件       1459  2018-04-13 17:20  Qt并发服务器通讯Demo\Client\mainwindow.cpp

     文件        573  2018-04-13 16:49  Qt并发服务器通讯Demo\Client\mainwindow.h

     文件       4120  2018-04-13 17:15  Qt并发服务器通讯Demo\Client\mainwindow.ui

     文件       1778  2018-04-16 09:09  Qt并发服务器通讯Demo\Client\tcpclientthread.cpp

     文件       1226  2018-04-16 09:14  Qt并发服务器通讯Demo\Client\tcpclientthread.h

     文件       1752  2018-04-16 09:24  Qt并发服务器通讯Demo\ReadMe.txt

     文件        210  2018-04-12 09:25  Qt并发服务器通讯Demo\Server\main.cpp

     文件       1279  2018-04-13 17:56  Qt并发服务器通讯Demo\Server\mainwindow.cpp

     文件        497  2018-04-13 17:30  Qt并发服务器通讯Demo\Server\mainwindow.h

     文件       2482  2018-04-13 17:57  Qt并发服务器通讯Demo\Server\mainwindow.ui

     文件       1523  2018-04-10 17:35  Qt并发服务器通讯Demo\Server\manager.cpp

     文件        557  2018-04-10 17:33  Qt并发服务器通讯Demo\Server\manager.h

     文件        964  2018-04-13 14:18  Qt并发服务器通讯Demo\Server\Server.pro

     文件      23950  2018-04-13 17:58  Qt并发服务器通讯Demo\Server\Server.pro.user

     文件        976  2018-04-13 14:14  Qt并发服务器通讯Demo\Server\tcpclient.h

     文件       1156  2018-04-13 09:04  Qt并发服务器通讯Demo\Server\tcpclientthread.h

     文件        766  2018-04-13 16:57  Qt并发服务器通讯Demo\Server\tcpserver.cpp

     文件        986  2018-04-16 08:54  Qt并发服务器通讯Demo\Server\tcpserver.h

     文件       1570  2018-04-16 08:55  Qt并发服务器通讯Demo\Server\thread.cpp

     文件       1408  2018-04-16 09:16  Qt并发服务器通讯Demo\Server\thread.h

     目录          0  2018-04-16 09:19  Qt并发服务器通讯Demo\Client

     目录          0  2018-04-16 09:19  Qt并发服务器通讯Demo\Server

     目录          0  2018-04-16 09:25  Qt并发服务器通讯Demo

----------- ---------  ---------- -----  ----

                74482                    26


评论

共有 条评论