会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我是来揍你的
博客园
首页
新随笔
联系
订阅
管理
2025年6月16日
Windows Server 2012R2 部署.Net Core
摘要: .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)
2024年5月25日
Linux 防火墙只允许指定IP 端口访问
摘要: 开启和关闭防火墙命令如下: 查看防火状态 systemctl status firewalld 2:暂时关闭防火墙 systemctl stop firewalld 3:永久关闭防火墙 systemctl disable firewalld systemctl stop firewalld.serv
阅读全文
posted @ 2024-05-25 22:19 我是来揍你的
阅读(3206)
评论(0)
推荐(0)
2024年2月7日
为Linux系统安装中文字体
摘要: 按顺序执行命令 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)
2021年12月23日
Windows下配置Nginx配置多个VUE前端项目
摘要: 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)
公告