这里是我的空间,是我用来记录点滴的沃土...
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(1094) Comments(0) Diggs(0) Edit
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(2787) Comments(0) Diggs(0) Edit
这里是我的空间,是我用来记录点滴的沃土...