自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 获取sonarqube项目信息

# -*- coding: UTF-8 -*-import requestsimport jsonimport xlwtimport xlrdfrom xlrd import open_workbookimport openpyxl from xlutils.copy import copycount=0import datetime#获取所有项目keyurl="http://10.119.169.6:9000/api/components/search_proj

2021-02-26 17:38:57 460

原创 保持浏览器常开,电脑不自动锁屏

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>I need you still work!</title> </head> <body bgcolor="#215E21"> <script type="

2021-02-26 17:23:15 968

原创 python实现outlook发送邮件带附件

-- coding: utf-8 --@Time : 2020/12/29 14:01@Author : Sarah Qiuimport win32com.client as win32addressee = ‘test@qq.com’ # 收件人邮箱file_path = r"D:\Projects\TestData%s.txt" % i # 获取邮件附件class send_email():def outlook(self):olook = win32.Dispatch(“

2021-02-26 17:21:35 834

原创 Jenkins持续集成步骤

def getDay(){return new Date().format(‘yyyyMMdd’)}pipeline{agent{label ‘jenkins-slave-XXX.XXX.XXX.XXX’}environment{ currentDay = getDay()}parameters{ choice(name: 'isRun', choices: ['True','False'], description: '请填写是否运行任务') choice(name

2021-01-29 14:58:54 281

原创 python + pytest + Allure框架实现接口自动化

1.依赖包python 3.7.4requests_html 0.10.0PyMySQL 0.9.3allure_pytest 2.8.5allure_python_commons 2.8.5Faker 2.0.3pytest 5.2.0requests 2.22.0paramiko

2020-12-11 10:09:08 625 1

原创 Git日常使用

Git生成公钥和私钥https://www.cnblogs.com/lz0925/p/10725010.html

2020-12-11 10:08:13 81

原创 Jmeter实操

1.生成报告命令:jmeter -n -t C:\Users\sarahqiu\Desktop\KCC_login.jmx -l report.jtl -e -o C:\Users\sarahqiu\Desktop\result

2019-10-24 17:07:18 145

原创 超大文件打开工具pilotedit

大文件打开工具pilotedit

2019-09-02 15:52:08 1326

原创 【bat】脚本汇总

1.批量重命名当前目录所有文件夹下的各级文件,将avi改成zipset DIR=%cd%echo %DIR%for /f “delims=” %%i in (‘dir /ad/b/s “%DIR%”’) do (ren %%i/*.avi *.zip)

2019-07-18 15:49:48 279

原创 【NotePad】实用操作

1.正则表达:字符串text:to_timestamp(1232sdjfsf),to_timestamp(1:123rgdf),to_timestamp(wer3332sdjfsf)查找字符串中,带to_timestamp且开头为(,结尾为)的字符串,全部替换正则表达式为:to_timestamp((.*?))2.查找汉字:[一-龥!-~]...

2019-07-18 11:13:45 141

原创 【持续更新】实用sql语法汇总

1.SQLServer,查询某个数据库中的所有表的记录总数select a.name as aa, b.rows as bb from sysobjects as a, sysindexes as bwhere a.id = b.id and a.xtype=‘u’ order by bb desc

2019-07-09 09:45:10 143

转载 【转载】RobotFramework Selenium2 关键字

*** Settings ***Library Selenium2Library*** Keywords ***Checkbox应该不被选择[Arguments] ${locator}Checkbox Should Not Be Selected ${locator}Frame应该包含文本[Arguments] ${locator} $...

2019-03-01 10:08:44 370

原创 【持续更新】robotframework+python3自动化测试遇到的问题

1.IE浏览器做自动化,可能会碰到浏览器打不开的现象,此时只需要在你的robot脚本中添加如下代码就ok:${settings} Evaluate sys.modules['selenium.webdriver'].DesiredCapabilities.INTERNETEXPLORER sys,selenium.webdriverSet To Dictionary ...

2019-01-30 17:48:51 1254

原创 RobotFramework+TestLink回填结果

欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。新的改变我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:全新的界面设计 ,将会带来全新的写作体...

2019-01-30 14:41:03 1039 1

空空如也

空空如也

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

TA关注的人

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