我们一般使用的运营商的宽带默认使用的是公共DNS解析服务,但是公共DNS会存在不安全问题、广告问题、行... linux安装AdGuard公共/私人DNS广告拦截服务 2年前 (2023-02-19) 312 0
彩虹kangle命令:yum -y install wget;wget http://kangle.cccyun.cn/start;sh start彩虹Kangle一键脚本... 如何搭建CDN 2年前 (2023-01-30) 303 0
两种简单利用JS代码屏蔽PC端访问方法。第一种:<script type="text/javascript">if(window.screen... 利用 js简单屏蔽pc端访问 2年前 (2023-01-19) 311 0
在functions.php里添加//文章内链接新窗口打开function autoblank($text) { $return = str_replace('<... WordPress文章内容里的超链接使用新窗口打开 2年前 (2023-01-16) 227 0
在functions.php里添加//评论加图片add_action('comment_text', 'comments_embed_img', 2);function com... WordPress评论区添加图片代码并自动显示 2年前 (2023-01-16) 328 1
在functions.php里添加//后台登陆数学验证码function myplugin_add_login_fields() { //获取两个随机数,... WordPress后台登陆设置需要填写数学验证码 2年前 (2023-01-16) 292 1
在functions.php里添加//文章内网址URL自动生成超链接add_filter('the_content', 'make_clickable'); WordPress文章内容URL自动生成超链接 2年前 (2023-01-16) 221 0