资源简介
C#写的蜘蛛程序也叫小偷程序
"蜘蛛"(Spider)是Internet上一种很有用的程序,搜索引擎利用蜘蛛程序将Web页面收集到数据库,企业利用蜘蛛程序监视竞争对手的网站并跟踪变动,个人用户用蜘蛛程序下载Web页面以便脱机使用,开发者利用蜘蛛程序扫描自己的Web检查无效的链接……对于不同的用户,蜘蛛程序有不同的用途。那么,蜘蛛程序到底是怎样工作的呢?
蜘蛛是一种半自动的程序,就象现实当中的蜘蛛在它的Web(蜘蛛网)上旅行一样,蜘蛛程序也按照类似的方式在Web链接织成的网上旅行。蜘蛛程序之所以是半自动的,是因为它总是需要一个初始链接(出发点),但此后的运行情况就要由它自己决定了,蜘蛛程序会扫描起始页面包含的链接,然后访问这些链接指向的页面,再分析和追踪那些页面包含的链接。从理论上看,最终蜘蛛程序会访问到Internet上的每一个页面,因为Internet上几乎每一个页面总是被其他或多或少的页面引用。
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1078 2003-05-04 06:05 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\App.ico
文件 2426 2003-05-04 06:05 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\AssemblyInfo.cs
文件 2464 2008-03-11 11:57 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Attribute.cs
文件 3469 2008-03-11 11:57 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\AttributeList.cs
文件 7998 2008-03-11 12:05 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\DocumentWorker.cs
文件 2590 2008-03-11 11:57 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Done.cs
文件 5008 2008-03-11 12:16 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Parse.cs
文件 2715 2008-03-11 11:57 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\ParseHTML.cs
文件 5723 2008-03-11 11:57 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Spider.cs
文件 4932 2008-03-11 11:58 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Spider.csproj
文件 2081 2008-03-11 10:56 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Spider.csproj.user
文件 32768 2008-03-11 12:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Spider.exe
文件 895 2008-03-11 10:56 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Spider.sln
..A..H. 23040 2008-03-11 12:22 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\Spider.suo
文件 13789 2008-03-11 12:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\SpiderForm.cs
文件 5814 2008-03-11 12:16 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\SpiderForm.resx
文件 28627 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\1\index.html
文件 46189 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\10\index.html
文件 43298 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\142\index.html
文件 7401 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\146\8244.htm
文件 41778 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\146\index.html
文件 41889 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\152\index.html
文件 42885 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\153\index.html
文件 42054 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\154\index.html
文件 43448 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\157\index.html
文件 42419 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\158\index.html
文件 19119 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\16\1206.htm
文件 8800 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\16\682.htm
文件 43117 2015-09-06 11:20 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\16\index.html
文件 18267 2015-09-06 11:21 C#写的蜘蛛程序也叫小偷程序\CSharpSpider\temp\160\8241.htm
............此处省略173个文件信息
- 上一篇:TCPIP通信(含服务器端和客户端源码)
- 下一篇:C# json使用
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论