码迷,mamicode.com
首页 >  
搜索关键字:unable to connect to    ( 12301个结果
python运行ui出现报错selenium.common.exceptions.NoSuchElementException: Message: Unable to find element with xpath解决方法
当做UI自动化的时候,有时候明明表达式写的没有问题,就是定位不到 。。这是为啥嘞 咱拿登录qq邮箱做个示范 不论是xpath定位还是直接ui或name定位,直接u就对了 。 这是初学最容易犯的问题,因为初学ui自动化,想着找一个网站去试验 ,一般都是常用的,比如邮箱登录啊,空间登录啊,等等,这种网址 ...
分类:编程语言   时间:2020-07-23 16:00:56    阅读次数:97
error execution phase preflight: couldn't validate the identity of the API Server: Get https://192.168.152.126:6443/.../timeout=10s: dial tcp 192.168.152.126:6443: connect: no route to host
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 ...
分类:Windows程序   时间:2020-07-22 11:08:54    阅读次数:137
Ceph PG创建流程源码分析
本章节主要介绍pg创建的流程,主要包括两部分,第一部分是创建pg在mon上跳转的流程。第二部分是osd端的pg创建流程。
分类:其他好文   时间:2020-07-22 02:20:49    阅读次数:151
安装zabbix proxy
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 超时问题解决
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
接口请求报Could not marshal异常解决
{"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小案例
Netty是基于主从Reactor模型的 BossGroup只关系Accpet(连接的建立) 维护selector 接收到Accpet事件后 获取到对应的SocketChannel 并封装成NIOSocketChannel并注册到Worker,进行维护,当Woker监听到selector 中通道发生 ...
分类:Web程序   时间:2020-07-20 11:00:34    阅读次数:70
python对数据库mysql的操作(增删改查)
#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
ora-00257错误处理记录
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
查看Mysql版本号
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=1003 一、使用命令行模式进入mysql会看到最开始的提示符; 二、命令行中使用sta ...
分类:数据库   时间:2020-07-19 23:38:08    阅读次数:94
12301条   上一页 1 ... 32 33 34 35 36 ... 1231 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!