鼠标操作 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains driver=webdriver.Chrome(r"C:\Users\JChen46\Downlo ...
分类:
Web程序 时间:
2020-03-20 10:41:34
阅读次数:
80
Design Compiler Power Simulation Although in a common DC flow, the power consumption is calculated and reported, it is not quite accurate since the sw ...
分类:
其他好文 时间:
2020-03-18 21:37:06
阅读次数:
102
from openpyxl import load_workbookfrom common.do_config import cfgfrom common.constant import DATA_FILE_PATH #用例excel存放的路径class HandleExcel: """ 定义处理e ...
分类:
编程语言 时间:
2020-03-18 15:48:04
阅读次数:
81
定义执行用例开始、结束,写入公共模块中,脚本如下: myunit.py import unittest from TB_test.common.TB_caps import appium_desired import logging class startend(unittest.TestCase) ...
分类:
移动开发 时间:
2020-03-18 15:44:07
阅读次数:
67
简介 该反序列化的gadget存在与coherence包中。具体可以见分析 构造chain类似于common collection的chain,可以照葫芦画瓢。 mvn 好像不能下载coherence包,很奇怪,直接下jar包就行。 反序列化的对象,通过t3发送给weblogic即可。所以,这个只是 ...
分类:
Web程序 时间:
2020-03-18 13:50:28
阅读次数:
170
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2020-03-18 11:13:53
阅读次数:
47
记录一下这几天刷的后缀自动机的题目 "Glass Beads UVA 719" 求 $S$ 循环同构的最小表示 将 $S$ copy 成 $SS$ 后建出后缀自动机,按字典序走 $n$ 步即可 代码 "Longest Common Substring SPOJ LCS" 求两个串的最长公共子串 对第 ...
分类:
其他好文 时间:
2020-03-17 19:45:45
阅读次数:
76
一.Object转换成Map,支持下划线转换成map import com.google.common.base.CaseFormat; import com.google.common.base.Converter; class Utils{ private static Converter<St ...
分类:
其他好文 时间:
2020-03-17 14:04:04
阅读次数:
174
selenium中的Exception解释 exception selenium.common.exceptions.ElementClickInterceptedException(msg=None, screen=None, stacktrace=None) 元素被遮盖导致无法取到 except ...
分类:
其他好文 时间:
2020-03-17 00:06:04
阅读次数:
73
上一节我们知道了SRP的作用和基本用法,现在来看一下我们的主角--URP是个怎样的管线把! Unity2019.3及之后的版本才能看到URP这个package,前身是LWRP,可以创建默认管线项目然后手动导入,或者直接创建URP项目。导入之后我们开始分析URP的代码: 回到我们最开始学习SRP时的感 ...
分类:
其他好文 时间:
2020-03-16 19:19:58
阅读次数:
393