- 博客(3)
- 收藏
- 关注
原创 设计模式之观察者模式
interface IObserver{ function changed($send, $args);}interface IObservable{ function addObserver($name); }class UserListLogger implements IObserver{ public function onchanged(...
2018-06-07 22:01:20
110
原创 配置fastcgi与PHP-fpm通信配置
server{ listen 80; root /wwwweb/projects/crm index index.html index.htm index.php location / { try_files $uri $uri/ /index.php } location ~\....
2018-06-06 12:43:29
334
原创 mysql 中的explain 结果分析
一个简单的explain结果explain select * from xx\G;explain 中的列1.id:是一个编号 标示select所属的行2.select_type列 1) SUBQUERY 2)DERIVED 3) UNION 4) UNION RESULT3table列 显示对应行正在访问那个表4.type列 从差到优依次为 1)ALL(全表扫描) ...
2018-06-05 12:58:54
1114
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人