WordPress优化,前端删除classic-themes.min.css的引入
在主题的函数文件function.php添加如下代码:/*remove classic-theme-styles CSS */ function brain1981_remove_wp_unused_css(){ wp_dequeue_style( 'classic-theme-styles' ); } add_action( 'wp_enqueue_scripts', 'brain198
在主题的函数文件function.php添加如下代码:/*remove classic-theme-styles CSS */ function brain1981_remove_wp_unused_css(){ wp_dequeue_style( 'classic-theme-styles' ); } add_action( 'wp_enqueue_scripts', 'brain198
帝国cms 伪静态的情况下,已删除文章状态码返回200,或者不存在的文章返回的也是200.在/e/action/show.php,在if(!$r['id']||$classid!=$r['classid'])里加上下方代码。 @header("HTTP/1.0 404 Not Found."); @header("status: 404 Not Foun
查看进程ps -ef |grep python关闭进程kill -9 xxxlinux下后台执行某个python脚本nohup python -u xxx.py > out.log 2>&1 &原文:https://www.shuzhiduo.com/A/lk5ajrxZd1/
oneinstack默认申请证书需要域名解析向主机,如果没解析就需要使用dnsapi。oneinstack在申请证书时会自动安装acme.sh,当然我们在申请证书时还是要检测下acme.sh有没有安装好。进入用户根目录:cd ~/查看有没有.acme.sh目录,如果有,说明acme.sh已经安装好。ls -al如果没有.acme.sh目录,执行下方命令安装acme.sh。curl https://
1、进入oneinstack目录cd ~/oneinstack2、查看数据库root密码grep dbrootpwd options.conf
版本:vim9.0。通过vim --version可以看到输出有下面的内容。 system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: &
请输入密码访问
查看时间各种状态:timedatectl设置系统时区为上海:timedatectl set-timezone Asia/Shanghai原文:https://blog.csdn.net/TomorrowAndTuture/article/details/113113861
UserID打开Telegram搜索@getuserID;在对话框中输入/star并发送,在自动回复的内容中一创数字即为UserID;Chat_ID浏览器打开https://api.telegram.org/bot<token>/getUpdates;在网页上显示的内容找到"my_chat_member":{"chat":{"id":-791552963,"title"……"from"
进入docker根目录:cd /mnt/nvme0n1p3/docker安装青龙面板: docker run -dit \ -v $PWD/ql/data:/ql/data \ -p 5700:5700 \ --name qinglong \ --hostname qinglong \ --restart unless-stopped \ whyour/qinglong: