随笔 - 44  文章 - 0  评论 - 2  阅读 - 53295 
03 2022 档案
xpath定位:根据元素的某个属性的部分内容定位 contains模糊定位
摘要://标签[contains(@属性,'属性值')] 阅读全文
posted @ 2022-03-27 21:53 木木-林 阅读(90) 评论(0) 推荐(0) 编辑
playwright 进入调试模式
摘要:https://playwright.dev/python/docs/inspector 设置PWDEBUG环境变量以在调试模式下运行脚本。这会配置 Playwright 以进行调试并打开检查器。 打开方式: 1、bash模式:PWDEBUG=1 pytest -s 2、powershell模式: 阅读全文
posted @ 2022-03-25 15:51 木木-林 阅读(1661) 评论(0) 推荐(0) 编辑
postgres 之json
摘要:https://www.postgresql.org/docs/9.3/functions-json.html https://www.cnblogs.com/VicLiu/p/11940524.html https://www.runoob.com/manual/PostgreSQL/index. 阅读全文
posted @ 2022-03-14 23:48 木木-林 阅读(416) 评论(0) 推荐(0) 编辑
clickhouse 之常用函数
摘要:计算time1+time2<=3000的总个数 select countIf(time1+time2<=3000) from table 计算求a*b大于等于0的和 select sumIf(a*b,a*b>=0) from table 查找列表中包含某个id的数据 ['aa','bb'] sele 阅读全文
posted @ 2022-03-14 23:43 木木-林 阅读(1136) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示