资源简介
基于.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封装
相关资源
- 网络安全等级保护测评实施20180904
- bp神经网络源代码,可直接运行
- 04741计算机网络原理知识点整理.docx(
- Visio图标-最新最全的网络通信图标库
- WPF USB 网络 串口 通信软件
- ManageEngine_OpManager_12.3安装手册+管理员
- WPE三件套(WPE+CCP+E2G)冰枫修改版
- TCL-S1916 ,1924交换机管理程序
- 连续hopfield神经网络解决TSP问题
- Windows异步套接字网络编程
- 改进的BP神经网络算法
- 通风网络解算程序 fortran90
- 证券总部网络拓扑结构示意图网络拓
- 校园网络规划与设计课程设计
- 网络唤醒代码
- delphi 通过Ping命令检测网络是否正常
- ipv6网络抓包程序
- 防火墙编程-Visual C 网络通信开发
- 基于bp神经网络的表情识别
- MFC网络编程实例
- IpHlpApi.h&IpHlpApi.lib
- 用C 实现的对网络上的ARP数据包进行
- 网络(UDP)转串口程序
- SOCKET 网络编程 计算机网络 作业 客户
- 一个网络封包截取工具[不是WPE]
- 网络信息安全技术 论文
- RF电阻衰减网络计算-用以RF设计中
- 计算机网络课程设计—ARQ协议模拟实
- linux 网络实验 ftp程序
- 毕业设计:网络围棋对弈
评论
共有 条评论