摘要:
约束 最近有一个winform项目,要求: (1)程序能够运行在winxp, win7, win8, win10中 (2)安装尽可能简单,尽量不要安装.net framework。即使要安装也要尽可以地小。 为了达成这些要求的,考虑以下因素: (1)操作系统自带的.net framework版本 以 阅读全文
posted @ 2017-07-04 17:25
muyun2800
阅读(2314)
评论(3)
推荐(2)
摘要:
定义一个Filter public class MyOutputCacheAttribute : ActionFilterAttribute { MemoryCacheDefault _cache = new MemoryCacheDefault(); /// <summary> /// 客户端缓存 阅读全文
posted @ 2017-07-04 16:26
muyun2800
阅读(4416)
评论(1)
推荐(1)