摘要:
(三台都需要关闭防火墙 前两台需要安装dhcp ) 第一台linux(vmnet2)(192.168.1.1) vim /etc/sysconfig/network-scripts/ifcfg-ens33 网卡配置 配置IP 添加网关把第二台虚机的ip作为网关指向中继 BOOTPROTO=none 阅读全文
摘要:
import requests #导入模块 response = requests.get('http://www.baidu.com') print(response.status_code) #打印状态码 print(response.url) #打印请求url print(response.h 阅读全文