异常解决共28篇 第2页
SLF4J 报错解决:No SLF4J providers were found - 拽熊博客

SLF4J 报错解决:No SLF4J providers were found

一、SLF4J报错情况 我们在自己的项目中使用了SLF4J,或者引入了某开源项目时,他的项目中用了SLF4J,运行时会报如下的错误: 检查自己的maven依赖,发现已经引入了slf4j-api-xx.jar了,这是为什...
拽熊的头像 - 拽熊博客超级会员拽熊2年前
1479
eclipse异常问题:Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. - 拽熊博客

eclipse异常问题:Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.

解决:这个问题也是由于版本不统一 1.右键项目—>Build Path—>Configure Build Path. 2.Libraries—>JRE...—>Edit 3.选择本地安装的版本,或者直接使用默认JRE。记得一定要点击Apply。应用!...
Eclipse异常问题:The compiler compliance specified is 1.5 but a JRE 17 is used - 拽熊博客

Eclipse异常问题:The compiler compliance specified is 1.5 but a JRE 17 is used

解决:这个问题其实就是配置的jre和本地的jre版本不同,故将这个版本统一就可以解决了 右键点击项目>Properties>Java Compiler>将Compiler compliance level改为17
拽熊的头像 - 拽熊博客超级会员拽熊2年前
7415
Python爬虫:requests.get()爬取连接内容时,报错[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129) - 拽熊博客

Python爬虫:requests.get()爬取连接内容时,报错[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)

问题背景 如果目标网站没有设置好HTTPS证书,又或者网站的HTTPS证书不被CA机构认可,用浏览器访问的话,就可能会出现SSL证书错误的提示。 用requests库来请求这类网站的话,会直接抛出SSLError...
拽熊的头像 - 拽熊博客超级会员拽熊2年前
5713
HTTP 502 - Bad Gateway 没有响应什么原因?如何解决? - 拽熊博客

HTTP 502 – Bad Gateway 没有响应什么原因?如何解决?

错误说明:坏的网关,http向后端节点请求,没有响应 原因1:DNS 缓冲 解决办法:在dos窗口运行 ipconfig /flushdns,该命令会刷新DNS缓冲。 原因2:浏览器代理 解决办法:关掉代理。 原因3:dns...
小皮面板(phpstudy)提示:hosts文件可能不存在或被阻止打开,同步hosts失败的解决办法 - 拽熊博客

小皮面板(phpstudy)提示:hosts文件可能不存在或被阻止打开,同步hosts失败的解决办法

问题背景 这两天想在本地搭建服务器环境,然后安装了小皮面板后,创建网站会提示:hosts文件可能不存在或被阻止打开,同步hosts失败,今天我们来提供下这个提示的解决方案。 原因分析 小皮面板安...
拽熊的头像 - 拽熊博客超级会员拽熊2年前
3127
MinGW-w64下载文件失败the file has been downloaded incorrectly - 拽熊博客

MinGW-w64下载文件失败the file has been downloaded incorrectly

1 问题背景 今天使用exe在线安装器(MinGW-W64-install.exe)安装MinGW-w64时弹出下面报错的提示框 2 报错原因 因为文件资源是托管在sourceforge上面的,因此在线安装器需要从该网站上下载文件...
Appium异常:An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME or ANDROID_SDK_ROOT ... - 拽熊博客

Appium异常:An unknown server-side error occurred while processing the command. Original error: Could not find ‘adb.exe’ in PATH. Please set the ANDROID_HOME or ANDROID_SDK_ROOT …

一、异常如下 An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME or ANDROID_SDK_ROOT e...
拽熊的头像 - 拽熊博客超级会员拽熊2年前
2499