日期: 2024 年 10 月 14 日

3 篇文章

前端 Invalid Host header【已解决】
这个是最近调试的一套系统遇到的,A服务器运行服务,B服务器转发代理A的服务,C主机浏览器客户端访问B代理的A服务时,空白网页返回的提示 Invalid Host header 后面研究了一下,B是不需要改动的,调整A本身的服务即可,有几种情况 uinapp 首先是uinapp的H5服务中的 manifest.json 文件,修改或是追加 disab…
终端临时网络代理
示例: export http_proxy="http://127.0.0.1:7890" export https_proxy="http://127.0.0.1:7890" export socks_proxy="http://127.0.0.1:7890" 关掉后就没了
常用镜像源【备忘】
npm npm config set registry https://registry.npmmirror.com //其他 npm 官方原始镜像网址是:https://registry.npmjs.org/ 淘宝最新 NPM 镜像:https://registry.npmmirror.com 阿里云 NPM 镜像:https://npm.ali…