2017年8月28日

spring /* 和 /** 的 区别。

摘要: 例如 /** 拦截 /index/1 和 /index /* 代表 /index/1 而 /index 则不会被拦截 阅读全文

posted @ 2017-08-28 14:07 正义的伙伴! 阅读(531) 评论(0) 推荐(0) 编辑

js 设置 cookie

摘要: function setCookie(name,value){ var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days*24*60*60*1000); document.cookie = name + "="+ escape (value) + ";expires=" + exp.... 阅读全文

posted @ 2017-08-28 09:25 正义的伙伴! 阅读(361) 评论(0) 推荐(0) 编辑

导航

//增加一段JS脚本,为目录生成使用