摘要: unittest给a56爆大奖在线娱乐们提供的跳过用例的方法 @unittest.skip(reason):@unittest.skipIf(condition, reason):condition为True时跳过用例 @unittest.skipUnless(condition, reason):当conditio 阅读全文
posted @ 2021-05-26 13:51 zntest 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/slindajj/article/details/80658489 文件的复制、重命名、移动和删除的操作:一、复制1、文件的复制 import os import shutil shutil.copy(u'F:\\learn_py\\testdata 阅读全文
posted @ 2021-05-24 14:25 zntest 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: 转发博客:https://xercis.blog.csdn.net/article/details/107516039 阅读全文
posted @ 2021-05-24 11:12 zntest 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 代码: import openpyxl ss=openpyxl.load_workbook("file.xlsx") #printing the sheet names ss_sheet = ss['Sheet'] ss_sheet.title = 'Fruit' ss.save("file.xls 阅读全文
posted @ 2021-05-21 17:09 zntest 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 转自:/zddwork/p/11780977.html Chrome 浏览器安装 ChroPath 插件 1.下载地址 http://www.cnplugins.com/devtool/chropath/download.html 2.安装方法 a.把下 阅读全文
posted @ 2021-05-19 18:47 zntest 阅读(115) 评论(0) 推荐(0) 编辑
摘要: a56爆大奖在线娱乐转载自: https://lz5z.com/Python%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F/ /fengff/p/1101 阅读全文
posted @ 2021-05-07 11:22 zntest 阅读(2539) 评论(0) 推荐(0) 编辑
摘要: 1、grep '2021-03-31 13:[3-4][0-9]' error.log -C10 这是查询13:30-13:49之间的日志 2、sed -n '/2021-03-31 13:[3-4][0-9]/p' error.log 这是查询13:30-13:49之间的日志 3、sed -n ' 阅读全文
posted @ 2021-03-31 15:01 zntest 阅读(1303) 评论(0) 推荐(1) 编辑
摘要: 参考博文:https://yuanrengu.blog.csdn.net/article/details/102366854?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-5.cont 阅读全文
posted @ 2021-03-03 14:16 zntest 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Woqurefan/wqrf_selenium https://blog.csdn.net/qq_22795513/article/details/102402169 阅读全文
posted @ 2021-02-20 16:32 zntest 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 链接:https://blog.csdn.net/l1028386804/article/details/106727314 阅读全文
posted @ 2021-02-18 10:06 zntest 阅读(205) 评论(0) 推荐(0) 编辑