文章分类 - PHP
web开发语言
摘要:Linux 上安装Gearman及其PHP扩展
阅读全文
摘要:Linux下安装Pcntl PHP扩展
阅读全文
摘要:Linux 下安装Yaf扩展 , 编译出错 error: ‘zend_yaf_globals’ has no member named ‘default_route’
阅读全文
摘要:mysql数据库报错The user specified as a definer (”@sa’%') does not exist。尝试过两种方式,第一种重启之后好用,但是一会就又不好用了。第二种算是一种完美的解决方法。此种报错主要是针对访问视图文件引起的。 第一种: 给root赋值所有权限:注意
阅读全文
摘要:PHP中 Include 与 Require之间的区别
阅读全文
摘要:1.下载phpunit.phar 2.在phpstorm中配置phpunit库 3.不同版本phpunit 需要依赖的php解释器也不一样,如果运行时报错 可以适当调整php解释器的版本 至此进行phpunit单元测试环境已经搭建完成。
阅读全文
摘要:一. 匹配规则的单引号 双引号 区别1 public function match_test(){2 $pattern = '/<span.*class="tt">.*p(\d{2})p.*<\/span>/im';3 $str = "<div class='dd'><span class='tt'>p3443pfakj;p33p</span></div>";4 preg_match($pattern, $str , $match);5
阅读全文

浙公网安备 33010602011771号