2021年12月21日

每日一题

摘要: 2021-06-06 题目:输入某年某月某日,判断这一天是这一年的第几天? 解题: year = int(input("请输入年:")) moth = int(input("请输入月:")) day = int(input("请输入日:")) #闰年:能被4整除,不能被100整除,能被400整除,平 阅读全文

posted @ 2021-12-21 16:39 Cc01 阅读(28) 评论(0) 推荐(0) 编辑

2021年11月6日

模块二 selenium IDE用例录制

摘要: 课程大纲 下载,安装 启动IDE IDE的使用 官网:https://www.selenium.dev/ 下载安装路径:https://www.selenium.dev/selenium-ide/ chrome不能国内下载,firefox可以直接安装 确定是否安装成功 双击 弹出这个框 录制第一个i 阅读全文

posted @ 2021-11-06 10:14 Cc01 阅读(43) 评论(0) 推荐(0) 编辑

模块一 selenium安装

摘要: 、安装 driver配置 下载路径:https://npm.taobao.org/mirrors/chromedriver 根据chrome的版本下载 selenium环境安装配置:https://ceshiren.com/t/topic/58/2 下载后解压,然后安装环境变量 本节课程代码: # 阅读全文

posted @ 2021-11-06 08:57 Cc01 阅读(33) 评论(0) 推荐(0) 编辑

2021年5月31日

Linux加餐福利课

摘要: linux三剑客 grep 文本过滤查找【全局正则表达式匹配】 sed awk 阅读全文

posted @ 2021-05-31 19:39 Cc01 阅读(25) 评论(0) 推荐(0) 编辑

模块五 Bash脚本编写

摘要: bash脚本的基本使用 菜鸟教程:https://www.runoob.com/linux/linux-shell-variable.html read命令 read命令使用 脚本的参数传递 基本运算 运算2 运算3 bash与linux命令的组合 bash与目录命令 bash与内存 实战部分: 默 阅读全文

posted @ 2021-05-31 09:19 Cc01 阅读(58) 评论(0) 推荐(0) 编辑

2021年5月12日

爬虫

摘要: import requests from bs4 import BeautifulSoup import os BASE_DIR = os.path.dirname(os.path.abspath(__file__)) print(BASE_DIR) url = 'https://www.autoh 阅读全文

posted @ 2021-05-12 22:52 Cc01 阅读(35) 评论(0) 推荐(0) 编辑

2021年4月14日

赠送课程

摘要: selenium自动化测试项目 测试代码知识点: 运行测试类需要继承tunittest,testcase类 setup()测试准备方法,用于环境初始化 teardown()测试结束方法,用于环境清理 所有测试执行方法需要用test_开头 两个测试方法执行方法test_webui_1(),test_w 阅读全文

posted @ 2021-04-14 11:09 Cc01 阅读(36) 评论(0) 推荐(0) 编辑

2021年4月13日

jenkins 直播~

摘要: 预习帖 https://ceshiren.com/t/topic/11707 阅读全文

posted @ 2021-04-13 14:01 Cc01 阅读(28) 评论(0) 推荐(0) 编辑

2021年4月12日

3-jenkins job机制

摘要: ####修改时区: System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asia/Shanghai') 点击run之后,会出现 则表示设置成功 ####安装插件 参考网址:https://updates.jenkins. 阅读全文

posted @ 2021-04-12 12:18 Cc01 阅读(71) 评论(0) 推荐(0) 编辑

2021年4月10日

lufei-jenkins

摘要: 阅读全文

posted @ 2021-04-10 14:52 Cc01 阅读(45) 评论(0) 推荐(0) 编辑

导航