在我们进行测试的过程中,经常会遇到点开超链接打开另一个新窗口的情况,即 target="_blank",这种情况下,如果要在新窗口进行操作,需要将焦点移到新窗口上,本文将介绍这种情况的处理 切换窗口的方法: 1.获取当前页面窗口的句柄 current_window_handle 2.获取所有页面窗口 ...
分类:
其他好文 时间:
2020-05-19 13:04:20
阅读次数:
72
remote: Incorrect username or password ( access token ) fatal: Authentication failed for 'https://gitee.com/***/***.git/ 1. 解决办法 清除本地的gitee的账号 git con ...
分类:
Web程序 时间:
2020-05-19 12:46:39
阅读次数:
154
function P() {} var p1 = new P(); P.prototype.age = 18; P.prototype = { constructor: P, name: 'zz' } P.prototype.num = 20; P.prototype.age = 22; conso ...
分类:
其他好文 时间:
2020-05-19 10:29:51
阅读次数:
55
Description Given an integer array , find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Examp ...
分类:
其他好文 时间:
2020-05-18 22:47:34
阅读次数:
65
js中数组Array的push,unshift,以及ES6语法中的map、find、filter、reduce用法 ...
分类:
编程语言 时间:
2020-05-18 21:05:28
阅读次数:
63
Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be fille ...
分类:
其他好文 时间:
2020-05-18 20:55:26
阅读次数:
60
开始在网上找资料安装的时候踩了一点坑,来总结一下经验 直接安装 安装 pip install turtle 会提示错误:Command "python setup.py egg_info" failed with error code 1 解决方法 1.直接找到turtle 0.0.2(地址是这个) ...
分类:
编程语言 时间:
2020-05-18 17:02:47
阅读次数:
557
Sphinx在使用的时候报错Query failed: index xxxx: sort-by attribute 'xxxx' not found。第一个xxxx是索引的名称,第二个xxxx是字段的名称。 出现这个问题的原因是:在索引中没有查找到要排序检索的字段。 但是奇怪的是明明在创建索引文件的 ...
分类:
其他好文 时间:
2020-05-18 01:00:58
阅读次数:
71
package cn.itcast.travel.dao.impl;import cn.itcast.travel.dao.RouteDao;import cn.itcast.travel.domain.Route;import cn.itcast.travel.util.JDBCUtils;imp ...
分类:
其他好文 时间:
2020-05-18 00:44:46
阅读次数:
80