自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 Ubuntu network is unreachable解决方法

ifconfig什么地址都没有,ping其他主机就提示Ubuntu network is unreachable。1.手动设置IP:vim /etc/network/interfaces增加eth0:auto eth0#iface eth0 inet dhcppre-up ifconfig eth0 hw ether 08:00:27:75:1F:16iface eth0 ine...

2019-04-01 10:27:00 1754

转载 自动化测试登录

#coding=utf-8from selenium import webdriver#from selenium.webdriver.common.action_chains import ActionChainsfrom selenium.webdriver.support.ui import WebDriverWaitaccount='maizi_test@139.com'pwd=...

2017-11-01 11:04:00 135

转载 自动发送邮件-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'mail_user='******@163.com'#网易邮箱为网页版...

2017-07-05 17:15:00 123

转载 一次完整的自动化登录测试-2017-7-4

#coding=utf-8''' Created on 2017-7-4 @auther:Qigege project:登录测试用例'''import unittestfrom selenium import webdriverfrom selenium.webdriver.firefox.firefox_binary import FirefoxBinaryimport ...

2017-07-04 15:31:00 108

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除