会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Qigege
博客园
首页
新随笔
联系
管理
订阅
2019年4月1日
Ubuntu network is unreachable解决方法
摘要: 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
阅读(12275)
评论(0)
推荐(0)
2017年11月1日
自动化测试登录
摘要: #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
阅读(292)
评论(0)
推荐(0)
2017年7月5日
自动发送邮件-2017-7-5
摘要: #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
阅读(248)
评论(1)
推荐(0)
2017年7月4日
一次完整的自动化登录测试-2017-7-4
摘要: #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
阅读(213)
评论(0)
推荐(0)
公告