骄傲的赛亚人

上一页 1 ··· 5 6 7 8 9

2020年5月7日

Jenkins无法导入测试报告生成的cs,jss文件

摘要: 在脚本命令行添加命令后保存 阅读全文

posted @ 2020-05-07 16:51 骄傲的赛亚人 阅读(110) 评论(0) 推荐(0) 编辑

2020年4月15日

jenkins与allure集成

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2020-04-15 17:01 骄傲的赛亚人 阅读(4) 评论(0) 推荐(0) 编辑

2019年12月16日

python报错Enable tracemalloc to get the object allocation traceback

摘要: 做自动化的时候会遇到用例运行成功了但还是有报错 问题不大很好解决,添加两行代码就能解决 阅读全文

posted @ 2019-12-16 15:27 骄傲的赛亚人 阅读(12540) 评论(0) 推荐(0) 编辑

2019年12月12日

解决pycharm每次新建项目都要重新安装一些第三方库的问题

摘要: https://www.jb51.net/article/154793.htm 阅读全文

posted @ 2019-12-12 20:56 骄傲的赛亚人 阅读(690) 评论(0) 推荐(0) 编辑

2019年12月5日

用python正则表达式提取字符串

摘要: 转自:https://www.cnblogs.com/qkloveslife/p/9269553.html 阅读全文

posted @ 2019-12-05 16:47 骄傲的赛亚人 阅读(473) 评论(0) 推荐(0) 编辑

beautiful soup解析html获得数据

摘要: 转自https://blog.csdn.net/i_chaoren/article/details/63282877 https://blog.csdn.net/liugaoxingliushi/article/details/87899448 阅读全文

posted @ 2019-12-05 16:42 骄傲的赛亚人 阅读(126) 评论(0) 推荐(0) 编辑

列表字符串互转

摘要: 1. 字符串转列表 str1 = "hi hello world" print(str1.split(" "))输出:['hi', 'hello', 'world'] 2. 列表转字符串 l = ["hi","hello","world"] print(" ".join(l))输出:hi hello 阅读全文

posted @ 2019-12-05 16:32 骄傲的赛亚人 阅读(194) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9

导航