加载中
官方mysql中查看索引是否被使用到

select object_type,object_schema,object_name,index_name,count_star,count_read,COUNT_FETCH from performance_schema.table_io_waits_summary_by_index_usage where object_name='t3';.....

2018/11/29 11:34
1K
php 5.2.17 编译 gearman扩展的问题

php 5.2.17 编译最新的gearman扩展 1.1.1时提示E_DEPRECATED不能识别。 因为E_DEPRECATED是php 5.3新增的告警提示,所以将php_gearman.c中的此宏修改为E_NOTICE编译通过...

WordPress分页提示404错误

Wordpress 3.5.2 默认的分页显示条数为10条,如果用户的分页条数小于系统默认值,那么就有可能造成部分或全部页面提示404错误。 例如:用户设置每页显示5条数据,现在有25条数据,分页应为5...

IE9,IE10不能显示@font-face定义的字体

IE9,IE10不能显示css @font-face定义的字体,需要设置web服务器的配置,增加AddType AddType font/ttf .ttf AddType font/eot .eot AddType font/otf .otf AddType font/woff .woff...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部