上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: Nginx在windows下常用命令: 启动:直接点击Nginx目录下的nginx.exe 或者 cmd运行start nginx 关闭nginx -s stop 或者 nginx -s quit stop表示立即停止nginx,不保存相关信息 quit表示正常退出nginx,并保存相关信息 ngi 阅读全文
posted @ 2022-12-02 17:27 绯颜旧雨 阅读(98) 评论(0) 推荐(0) 编辑
摘要: NGINX安装 一、下载相关文件 1、nginx 地址:http://nginx.org/en/download.html 2、Windows Service Wrapper 地址:http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/ 二、 阅读全文
posted @ 2022-12-02 17:16 绯颜旧雨 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 关于VUE 用history模式iis部署后刷新404错误!!! iis 下载 iis URLWtite 重写工具。下载地址:https://www.iis.net/downloads/microsoft/url-rewrite,如果iis找不到url重写,重启电脑。 点击iis url重写按钮添加 阅读全文
posted @ 2022-12-02 17:06 绯颜旧雨 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 安装时报错,版本过高检测报错 命令后追加 --force npm install xxx --force 阅读全文
posted @ 2022-12-01 10:41 绯颜旧雨 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 父组件key值不同即可重新渲染组件,每次打开dialog修改diaid值刷新数据 <el-dialog v-model="isDia" :title="diaTiTle" width="37%" style="font-weight: 'bold'" center @open="openDia" @ 阅读全文
posted @ 2022-09-18 18:17 绯颜旧雨 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 一、错误信息说明当运行ASP.NET Core中的Web Api解析DataTable类型时,出现错误: System.Text.Json.JsonException: A possible object cycle was detected which is not supported. This 阅读全文
posted @ 2022-09-14 12:49 绯颜旧雨 阅读(373) 评论(0) 推荐(0) 编辑
摘要: Eslint介绍Eslint 是一个JavaScript验证工具,有了它可以让你的编辑器像ide一样进行一些静态的错误提示功能. npm install eslint -g 项目需要安装的插件 "babel-eslint": "^8.0.3", "eslint": "^4.13.1", "eslin 阅读全文
posted @ 2022-08-31 17:24 绯颜旧雨 阅读(119) 评论(0) 推荐(0) 编辑
摘要: npm 安装 报错 npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! 问题原因安装的包与已经存在的包有冲突 解决办法npm install xxx -- force或者npm install xx 阅读全文
posted @ 2022-08-25 12:59 绯颜旧雨 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 函数参数添加$event即自身的回调参数。 阅读全文
posted @ 2022-07-02 18:13 绯颜旧雨 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 项目动态库访文无权限,文件添加用户权限“authenticcated Users”,赋予读取修改权限。 阅读全文
posted @ 2022-03-26 20:15 绯颜旧雨 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页