摘要: ifconfig什么地址都没有,ping其他主机就提示Ubuntu network is unreachable。 1.手动设置IP:vim /etc/network/interfaces增加eth0:auto eth0#iface eth0 inet dhcp pre-up ifconfig et 阅读全文
posted @ 2019-04-01 10:27 Qigege 阅读(11135) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8from selenium import webdriver#from selenium.webdriver.common.action_chains import ActionChainsfrom selenium.webdriver.support.ui import 阅读全文
posted @ 2017-11-01 11:04 Qigege 阅读(289) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8''' Created on 2017-7-5 @auther:Qigege Project:发送邮箱测试'''import smtplibfrom email.mime.text import MIMEText#SMTP服务器mail_host='smtp.163.com 阅读全文
posted @ 2017-07-05 17:15 Qigege 阅读(242) 评论(1) 推荐(0) 编辑
摘要: #coding=utf-8''' Created on 2017-7-4 @auther:Qigege project:登录测试用例'''import unittestfrom selenium import webdriverfrom selenium.webdriver.firefox.fire 阅读全文
posted @ 2017-07-04 15:31 Qigege 阅读(205) 评论(0) 推荐(0) 编辑