09 2019 档案
摘要:学习博客: https://blog.csdn.net/l403040463/article/details/79235670 使用, 添加web 网页的监控。
阅读全文
摘要:学习参考博客: https://www.cnblogs.com/meil/archive/2012/05/24/2516055.html ADB(Android Debug Bridge)是Android SDK中的一个工具, 使用ADB可以直接操作管理Android模拟器或者真实的Andriod设
阅读全文
摘要:在使用selenium进行抓取url的时候,试图使用find_elements_by_xpath来获取。 因此想当然的直接使用XPATH的语法进行获取属性 事例缩略后xml结构如下 <div class="qg-limit-list" data-spm="1998564503" data-spm-max-idx> <a href="//item.taobao.com/item.htm?spm=a2
阅读全文
摘要:场景 Expected Conditions的使用场景有2种 直接在断言中使用 与WebDriverWait配合使用,动态等待页面上元素出现或者消失 方法注释 先翻译一下这些方法的用法 title_is: 判断当前页面的title是否精确等于预期 title_contains: 判断当前页面的tit
阅读全文
摘要:转自博客:https://blog.csdn.net/may_ths/article/details/84032217 激活码到期时间: 2020.06
阅读全文
摘要:import time def wrapper(fn): t = 0 def inner(*args, **kwargs): nonlocal t tt = time.time() if tt - t >= 10: t = time.time() return fn(*args, **kwargs) else: print("限制访问") return inner def wrapper_agai
阅读全文
摘要:""" random random.random() # 0-1之间的小数 random.uniform() # 小数 (m,n) random.randint() 随机整数 [m,n] random.choice() 从列表中随机选择一个 random.sample() 从列表中随机选择n个 rando...
阅读全文
摘要:清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://p
阅读全文

浙公网安备 33010602011771号