摘要: 设置ASP.NET页面不被缓存分类:ASP.NET (3531) (1) /// <summary> /// 设置页面不被缓存 /// </summary> private void SetPageNoCache() { Response.Buffer = true; Response.Expire 阅读全文
posted @ 2016-12-05 16:54 特洛伊-Micro 阅读(278) 评论(0) 推荐(0)
摘要: internal class HideOnStartupApplicationContext : ApplicationContext { private Form mainFormInternal;// 构造函数,主窗体被存储在mainFormInternal public HideOnStart 阅读全文
posted @ 2016-12-05 15:04 特洛伊-Micro 阅读(714) 评论(0) 推荐(0)