JAVA IDEA插件报错:com.intellij.diagnostic.PluginException: Icon cannot be found in ‘icons/lombok.svg’ 共计 349 个字符,预计需要花费 1 分钟才能阅读完成。 com.intellij.diagnostic.PluginException: Icon cannot be found in ̵... 01月05日 454 次浏览 发表评论 阅读全文
WordPress网站10W+数据,数据库查询优化。 WordPress在查询post列表时,默认会同时把文章数量也查询出来, 使用这种方式的有:get_posts 、query_posts和WP_Query。 get_posts在4.6.1+... 08月01日 WordPress技巧 740 次浏览 发表评论 阅读全文
WordPress大数据库查询优化 基于 WordPress 搭建的网站,因为数据越来越多,变得慢,怎样才能优化好呢,今天给大家分享的是由 MySQL 查询导致的 CPU 超负荷的解决方法。 一、Wordpress查询语句优化 Word... 08月01日 WordPress技巧 936 次浏览 发表评论 阅读全文
functions.php禁用SQL_CALC_FOUND_ROWS functions.php if ( ! function_exists( 'maizi_set_no_found_rows' ) ) { /* * 设置... 08月31日 WordPress技巧 832 次浏览 发表评论 阅读全文