baseUrl
-
CentOS 7 yum安装软件提示 cannot find a valid baseurl for repo:base/7/x86_64 的解决方法
1、ping检查网络是否正常 ping 114.114.114.114 2、打开vi /etc/resolv.conf文件 把里面的内容改成: nameserver 8…
-
request请求封装
import axios from “axios”; const baseUrl = “http:/123.57.50.179:8900”; const getRequest = …
-
CentOS 8 使用yum 安装软件失败
一些事项 用 yum 安装 git 失败Failed to download metadata for repo ‘appstream’ 原因是 CentO…
-
在 Yii 2 高级项目模板 上的基于 Nginx 的单域名配置
1、现阶段的目录结构中有3个应用,分别为:frontend、backend、api,其域名分别配置为:http://www.channel-pub-api.localhost/ 、…