資源簡介
基于.net 的網絡爬蟲可以爬到相關的所有網頁。

代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
namespace?Crawler
{
///?
///?Summary?description?for?AboutForm.
///?
public?class?AboutForm?:?System.Windows.Forms.Form
{
private?System.Windows.Forms.Label?label1;
private?System.Windows.Forms.Label?label2;
private?System.Windows.Forms.Label?label3;
private?System.Windows.Forms.Button?IDOK;
public?AboutForm()
{
//
//?Required?for?Windows?Form?Designer?support
//
InitializeComponent();
//
//?TODO:?Add?any?constructor?code?after?InitializeComponent?call
//
}
///?
///?Clean?up?any?resources?being?used.
///?
protected?override?void?Dispose(?bool?disposing?)
{
if(?disposing?)
{
}
base.Dispose(?disposing?);
}
#region?Windows?Form?Designer?generated?code
///?
///?Required?method?for?Designer?support?-?do?not?modify
///?the?contents?of?this?method?with?the?code?editor.
///?
private?void?InitializeComponent()
{
this.label1?=?new?System.Windows.Forms.Label();
this.label2?=?new?System.Windows.Forms.Label();
this.label3?=?new?System.Windows.Forms.Label();
this.IDOK?=?new?System.Windows.Forms.Button();
this.SuspendLayout();
//?
//?label1
//?
this.label1.Location?=?new?System.Drawing.Point(24?24);
this.label1.Name?=?“label1“;
this.label1.Size?=?new?System.Drawing.Size(280?16);
this.label1.TabIndex?=?0;
this.label1.Text?=?“Simple?Net?Crawler?1.00“;
//?
//?label2
//?
this.label2.Location?=?new?System.Drawing.Point(24?40);
this.label2.Name?=?“label2“;
this.label2.Size?=?new?System.Drawing.Size(280?16);
this.label2.TabIndex?=?0;
this.label2.Text?=?“Developed?by?Hatem?Mostafa“;
//?
//?label3
//?
this.label3.Location?=?new?System.Drawing.Point(24?64);
this.label3.Name?=?“label3“;
this.label3.Size?=?new?System.Drawing.Size(280?16);
this.label3.TabIndex?=?0;
this.label3.Text?=?“Copyright?(C)?2006“;
//?
//?IDOK
//?
this.IDOK.Location?=?new?System.Drawing.Point(328?16);
this.IDOK.Name?=?“IDOK“;
this.IDOK.TabIndex?=?1;
this.IDOK.Text?=?“OK“;
this.IDOK.Click?+=?new?System.EventHandler(this.IDOK_Click);
//?
//?AboutForm
//?
this.AutoScalebaseSize?=?new?System.Drawing.Size(5?13);
this.ClientSize?=?new?System.Drawing.Size(432?96);
this.Controls.Add(this.IDOK);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.FormBorderstyle?=?System.Windows.Forms.FormBorderstyle.FixedDialog;
this.MaximizeBox?=?false;
this.MinimizeBox?=?false;
this.Name?=?“AboutForm“;
this.Opacity?=?0.95;
this.ShowInTaskbar?=?false;
this.StartPosition?=?System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text?=?“About?Net?Crawler“
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-06-11?23:06??網絡爬蟲\
?????文件????????3294??2006-02-19?20:28??網絡爬蟲\AboutForm.cs
?????文件????????8658??2006-02-18?20:10??網絡爬蟲\AboutForm.resx
?????文件????????2426??2002-11-20?09:30??網絡爬蟲\AssemblyInfo.cs
?????目錄???????????0??2012-06-11?21:39??網絡爬蟲\Backup\
?????文件????????3294??2006-02-19?20:28??網絡爬蟲\Backup\AboutForm.cs
?????文件????????8658??2006-02-18?20:10??網絡爬蟲\Backup\AboutForm.resx
?????文件????????2426??2002-11-20?09:30??網絡爬蟲\Backup\AssemblyInfo.cs
?????文件?????????494??2002-12-30?03:39??網絡爬蟲\Backup\BrowseForFolder.cs
?????文件????????6766??2006-02-18?16:08??網絡爬蟲\Backup\Crawler.csproj
?????文件????????1805??2006-03-20?22:37??網絡爬蟲\Backup\Crawler.csproj.user
?????文件?????????899??2006-02-17?17:31??網絡爬蟲\Backup\Crawler.sln
?????文件????????7629??2006-02-26?22:03??網絡爬蟲\Backup\FileTypeForm.cs
?????文件???????12162??2006-02-26?22:03??網絡爬蟲\Backup\FileTypeForm.resx
?????文件???????78931??2006-03-20?22:31??網絡爬蟲\Backup\MainForm.cs
?????文件???????84735??2006-03-20?22:31??網絡爬蟲\Backup\MainForm.resx
?????文件????????7257??2002-12-27?14:31??網絡爬蟲\Backup\Settings.cs
?????文件???????54518??2006-03-19?21:08??網絡爬蟲\Backup\SettingsForm.cs
?????文件???????42008??2006-03-19?21:08??網絡爬蟲\Backup\SettingsForm.resx
?????文件????????6418??2002-12-27?01:00??網絡爬蟲\Backup\SortTree.cs
?????目錄???????????0??2012-06-11?21:39??網絡爬蟲\bin\
?????目錄???????????0??2012-06-11?21:41??網絡爬蟲\bin\Debug\
?????文件??????159744??2012-06-11?21:49??網絡爬蟲\bin\Debug\NetCrawler.exe
?????文件??????118272??2012-06-11?21:49??網絡爬蟲\bin\Debug\NetCrawler.pdb
?????文件???????14328??2012-06-20?23:36??網絡爬蟲\bin\Debug\NetCrawler.vshost.exe
?????文件?????????490??2009-06-11?05:14??網絡爬蟲\bin\Debug\NetCrawler.vshost.exe.manifest
?????文件??????????54??2012-06-11?21:41??網絡爬蟲\bin\Debug\Settings.xm
?????文件?????????494??2002-12-30?03:39??網絡爬蟲\BrowseForFolder.cs
?????文件????????5241??2012-06-11?21:39??網絡爬蟲\Crawler.csproj
?????文件????????2083??2012-06-11?21:39??網絡爬蟲\Crawler.csproj.user
?????文件?????????898??2012-06-11?21:39??網絡爬蟲\Crawler.sln
............此處省略53個文件信息
- 上一篇:stata空間計量空間矩陣.dta
- 下一篇:lm2596封裝
評論
共有 條評論