……

12 2018 档案

摘要:Thinkphp遇到这样的错 :( Think\Model:search方法不存在! 错误位置 FILE: E:\www\qazx\ThinkPHP\Library\Think\Model.class.php LINE: 226 TRACE #0 E:\www\qazx\ThinkPHP\Libra 阅读全文
posted @ 2018-12-25 22:14 十零 阅读(161) 评论(0) 推荐(0)
摘要:window下mysql创建库只读和启动失败都有可能是my.ini配置文件出错的问题 遇到如下错误ERROR 1036 (HY000): Table 'schemata' is read only,办法是修改my.ini文件 my.ini文件在安装的mysql下,我删除了多余的项,就能解决 我的mu 阅读全文
posted @ 2018-12-23 22:37 十零 阅读(311) 评论(0) 推荐(0)
摘要:装饰器 装饰器= 高阶函数+函数嵌套+闭包 高阶函数 函数嵌套 闭包就是函数作用域的体现 装饰器 @timmer 糖果 多参数调用 阅读全文
posted @ 2018-12-20 19:10 十零 阅读(252) 评论(0) 推荐(0)
摘要:用mysqli_connect就可以解决。 mysqli_array()有连个参数,第一个是连接mysql名。 php遇到这个警告Warning: Use of undefined constant title - assumed 'title' (this will throw an Error 阅读全文
posted @ 2018-12-18 20:49 十零 阅读(2529) 评论(0) 推荐(0)