缓存2
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Collections.Concurrent;using System.Threading;namespace ...
阅读全文
posted @
2015-08-24 16:52
Q&A
阅读(143)
推荐(0)
缓存
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Threading;using System.Web.Caching;namespace WebApiDemo....
阅读全文
posted @
2015-08-24 16:50
Q&A
阅读(132)
推荐(0)
js加解密
摘要:字符串加密 Welcome to baidu.com
阅读全文
posted @
2015-08-24 15:46
Q&A
阅读(251)
推荐(0)
测试
摘要:cardList = [];cardList.AddData = function (data) { this[this.length] = data;}cardList.DelData = function (id) {// for (var i = id; i + - ...
阅读全文
posted @
2015-08-18 18:07
Q&A
阅读(102)
推荐(0)
javascript Date
摘要:转:http://blog.csdn.net/vbangle/article/details/5643091#// 对Date的扩展,将 Date 转化为指定格式的String // 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, // 年(y)可以用 1...
阅读全文
posted @
2015-08-18 13:56
Q&A
阅读(176)
推荐(0)