摘要: protected void Page_Load(object sender, EventArgs e) { } protected void btt_Click(object sender, EventArgs e) { string Path = "c:\\de"; string resultPath = string.Empty; bool rel = false; TimeSpan nowTimeSpan = new TimeSpan();... 阅读全文
posted @ 2013-01-14 16:44 Star★ 阅读(510) 评论(0) 推荐(0) 编辑
摘要: #region private byte[] GetImageContent(string picName) { string fileURL = "http://localhost:/img/" + picName; HttpWebRequest request = (HttpWebRequest)WebRequest.Create(fileURL); request.AllowAutoRedirect = true; WebProxy proxy = new ... 阅读全文
posted @ 2013-01-14 13:53 Star★ 阅读(330) 评论(0) 推荐(0) 编辑