当前位置:首页 > 第2页

HTML简单代码实现网站公告弹窗通知

xiaolan4年前 (2021-06-08)教程
HTML简单代码实现网站公告弹窗通知
html+css提示框/弹窗公告实例,在</body>前插入以上代码。1.刷新页面弹窗一次代码:<!--弹窗代码开始--> <div class="web_notice" style="position: f...

解除宝塔开防火墙进不去方法

xiaolan4年前 (2021-03-18)教程
远程vnc,登录后输入关闭防火墙命令执行就可以先停止 sudo systemctl stop firewalld后禁止 sudo systemctl disable firewalld...