• 大小: 11KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-07
  • 语言: 其他
  • 标签: qt  tcp  

资源简介

这次是通过tcp收发json的例子。里面的程序应该用qt creator 可以直接运行。

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

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

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-03-01 10:55  http_test_recive_1\
     文件        1054  2019-03-01 10:41  http_test_recive_1\http_test_recive_1.pro
     文件       23344  2019-03-01 10:40  http_test_recive_1\http_test_recive_1.pro.user
     文件         183  2019-03-01 10:40  http_test_recive_1\main.cpp
     文件        2603  2019-03-01 10:55  http_test_recive_1\mainwindow.cpp
     文件         532  2019-03-01 10:50  http_test_recive_1\mainwindow.h
     文件         718  2019-03-01 10:50  http_test_recive_1\mainwindow.ui
     目录           0  2019-03-01 10:52  http_test_send_1\
     文件        1057  2019-03-01 10:24  http_test_send_1\http_test_send_1.pro
     文件       23725  2019-03-01 10:50  http_test_send_1\http_test_send_1.pro.user
     文件         183  2019-03-01 10:20  http_test_send_1\main.cpp
     文件        1337  2019-03-01 10:52  http_test_send_1\mainwindow.cpp
     文件         523  2019-03-01 10:38  http_test_send_1\mainwindow.h
     文件        1634  2019-03-01 10:39  http_test_send_1\mainwindow.ui

评论

共有 条评论