当做UI自动化的时候,有时候明明表达式写的没有问题,就是定位不到 。。这是为啥嘞 咱拿登录qq邮箱做个示范 不论是xpath定位还是直接ui或name定位,直接u就对了 。 这是初学最容易犯的问题,因为初学ui自动化,想着找一个网站去试验 ,一般都是常用的,比如邮箱登录啊,空间登录啊,等等,这种网址 ...
分类:
编程语言 时间:
2020-07-23 16:00:56
阅读次数:
97
kubernetes(k8s)DNS 服务反复重启解决: k8s.io/dns/pkg/dns/dns.go:150: Failed to list *v1.Service: Get https://10.96.0.1:443/api/v1/services?resourceVersion=0: d ...
本章节主要介绍pg创建的流程,主要包括两部分,第一部分是创建pg在mon上跳转的流程。第二部分是osd端的pg创建流程。
分类:
其他好文 时间:
2020-07-22 02:20:49
阅读次数:
151
Proxy安装程序1、安装mariadb首先需要安装mariadb-serveryuminstall-ymariadb-server启动服务[root@VM_0_13_centosweb]#systemctlstartmariadb.service添加到开机启动[root@VM_0_13_centosweb]#systemctlenablemariadb.service2、获取/zabbix-pr
分类:
其他好文 时间:
2020-07-21 11:40:06
阅读次数:
102
curl -o /dev/null -s -w %{time_namelookup} %{time_connect} %{time_starttransfer} %{time_total} %{speed_download}"\n" https://www.baidu.com -o:把curl 返回 ...
分类:
Web程序 时间:
2020-07-20 15:33:07
阅读次数:
111
{"msg":"Could not marshal [ResultVo [code=100, result=null, message=ok, exception=null, data=null]]: null; nested exception is javax.xml.bind.MarshalException\n - with linked exception:\n[com.sun.istack.SAXException2: unable to marshal type \"com.domain.ResultVo\" as an element because it is missing an @XmlRootElement annotation]","errorcode":2}
分类:
其他好文 时间:
2020-07-20 11:05:43
阅读次数:
87
Netty是基于主从Reactor模型的 BossGroup只关系Accpet(连接的建立) 维护selector 接收到Accpet事件后 获取到对应的SocketChannel 并封装成NIOSocketChannel并注册到Worker,进行维护,当Woker监听到selector 中通道发生 ...
分类:
Web程序 时间:
2020-07-20 11:00:34
阅读次数:
70
#coding=utf-8import pymysql# #查询# def connMySQL():# try:# conn=pymysql.connect('localhost','root','admin')# conn.select_db('five')# except Exception a ...
分类:
数据库 时间:
2020-07-20 10:24:01
阅读次数:
133
sqlplus /nolog connect / as sysdba select * from v$flash_recovery_area_usage show parameter db_recover alter system set db_recovery_file_dest_size=50G ...
分类:
其他好文 时间:
2020-07-20 10:14:11
阅读次数:
88
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=1003 一、使用命令行模式进入mysql会看到最开始的提示符; 二、命令行中使用sta ...
分类:
数据库 时间:
2020-07-19 23:38:08
阅读次数:
94