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

资源简介

本源码有对应的博文教程: https://blog.csdn.net/qq78442761/article/details/89080144

资源截图

代码片段和文件信息

#include “widget.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    Widget w;
    w.show();

    return a.exec();
}

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

     文件         44  2019-04-08 07:44  SimpleHttpServer\FirstReadMe.txt

     文件       1021  2019-04-07 22:18  SimpleHttpServer\HttpServer.pro

     文件      23821  2019-04-08 07:30  SimpleHttpServer\HttpServer.pro.user

     文件        175  2019-04-07 22:18  SimpleHttpServer\main.cpp

     文件       1715  2019-04-07 23:16  SimpleHttpServer\widget.cpp

     文件        517  2019-04-07 22:41  SimpleHttpServer\widget.h

     文件        441  2019-04-07 22:18  SimpleHttpServer\widget.ui

     目录          0  2019-04-08 07:43  SimpleHttpServer

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

                27734                    8


评论

共有 条评论