01 2012 档案
摘要:Date.prototype.format = function(format) { var o = { "M+" : this.getMonth()+1, "d+" : this.getDate(), "h+" : this.getHours(), "m+" : this.getMinut...
阅读全文
摘要:Windows:D:\wamp\www\test\cake\console>cake -app d:\wamp\www\test\app CreateDailyQueueLinux:cd /home/liftdna/public_html/test/>cake/console/cake -app a...
阅读全文
摘要:如果网页上某个AJAX过滤项目太多,次数过于频繁,服务端的压力会很大。可以尝试将所有项目写入一个js数组,使用js正则来过滤,速度上会快很多。当然也非绝对,过于庞大的数据,也会让浏览器吃不消。re = new RegExp($('#publisher_select').val(),"gi");for...
阅读全文

浙公网安备 33010602011771号