摘要: Python列表切片Python中符合序列的有序序列都支持切片(slice),例如列表,字符串,元组。切片操作基本表达式:object[start_index : end_index : step] 切片表达式包含两个":" ,用于分隔三个参数(start_index、end_index、step) 阅读全文
posted @ 2023-05-31 10:20 苍耳冬阳 阅读(44) 评论(0) 推荐(0) 编辑
摘要: check_td = {'TargetApplication': TargetApplication,'UserId': UserId, 'UserName': UserName, 'CreatedDate': date, 'LastRetryDate': LastRetry_Date, 'Numb 阅读全文
posted @ 2022-03-04 14:41 苍耳冬阳 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 操作mongoDB 和SQLServerDB的方法 import traceback, pyodbcfrom pymongo import MongoClientfrom pymongo.errors import ConnectionFailurefrom Utilities.logger imp 阅读全文
posted @ 2022-03-01 12:26 苍耳冬阳 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-01 12:24 苍耳冬阳 阅读(9) 评论(0) 推荐(0) 编辑
摘要: http://t.zoukankan.com/crystal1126-p-12580953.html https://www.csdn.net/tags/MtTaIgysODA4MzE2LWJsb2cO0O0O.html https://blog.csdn.net/qq_39208536/artic 阅读全文
posted @ 2022-03-01 10:14 苍耳冬阳 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 浏览器后台执行测试用例options = webdriver.ChromeOptions()###web浏览器后台执行options.add_argument('headless') 阅读全文
posted @ 2022-03-01 09:59 苍耳冬阳 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 设置全局变量 方法一: 导入环境变量的json文件 home--Environments--Globals--import--select json feil 方法二: Collections-API-Pre-request Script- dev getToken code const getAm 阅读全文
posted @ 2022-02-26 10:15 苍耳冬阳 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 创建大量的对象 对于主要当成简单的数据结构类而言,通过添加__slots__属性来极大的减少实例所占用的内存eg: class Date: __slots__ = ['year', 'month', 'day'] def __init__(self, year, month, day): self. 阅读全文
posted @ 2022-02-26 09:51 苍耳冬阳 阅读(43) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-05-21 17:11 苍耳冬阳 阅读(1) 评论(0) 推荐(0) 编辑