Fork me on GitHub
摘要: 一、先准备一台可以访问的http服务器 (1.)先搭建可以访问的http的服务 安装httpd 服务 yum install httpd -y 开启httpd服务 systemctl start httpd 查看IP地址 ifconfig 进入httpd的目录文件夹 cd /var/www/html 阅读全文
posted @ 2020-10-22 10:57 Alex-Lzy 阅读(417) 评论(0) 推荐(0)