05 2017 档案
摘要:String title = getParam("searchTitle"); title = new String(title.getBytes("iso8859-1"),"utf-8");
阅读全文
摘要:redis-cli -p 6379(指定进入端口号为6379的redis数据库)1.清空当前redis数据库缓存flushdb 2.清空整个redis缓存flushall
阅读全文
摘要:jquery禁用a标签方法1 01 02 03 04 05 06 07 08 09 10 11 12 $(document).ready(function () { $("a").each(function () { var textValue = $(this).html(); if (textV
阅读全文

浙公网安备 33010602011771号