• 大小: 278KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-12
  • 语言: 其他
  • 标签: 网络  爬虫  

资源简介

基于.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.xml
     文件         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个文件信息

评论

共有 条评论