摘要: 注意:此流程是默认你已经安装好了debug扩展。 查看是否安装,直接打印下phpinfo(); 安装vsCode中的 PHP Debug扩展 查看php.ini中xdebug中的配置项: 配置vsCode中的debug: 检验: 阅读全文
posted @ 2020-01-11 19:09 默&诫 阅读(665) 评论(0) 推荐(0)
摘要: TYPE: system > const > eq_ref > ref > range > index > all EXTRA: Using where(标明使用了where过滤); Using temporary(九死无生); =》很经常发生在group by, order by中,优化可以从这里 阅读全文
posted @ 2020-01-11 17:46 默&诫 阅读(251) 评论(0) 推荐(0)