惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
Help Net Security
Help Net Security
P
Proofpoint News Feed
J
Java Code Geeks
爱范儿
爱范儿
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
Google DeepMind News
Google DeepMind News
H
Help Net Security
G
Google Developers Blog
Jina AI
Jina AI
Vercel News
Vercel News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
Lohrmann on Cybersecurity
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Security Archives - TechRepublic
Security Archives - TechRepublic
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic
GbyAI
GbyAI
B
Blog
O
OpenAI News
博客园_首页
Cisco Talos Blog
Cisco Talos Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
C
Cybersecurity and Infrastructure Security Agency CISA
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
C
Cisco Blogs
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
AI
AI
W
WeLiveSecurity
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale

博客园 - ChinaRay.XiiX

http://wiki.kuaishou.net 你一旦开始,就无法停止 快手之友情链接 快手 2.1 发布 十大百科 快手短信免费版 [zt]LOST时空穿梭理论大揭秘 —— 迄今为止最完美最合理的对LOST的解释 快手博客 快手文档 - www.kuaishou.net 快手网址 - KuaiShou.NET 快手影音 www.kuaishou.net Delphi 使用 Visual Studio Shell , 开源为期不远 快手 (KuaiShou.NET) 之账本应用 Word 2003 Excel 2003 的迟绑定(late binding) 方法 快手之Word篇 www.kuaishou.net 快手之Excel篇 www.kuaishou.net 快手 www.kuaishou.net InfoVista.NET Beta InfoVista 框架之前人栽树后人乘凉篇
VeryCD WebSpider - A plugin for KuaiShou.NET
ChinaRay.XiiX · 2008-05-20 · via 博客园 - ChinaRay.XiiX

VeryCD WebSpider - A plugin for InfoVista.NET

VeryCD is an web-spider application which can fetch the content of emule information from www.verycd.com,
the result is stored as access(mdb) format, it is developed under VS2005, it is also a plugin for InfoVista.NET
as a content provider.

在追随开源项目SharpDevelop(www.icsharpcode.net)很久以后,微软在Visual Studio 2008提供了开发VSShell
(http://msdn.microsoft.com/zh-cn/vsx/default(en-us).aspx) 的功能,
在此之上已经有了IronPythonStudio这样的开源项目,大概看了代码之后,我对IronPythonStudio的类很欣赏,进而
我对SharpDevelop的存在意义产生了怀疑,虽然我的InfoVista.NET项目(基于SharpDevelop)仍然在进行,步伐慢了许多。
VsShell是个好消息,对SharpDevelop是个坏消息,我的心情也是痛并快乐着,然后我把继续InfoVista.NET的时间用到了
学习素描艺术上面,安慰一下自己,然后再次跟随开源大旗。

InfoVista.NET是一个内容管理工具,我需要一个好的数据来源,测试我的工具,所以我想到了把http://www.verycd.com的
emule资源全部抓下来,这就是VeryCD Spider的初衷,事实上早已经写好,一直没有发布出去,后来参考了一个多线程下载
网页的例子,使VeryCD Spider速度提高了不少,多线程是必需的,因为VeryCD.com的内容是如此之多。

VeryCD Spider基本上是分析http://lib.verycd.com/archive/的内容,然后一级一级分析下去,最终把分类结果存贮到
Access(mdb)文件中。这种方法的坏处是,将来有天Verycd网站升级,我的工具也必须跟着改动,命运掌握在别人手里。
不管怎样,还是在CodePlex上发布了源代码,供各位参考,感兴趣的请到 http://www.codeplex.com/verycd 处下载。