資源簡介
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使用
評論
共有 條評論