91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

(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個文件信息

評論

共有 條評論