2007年7月10日
摘要: //在Global.asax设置 void Application_Start(object sender, EventArgs e) { // 在应用程序启动时运行的代码 Application.Lock(); Application["b"] = 0; Application.UnLock(); }protected void Page_Load(object sender, EventAr... 阅读全文
posted @ 2007-07-10 22:29 季沫 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 里面实现很简单,当然只能算是一个演示版本吧!不可能有Google Baidu的那么强大。有爬虫代码 Web代码主要的代码分析如下:/// <summary> /// 取得该URL网页内容数据.调用后面的分析函数。 /// </summary> private void GetHTML() { if (_HTMLData != null) return; Byte[] Bin... 阅读全文
posted @ 2007-07-10 07:24 季沫 阅读(1513) 评论(6) 推荐(0) 编辑