06 2020 档案

摘要:1、ChainMap(a,b) 说明:“合并”后的字典如果仅做查询作用,适合使用这个方法。ChainMap方法仅是在逻辑上“合并”字典。 例如字典A、B,通过ChainMap方法合成字典C。 查询字典C时实际上是先查询字典A,字典A中有对应的Key值则返回Value值,如果字典A中没有对应的Key值 阅读全文
posted @ 2020-06-22 16:40 hiayap 阅读(2292) 评论(0) 推荐(0) 编辑
摘要:一、添加图像 1、添加图像 语法如下: <img src="绝对/相对图像文件地址"> 二、设置图像属性 1、设置图片长、宽、边框 语法如下: <img src=".图像文件地址" alt="" height="数值" width="数值" border="数值"> 2、图像间距与对齐方式 1)调整 阅读全文
posted @ 2020-06-11 17:18 hiayap 阅读(296) 评论(0) 推荐(0) 编辑
摘要:一、标题 1、文本标记 标题标记共6个:<h1>、<h2>、<h3>、<h4>、<h5>、<h6>。 其中<h1>标记表示最大的标题,<h6>标记表示最小的标题 标题标记语法如下: <h1>文本内容</h1> 2、标题的对齐方式:left、center、right 默认情况是左对齐,可通过对标题标记 阅读全文
posted @ 2020-06-10 10:16 hiayap 阅读(229) 评论(0) 推荐(0) 编辑
摘要:机器:64位windows7 RIDE安装 一、安装环境 1、PC:windows7-64位 二、安装顺序 1、Python --> wxPython --> robotframework --> robotframework-ride 三、详细下载安装过程 参考资料来源:微信公众号RobotFra 阅读全文
posted @ 2020-06-03 11:05 hiayap 阅读(253) 评论(0) 推荐(0) 编辑
摘要:#coding=utf-8 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from PIL import Image import time from f 阅读全文
posted @ 2020-06-03 11:01 hiayap 阅读(304) 评论(0) 推荐(0) 编辑
摘要:一、获取cookie #coding=utf-8 from selenium import webdriver from PIL import Image import time global driver try: driver = webdriver.Chrome() driver.maximi 阅读全文
posted @ 2020-06-01 17:24 hiayap 阅读(1903) 评论(0) 推荐(1) 编辑

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