Fork me on GitHub
摘要: .Net Core 部署环境搭建 Web部署环境: Windows Server 2012R2: 先安装VC更新包,如图安装顺序 装完需重启服务器(服务器版本高于2012 R2 忽略此步骤) 安装vc_redist.x64插件 安装 aspnetcore-runtime-2.2.1-win-x64 阅读全文
posted @ 2025-06-16 10:07 我是来揍你的 阅读(84) 评论(0) 推荐(0)
摘要: 开启和关闭防火墙命令如下: 查看防火状态 systemctl status firewalld 2:暂时关闭防火墙 systemctl stop firewalld 3:永久关闭防火墙 systemctl disable firewalld systemctl stop firewalld.serv 阅读全文
posted @ 2024-05-25 22:19 我是来揍你的 阅读(3206) 评论(0) 推荐(0)
摘要: 按顺序执行命令 yum install libgdiplus-devel -y 安装字体库: yum -y install fontconfig 安装成功后可在 /usr/share 目录下看到 fonts和 fontconfig 目录 添加中文字体到字体库中 在window下,C:Windowsl 阅读全文
posted @ 2024-02-07 14:58 我是来揍你的 阅读(197) 评论(0) 推荐(0)
摘要: VUE 打包好前端项目 下载Nginx http://nginx.org/en/download.html 使用稳定版,下载好后解压得到如下目录 将打包好的前端项目copy到html文件夹中 其中最主要的配置文件nginx.conf在conf文件夹中 原配置 1 server { 2 listen 阅读全文
posted @ 2021-12-23 15:51 我是来揍你的 阅读(1164) 评论(0) 推荐(0)