• 大小: 6KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: C/C++
  • 标签: qt爬虫  

资源简介

本源码很简单,不是专业的爬虫软件,在CSDN博客IT1995有对应的博文,代码讲解。

资源截图

代码片段和文件信息

#include “widget.h“
#include 

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

    return a.exec();
}

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

     文件        175  2018-02-06 11:31  NetReptile\main.cpp

     文件        409  2018-02-06 19:10  NetReptile\NetReptile.pro

     文件      23821  2018-02-08 00:30  NetReptile\NetReptile.pro.user

     文件       7238  2018-02-08 00:28  NetReptile\widget.cpp

     文件       1082  2018-02-08 00:02  NetReptile\widget.h

     文件       6309  2018-02-07 23:15  NetReptile\widget.ui

     目录          0  2018-02-08 00:30  NetReptile

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

                39034                    7


评论

共有 条评论

相关资源