• 大小: 5.01MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-09-16
  • 语言: C#
  • 标签: c#,爬虫  

资源简介

c#网络爬虫程序设计,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!

资源截图

代码片段和文件信息

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 Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//       When specifying the KeyFile the location of the KeyFile should be
//       relative to the project output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2426  2013-12-22 09:01  c#网络爬虫程序设计\WebSpider_src\Mf\AssemblyInfo.cs

     文件       2960  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\Mf.sln

    ..A..H.     13312  2013-12-22 18:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\Mf.suo

     文件       2426  2013-12-22 17:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\AssemblyInfo.cs

     文件       5259  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\MfService.csproj

     文件       1950  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\MfService.csproj.user

     文件        365  2013-12-22 13:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\Service\WebSpider\IWebPageProcessor.cs

     文件       7138  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\Service\WebSpider\WebPageProcessor.cs

     文件       2136  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\Service\WebSpider\WebPageState.cs

     文件       8421  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfService\Service\WebSpider\WebSpider.cs

     文件       2426  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceTest\AssemblyInfo.cs

     文件       5010  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceTest\MfServiceTest.csproj

     文件       1977  2013-12-22 12:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceTest\MfServiceTest.csproj.user

     文件       8950  2013-12-22 17:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceTest\Service\WebSpiderTest.cs

     文件       8959  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceTest\Service\WebSpiderTestVb.cs

     文件       1044  2013-12-22 16:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\AssemblyInfo.vb

     文件       4707  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\MfService_VB.vbproj

     文件       1838  2013-12-22 13:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\MfService_VB.vbproj.user

     文件        326  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\Vb\Service\WebSpider\IWebPageProcessor.vb

     文件       3687  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\Vb\Service\WebSpider\WebPageProcessor.vb

     文件       2246  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\Vb\Service\WebSpider\WebPageState.vb

     文件       8456  2013-12-22 14:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfServiceVb\Vb\Service\WebSpider\WebSpider.vb

     文件       2426  2013-12-22 12:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfUtil\AssemblyInfo.cs

     文件       5176  2013-12-22 16:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfUtil\MfUtil.csproj

     文件       2025  2013-12-22 10:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfUtil\MfUtil.csproj.user

     文件       1048  2013-12-22 19:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfUtil\Util\Is.cs

     文件       2626  2013-12-22 18:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfUtil\Util\RegExUtil.cs

     文件      14711  2013-12-22 17:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\MfUtil\Util\StrUtil.cs

     文件       1078  2013-12-22 11:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\SpiderApp\App.ico

     文件       2426  2013-12-22 15:01  c#网络爬虫程序设计\WebSpider_src\Mf\Backup\SpiderApp\AssemblyInfo.cs

............此处省略947个文件信息

评论

共有 条评论

相关资源