資源簡介
QT實現的http GET POST操作
#include
#include
#include
#include
#include

代碼片段和文件信息
#include?
#include?“MainWindow.h“
int?main(int?argc?char?**argv)
{
????QApplication?app(argc?argv);
????MainWindow?mainwindow;
????mainwindow.show();
????return?app.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????387??2007-05-06?14:53??http\ex_http.pro
?????文件????????1007??2007-05-06?14:54??http\MainWindow.ui
?????文件????????4378??2007-05-06?16:50??http\MainWindow.cpp
?????文件?????????964??2007-05-06?14:58??http\MainWindow.h
?????文件?????????208??2007-05-06?15:26??http\main.cpp
?????文件????????5435??2007-05-06?14:56??http\Makefile.Release
?????文件????????5352??2007-05-06?14:56??http\Makefile.Debug
?????文件????????4926??2007-05-06?14:56??http\Makefile
?????文件????????2183??2007-05-06?15:34??http\ui_MainWindow.h
?????目錄???????????0??2007-05-06?14:56??http\release\
?????目錄???????????0??2007-05-06?14:56??http\debug\
?????目錄???????????0??2007-05-06?14:53??http\
評論
共有 條評論