随笔分类 -  C#

摘要:// Add Excel as content type and attachment Response.ContentType = “application/vnd.ms-excel”; Response.AddHeader(“Content-Disposition”, “attachment; 阅读全文
posted @ 2016-03-30 13:55 soft.push("zzq") 阅读(490) 评论(0) 推荐(0)
摘要://静态构造函数的单例模式public sealed class Singleton{ private static readonly Singleton _instance = new Singleton(); static Singleton() { } priva... 阅读全文
posted @ 2015-03-02 16:48 soft.push("zzq") 阅读(187) 评论(0) 推荐(0)