自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 自动化框架--log日志封装-02

1 import logging.config 2 import logging 3 import configparser 4 import codecs 5 class Log(object): 6 def __init__(self): 7 cp = configparser.SafeConfigParser() 8 ...

2017-08-07 18:33:00 116

转载 自动化框架--log日志封装

一: 封装log模块, 在自动化测试中日志输出,在配置文件中配置需输出的位置 , 1为输出, 0不输出。1,console_output_on = 1 输出到控制台2,file_output_on =1 输出到txt文件中configparser 模块可以从配置文件中获取数据Log.py 1 import logging 2 import ...

2017-08-06 12:20:00 250

转载 python Excel数据读写(实例)

import xlrdimport xlwtfrom xlutils.copy import copyclass Excel: """ Excel表格封装 1. 读取Excel的数据 2. 数据写入到Excel中 """ def __init__(self): self.path = "E:...

2017-07-11 09:41:00 164

转载 jenkins + github托管代码 实现自动化

安装步骤:安装tomcat,将jenkins包放到webapp下启动tomcat在系统管理--Global TOOL Configuration中添加Git的本地的安装路径如:F:\Git\bin\git.exe需要给jenkins添加证书, Credentials--System--Add domain (新增)找到新增credentials点击新增证书。 依次勾选如下...

2017-07-11 09:38:00 139

转载 python Excel数据写入

import xlwtfrom xlrd import *from xlutils.copy import copyfrom datetime import datetimeimport timepath = r"H:\pycharm\untitled2\python_study\test\write.xlsx"def write(): """写入单...

2017-07-10 11:08:00 124

空空如也

空空如也

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

TA关注的人

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