摘要:
开启和关闭防火墙命令如下: 查看防火状态 systemctl status firewalld 2:暂时关闭防火墙 systemctl stop firewalld 3:永久关闭防火墙 systemctl disable firewalld systemctl stop firewalld.serv 阅读全文
摘要:
按顺序执行命令 yum install libgdiplus-devel -y 安装字体库: yum -y install fontconfig 安装成功后可在 /usr/share 目录下看到 fonts和 fontconfig 目录 添加中文字体到字体库中 在window下,C:Windowsl 阅读全文
摘要:
VUE 打包好前端项目 下载Nginx http://nginx.org/en/download.html 使用稳定版,下载好后解压得到如下目录 将打包好的前端项目copy到html文件夹中 其中最主要的配置文件nginx.conf在conf文件夹中 原配置 1 server { 2 listen 阅读全文