2016年4月30日
摘要: 写一个简单的stringFormat来给自己用 做些修改,让代码更短一些 压缩 function stringFormat(){var e,t=arguments,n=[],r=0;e=t.length==2&&t[1]&&typeof t[1]=="object"?t[1]:Array.proto 阅读全文
posted @ 2016-04-30 22:10 要夹核桃 阅读(186) 评论(0) 推荐(0)
  2014年8月3日
摘要: 在项目使用OutputCacheAttribute是遇到了问题,当我想在配置文件web.config中配置OutputCache的VaryByParam时竟然不起作用,下面是相关代码: 文件FaceController.cs ``` [OutputCache(CacheProfile = "... 阅读全文
posted @ 2014-08-03 10:25 要夹核桃 阅读(1970) 评论(4) 推荐(2)