09 2021 档案
摘要:Centos 使用 httpd 创建本地 yum 源 下载 Centos 完整 DVD iso 下载地址自行百度,这类我使用 centos 7.6 ,文件名:CentOS-7-x86_64-DVD-1810.iso 安装 httpd yum install httpd -y systemctl st
阅读全文
摘要:vue 项目初始化出现 tar ENOENT: no such file or directory 错误的解决办法 在初始化项目时 npm install 时,出现了 tar ENOENT: no such file or directory 报错。 原因:node 的版本问题,前面项目使用了老版本
阅读全文