phpcms输入后台内容录入框中支持php代码实现思路
extention.func.php中添加 function templateQ($html, $format = 1) { if (1 == $format) {// <!--Q^php code^Q--> return preg_replace_callback('/<!--Q^([sS]*?)^Q-->/', '_temp...
js动态添加onclick事件可传参数与不传参数
1)当方法没有参数时,赋值可以直接用onclick = 方法名 1 2 3 4 5 6 window.onload = function() { $('btnTest').onclick = test; } function test() { alert(val); } 2)当方法有参数时,用onc...
CI框架的安全性分析
SQL和NoSQL之间的区别总结
PHP PDOStatement::columnCount讲解
PDOStatement::columnCount PDOStatement::columnCount — 返回结果集中的列数。(PHP 5 >= 5.1.0, PECL pdo >= 0.2.0) 语法 int PDOStatement::columnCount ( void ) 使用PDOStatement::c...
mysql全文模糊搜索MATCH AGAINST方法示例
Ubuntu 13.10中禁用全局菜单的方法
Ctfmon.exe是什么进程?Ctfmon.exe进程为什么会运行?
Windows10系统中删除输入法的方法
织梦DedeCms取消后台登陆验证码的方法示例
首先模拟会员登录和退出,有两个重要文件,一个是include下的memberlogin.class.php和include/helpers下的cache.helper.php文件。 原理为:memberlogin.class.php通过使用缓存助手 helper('cach...





