摘要: # -*- coding: utf-8 -*-import timeimport platform# import pytesseract# from PIL import Image def generate_stamp(prefix = '', suffix = ''): t = time.lo 阅读全文
posted @ 2019-12-03 17:41 燕十三丶 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Move Over and Click Link [Documentation] 等待悬浮菜单中的元素出现并单击元素 [Arguments] ${hover_locator} ${opt_locator} Sleep 1s Wait Until Element Is Visible ${hover_ 阅读全文
posted @ 2019-12-03 15:19 燕十三丶 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Wait and Click Element [Documentation] 等待元素出现并单击元素 [Arguments] ${locator} Wait Until Element Is Visible ${locator} 10s # Sleep 0.5s Click Element ${lo 阅读全文
posted @ 2019-12-03 14:27 燕十三丶 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 两个对象,一个是"xyx",一个是指向"xyx"的引用对象 s 阅读全文
posted @ 2019-12-03 11:12 燕十三丶 阅读(439) 评论(0) 推荐(0) 编辑
摘要: :System.gc() 或 Runtime.getRuntime().gc() 。 阅读全文
posted @ 2019-12-03 11:10 燕十三丶 阅读(142) 评论(0) 推荐(0) 编辑
摘要: string类是final类,不可以被继承 阅读全文
posted @ 2019-12-03 10:36 燕十三丶 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 不对,如果两个对象x和y满足x.equals(y) == true,它们的哈希码(hash code)应当相同。Java对于eqauls方法和hashCode方法是这样规定的:(1)如果两个对象相同(equals方法返回true),那么它们的hashCode值一定要相同;(2)如果两个对象的hash 阅读全文
posted @ 2019-12-03 10:34 燕十三丶 阅读(294) 评论(0) 推荐(0) 编辑
AmazingCounters.com