public class GetWebEmail { //抓取网页源代码 public static List<string> GetHtmlAndEmail(string url) { //抓取网页内容 string ContentHtml = String.Empty; HttpWebRequest httpWebRequest = null; HttpWebResponse httpWebResponse = null; Stream stream = null; StreamReader sr = null; httpWebRequest = (HttpWebRequest Read More
posted @ 2011-05-06 17:32
wsx2miao
Views(1163)
Comments(0)
Diggs(0)
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using System.Web.Util;using System.Threading;namespace CountApp.App_Code{ public class SysLog { /// <summary> /// 创建文件夹 /// </summary> public static void CreateLogFile() { string filePath = H Read More
posted @ 2011-05-06 16:16
wsx2miao
Views(2823)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号