资源简介

(demo code) 项目中用到C#网页自动填表抓取动态数据,收集了几种除了调用自带的webbrowser浏览器外,目前主流的几种方式: 1.使用chrome webkit webbrowser组件打开网页自动填表 2.使用Firefox geckofx webbrowser组件打开网页自动填表 3.使用selenium打开firefox 浏览器并自动填表 具体步骤请阅读各工程目录的readme.txt!!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace JingsuPlatform
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new frmMain());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-10 10:44  geckofx1.9.1_flash\
     目录           0  2017-12-10 10:15  geckofx1.9.1_flash\Class\
     文件         477  2015-07-21 21:32  geckofx1.9.1_flash\Class\Program.cs
     目录           0  2017-12-10 10:15  geckofx1.9.1_flash\Form\
     文件        4564  2015-07-21 22:08  geckofx1.9.1_flash\Form\frmMain.Designer.cs
     文件        2151  2017-12-10 10:10  geckofx1.9.1_flash\Form\frmMain.cs
     文件        6011  2015-07-21 22:08  geckofx1.9.1_flash\Form\frmMain.resx
     文件        3575  2017-12-10 10:09  geckofx1.9.1_flash\JingsuPlatform.csproj
     文件         869  2015-07-21 21:31  geckofx1.9.1_flash\JingsuPlatform.sln
     文件       17408  2017-12-10 10:14  geckofx1.9.1_flash\JingsuPlatform.suo
     目录           0  2017-12-10 10:15  geckofx1.9.1_flash\Properties\
     文件        1384  2015-07-21 21:31  geckofx1.9.1_flash\Properties\AssemblyInfo.cs
     文件        2880  2015-07-21 21:31  geckofx1.9.1_flash\Properties\Resources.Designer.cs
     文件        5612  2015-07-21 21:31  geckofx1.9.1_flash\Properties\Resources.resx
     文件        1101  2015-07-21 21:31  geckofx1.9.1_flash\Properties\Settings.Designer.cs
     文件         249  2015-07-21 21:31  geckofx1.9.1_flash\Properties\Settings.settings
     文件      192512  2009-09-08 16:58  geckofx1.9.1_flash\Skybound.Gecko.dll
     文件       75887  2009-09-08 16:58  geckofx1.9.1_flash\Skybound.Gecko.xml
     目录           0  2017-12-10 10:15  geckofx1.9.1_flash\bin\
     目录           0  2017-12-10 10:15  geckofx1.9.1_flash\bin\Debug\
     文件       10240  2017-12-10 10:10  geckofx1.9.1_flash\bin\Debug\JingsuPlatform.exe
     文件       26112  2017-12-10 10:10  geckofx1.9.1_flash\bin\Debug\JingsuPlatform.pdb
     文件       11608  2017-12-10 10:13  geckofx1.9.1_flash\bin\Debug\JingsuPlatform.vshost.exe
     文件         490  2010-03-17 22:39  geckofx1.9.1_flash\bin\Debug\JingsuPlatform.vshost.exe.manifest
     文件      192512  2009-09-08 16:58  geckofx1.9.1_flash\bin\Debug\Skybound.Gecko.dll
     文件       75887  2009-09-08 16:58  geckofx1.9.1_flash\bin\Debug\Skybound.Gecko.xml
     目录           0  2017-12-10 10:15  geckofx1.9.1_flash\bin\Debug\xulrunner\
     文件       11776  2009-08-01 18:13  geckofx1.9.1_flash\bin\Debug\xulrunner\AccessibleMarshal.dll
     文件       24064  2009-08-01 18:13  geckofx1.9.1_flash\bin\Debug\xulrunner\IA2Marshal.dll
     文件       30826  2009-08-01 17:25  geckofx1.9.1_flash\bin\Debug\xulrunner\LICENSE
     文件        1002  2009-08-01 17:25  geckofx1.9.1_flash\bin\Debug\xulrunner\README.txt
............此处省略751个文件信息

评论

共有 条评论