摘要:var power = (function () { var cacheObj=[] ; return { get: function (key) { if (cacheObj.length === 0) { $.ajax({ url: "/Home/Power", ...
阅读全文
posted @ 2017-10-11 17:39
|
|||
10 2017 档案
摘要:var power = (function () { var cacheObj=[] ; return { get: function (key) { if (cacheObj.length === 0) { $.ajax({ url: "/Home/Power", ...
阅读全文
posted @ 2017-10-11 17:39
摘要:1 public class CacheHelper 2 { 3 static System.Web.Caching.Cache Cache = HttpRuntime.Cache; 4 5 public static void Set(string key, object data) 6 { 7
阅读全文
posted @ 2017-10-07 12:50
|
|||