随笔分类 -  asp.net

上一页 1 2

视频文件上传的接口并分块上传
摘要:public static bool httpPost(string url, ref CookieContainer cc, ref string dataToPost, ref string dataget, bool isChangeCookie = false) { HttpWebRequest request = (HttpWebRequest)... 阅读全文

posted @ 2016-04-22 18:08 邬兴亮 阅读(527) 评论(0) 推荐(0)

html转图片
摘要:using System.IO; using System.Drawing; using System.Threading; using System.Windows.Forms; public class WebSiteThumbnail { Bitmap m_Bitmap; string m_Url; int m_BrowserWidth, m_BrowserHei... 阅读全文

posted @ 2016-04-22 18:03 邬兴亮 阅读(425) 评论(0) 推荐(0)

修改web.config来开启Gzip压缩
摘要:IIS 7.0之后引入的一个IIS配置文件,详细内容参考官方链接http://www.iis.net/learn/get-started /planning-your-iis-architecture/introduction-to-applicationhostconfig 该文件的的位置%win 阅读全文

posted @ 2016-04-22 17:38 邬兴亮 阅读(909) 评论(0) 推荐(0)

上一页 1 2

导航