摘要:
免费获取验证码60秒倒计时 阅读全文
posted @ 2018-04-15 14:22
壁虎漫步.
阅读(301)
评论(0)
推荐(0)
摘要:
Wamp访问缓慢、本地主机访问缓慢解决方案 Wamp访问速度缓慢可能的原因: 1、一般原因: Wamp的日志文件太大。处理办法,将位于wamp/logs/下的日志文件清空。 2、特殊原因 若重新安装后仍发现Wamp缓慢,甚至XAMPP等工具也出现缓慢等,应检查host文件的设置host应包含 127 阅读全文
posted @ 2018-04-15 14:20
壁虎漫步.
阅读(229)
评论(0)
推荐(0)
摘要:
htmlspecialchars_decode htmlspecialchars_decode — 将特殊的 HTML 实体转换回普通字符 htmlspecialchars — 将特殊字符转换为 HTML 实体 TP中使用I函数,默认配置的使用htmlspecialchars — 将特殊字符转换为 阅读全文
posted @ 2018-04-15 14:11
壁虎漫步.
阅读(308)
评论(0)
推荐(0)
摘要:
$stcount = M("Results_all")->alias('a') ->join("s_test_name as b on a.subject = b.sid and a.testsets = b.number",'left') ->where("a.subject = $subject and b.name = '$testsname' ")->field("count(a.... 阅读全文
posted @ 2018-04-15 14:10
壁虎漫步.
阅读(237)
评论(0)
推荐(0)
摘要:
l 设置cookie,浏览器都有禁用或者清除cookie的功能 l 设置session,关闭浏览器就没了 所以,我们只能尽量防止重复投票现象 24 小时投票 阅读全文
posted @ 2018-04-15 14:03
壁虎漫步.
阅读(302)
评论(0)
推荐(0)
摘要:
Compact 创建一个包含变量名和它们的值的数组 阅读全文
posted @ 2018-04-15 13:51
壁虎漫步.
阅读(207)
评论(0)
推荐(0)
摘要:
通过js追加的html 发现 不能点击 执行函数 普通绑定事件:$('.btn1').click(function(){}绑定 事件委托 解决方法: $("body").delegate(".class","click",function(){}); on绑定事件:$(document).on('c 阅读全文
posted @ 2018-04-15 13:48
壁虎漫步.
阅读(346)
评论(0)
推荐(0)