技术
归档于 技术 的文章
GitHub:https://github.com/yenche123/podcast-together
预览地址:fm.lemonsjtu.cn/
官方下载链接:http://typecho.org/download
好久没写博客了,终于是支持PHP7了。目前支持7.2版本。
1,完全禁用 SQL_CALC_FOUND_ROWS,放到functions.php文件中即可
add_action('pre_get_posts', 'wndt_post_filter'); …
select 字段,count(*) as count from 数据表 group by 字段 having count>1;
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta …