异常解决
-
LOL登陆超时,请检查您的网络或本机防火墙设置
问题背景 使用wegame登录LOL时,出现“启动失败登录超时,请检查您的网络或者本机防火墙设置”。 修复步骤 1.右键点击游戏,选择修复 2.退出Wegame重新登录…
-
unzip解压文件异常:Archive: PRS7072.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive
问题背景 vmware虚拟机中安装了centos图形版系统。然后直接拖入了一个.zip包。使用unzip的时候出现问题如下: 原因分析 在使用unzip解压 *.zip文件时,提示…
-
wireshark打开后卡死崩溃的解决办法
近日在使用wireshark抓包的时候,该工具时不时的会卡死,什么原因导致的,想起了可以用调试利器windbg来跟踪一下。 一.调试准备 首先查看wireshark的版本,然后到w…
-
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version
问题背景 selenium.common.exceptions.SessionNotCreatedException: Message: session not created: …
-
Error: INVALID_PROTOCOL: 9966/tcp
问题背景 安装URLOS管理软件时,配置防火墙: firewall-cmd –zone=public –add-port=9966/tcp –p…
-
jenkins升级后,一直在重启界面,进不去怎么办?
问题背景 今天看到jenkins有更新,直接就点击更新了。结果安装半天不成功。重启刷新发现一直在等待重启中。进不去。一个小时过去了还是进不去。手动重启进程也进不了。如下图: 原因分…
-
php 出现Strict Standards: Only variables should be passed by reference in的解决方法
问题背景 今天安装ecshop的时候最上面出现了一个错误提示:Strict Standards: Only variables should be passed by refere…
-
搭建网站时报错:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
问题背景 今天在安装ecshop程序时,报错Deprecated: Methods with the same name as their class will not be co…