摘要: using System.IO;using System.Drawing;using System.Threading;using System.Windows.Forms;public class WebSiteThumbnail{ Bitmap m_Bitmap; string m_... 阅读全文
posted @ 2015-12-11 09:25 imluzhi 阅读(3591) 评论(1) 推荐(0) 编辑
摘要: 1 public void downloadfile(string s_fileName) 2 { 3 HttpContext.Current.Response.ContentType = "application/ms-download"; 4 s... 阅读全文
posted @ 2015-12-11 09:22 imluzhi 阅读(545) 评论(0) 推荐(0) 编辑