摘要: public class CheckStreamReader { //使用的数据: private static HashSet hash = new HashSet(); private byte[] fastCheck = new byte... 阅读全文
posted @ 2015-06-12 14:35 逊老头 阅读(615) 评论(0) 推荐(0) 编辑
摘要: /// /// 远程获取页面数据 /// /// 地址 /// public static string GetHttpData(string Url) { //strin... 阅读全文
posted @ 2015-06-12 14:32 逊老头 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: /// /// 替换图片路径 /// /// /// public string ReplaceImgSrc(string strContent) { return Re... 阅读全文
posted @ 2015-06-12 14:30 逊老头 阅读(161) 评论(0) 推荐(0) 编辑
摘要: /// /// 写入ecexl /// /// /// public static void CreateExcel(DataTable dt, string FileName) { ... 阅读全文
posted @ 2015-06-12 14:26 逊老头 阅读(303) 评论(0) 推荐(0) 编辑