摘要: 1 <?xml version="1.0" encoding="gbk"?> 2 <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd"> 3 阅读全文
posted @ 2016-03-01 09:15 notnull 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 1 //此方法参考 http://www.cnblogs.com/mingforyou/p/3551188.html 2 function addDate(dd,dadd){ 3 var a = new Date(dd) 4 a = a.valueOf() 5 a = a + dadd * 24 * 阅读全文
posted @ 2016-03-01 09:04 notnull 阅读(2193) 评论(0) 推荐(0) 编辑