posts - 11,comments - 10,trackbacks - 0

01 2012 档案
信息采集
摘要: 这两天,编码做了一个新蛋网手机信息的采集,web页面信息采集是用WebClient控件。需要调用方法Gather()。希望能有帮助。代码如下:/* * Created By ChinaAgan 2012-1-18 * */using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Net;using System.IO;using System.Text.RegularExpressions;using CnBlogCollector.Proper..阅读全文
posted @ 2012-01-18 10:14 chinaagan 阅读(83) | 评论 (2) 编辑
System.Runtime.Serialization报错查找
摘要: 今天帮一位新同事配置.net环境,报这个错。Could not load file or assembly 'System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest. google上没有找到原因,郁闷了很久。后来在博客园找到了给力贴,先查看了IIS的配置,是2.0.50727版阅读全文
posted @ 2012-01-11 21:51 chinaagan 阅读(59) | 评论 (0) 编辑