标签归档:Error

错误警告

TimeoutError: The operation was aborted due to timeout at new DOMException

TimeoutError: The operation was aborted due to timeout at new DOMException

​ 在安装前端项目依赖时,有时候会报超时错误: TimeoutError: The operation was aborted due to timeout at new DOMException (node:inter … 继续阅读

发表在 错误警告 标签为 , , , , , , ,
Python

ImportError: Plotly express requires pandas to be installed.

ImportError: Plotly express requires pandas to be installed.

​在 Python3 环境下,使用 plotly 绘图时,发生了如下错误: ImportError: Plotly express requires pandas to be installed. 通过排查发现是使用了折 … 继续阅读

发表在 Python 标签为 , , , , ,
Django

DJango 框架学习入门教程(三) —— DJango 框架使用常见错误

DJango 框架学习入门教程(三) —— DJango 框架使用常见错误

错误一:TypeError: ForeignKey.__init__() missing 1 required positional argument: ‘on_delete’ ​ 在使用 DJa … 继续阅读

发表在 Django 标签为 , , , ,
开发工具

Wampserver 切换中文时无法启动报错处理

Wampserver 切换中文时无法启动报错处理

​​在使用 Wampserver 软件时默认为英语,可以看到有语言选择功能,切换其他语言。但选择中文切换后,软件重启时报如下错误: ​ The configuration file contains a systax e … 继续阅读

发表在 开发工具 标签为 , , , , , ,
错误警告

java.lang.Error: Unresolved compilation problem

java.lang.Error: Unresolved compilation problem

​有时候在把项目部署到 IDE 配置的 Tomcat 中时,启动项目不报错,但运行项目时,出现如下错误: java.lang.Error: Unresolved compilation problem:  一般 … 继续阅读

发表在 错误警告 标签为 , , , , , , , ,
Jeecg

Jeecg-Boot 低代码开发平台之路(三) —— Vue3 版本登录一直在加载

Jeecg-Boot 低代码开发平台之路(三) —— Vue3 版本登录一直在加载

​Vue3 版本前端服务编译和启动都正常,但访问登录页面时,一直处于加载中状态,打开浏览器控制台,可以看到报错如下: Uncaught SyntaxError: Unexpected token . 截图如下: 原因:浏 … 继续阅读

发表在 Jeecg 标签为 , , , , , , ,
Python

Premature end of script headers 或 End of script output before headers

Premature end of script headers 或 End of script output before headers

​在测试 Python DB-API 使用流程脚本时,访问出现如下错误: ​ 查看 Apache 日志,错误信息如下: Premature end of script headers: dblink.py 或者 End … 继续阅读

发表在 Python 标签为 , , , ,
错误警告

Your local changes to the following files would be overwritten by merge: .DS_Store

Your local changes to the following files would be overwritten by merge: .DS_Store

GIT 代码管理时,在合并分支代码过程中,报如下错误信息,导致代码无法合并。 Your local changes to the following files would be overwritten by merge … 继续阅读

发表在 错误警告 标签为 , ,
Linux

fatal error: jemalloc/jemalloc.h: No such file or directory

fatal error: jemalloc/jemalloc.h: No such file or directory

Linux 系统中,有时候在编译安装软件时,会提示:/bin/sh: cc: command not found,说明没有编译代码的 gcc 环境,一般咱会先安装 gcc,命令如下: yum -y install gcc … 继续阅读

发表在 Linux 标签为 , , , ,
Oracle

ORA-27101:shared memory realm does not exist

ORA-27101:shared memory realm does not exist

在通过 PLSQL 连接 Oracle 数据库时,如果提示如下错误: ​ ORA-01034:ORACLE not available ORA-27101:shared memory realm does not exi … 继续阅读

发表在 Oracle 标签为 , , , ,
错误警告

启动 Nginx 报错 Starting nginx: nginx: [emerg] bind() to 0.0.0.0:6666 failed (13: Permission denied)

启动 Nginx 报错 Starting nginx: nginx: [emerg] bind() to 0.0.0.0:6666 failed (13: Permission denied)

在配置好 Nginx 代理端口后,启动 Nginx 服务,结果报错如下: Starting nginx: nginx: [emerg] bind() to 0.0.0.0:6666 failed (13: Permiss … 继续阅读

发表在 错误警告 标签为 , , ,
IntelliJ IDEA

Intellij IDEA 初学入门图文教程(五) —— IDEA 代码错误和警告解决汇总

Intellij IDEA 初学入门图文教程(五) —— IDEA 代码错误和警告解决汇总

本篇主要记录使用 IDEA 开发过程中,在代码上出现的错误或者警告该如何解决。 其中: 错误是必须解决的,不容置疑,不然程序都跑不起来。。。 警告不是必须解决的,不影响运行,但看着烦人!对有强迫症的码友们来说,必须得解决 … 继续阅读

发表在 IntelliJ IDEA 标签为 , , , ,
SpringBoot

Spring Boot 初级入门教程(十二) —— 运行、测试、打包过程中碰到的各种错误

Spring Boot 初级入门教程(十二) —— 运行、测试、打包过程中碰到的各种错误

错误一:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on pro … 继续阅读

发表在 SpringBoot 标签为 , , , ,
IT实用

SC OpenService 失败5:拒绝访问

SC OpenService 失败5:拒绝访问

Windows 删除服务的方法有两个: 方法一:用 sc.exe 这个 Windows 命令。 操作步骤为:开始 -》运行 -》cmd.exe,然后输入 sc 就可以看到了。 使用办法很简单:sc delete &#82 … 继续阅读

发表在 IT实用 标签为 , , , ,
错误警告

-bash: /usr/local/java/bin/java: No such file or directory

-bash: /usr/local/java/bin/java: No such file or directory

在 Linux 系统中安装 JDK 环境,配置好环境变量后,输入 java、javac 或者 java -version 等时,都提示如下错误: -bash: /usr/local/java/bin/java: No s … 继续阅读

发表在 错误警告 标签为 , , , ,
错误警告

无法启动此程序,因为计算机中丢失MSVCR110.dll

无法启动此程序,因为计算机中丢失MSVCR110.dll

笔者在一次运行 php.exe 时,运到“无法启动此程序,因为计算机中丢失 MSVCR110.dll。尝试重新安装该程序以解决此问题。”的提示,当时很无语,因为系统是刚刚安装好的,而且是最新版本的。 有问题就得解决,网上 … 继续阅读

发表在 错误警告 标签为 , , ,
错误警告

Unsupported major.minor version 51.0

Unsupported major.minor version 51.0

如果在 WEB 项目开发中,Eclipse 或 MyEclipse 导入的新项目,发布后运行时,会报错如下: Unsupported major.minor version 51.0 导致上面错误的原因是:Eclipse … 继续阅读

发表在 错误警告 标签为 , , , , ,
IT实用

VirtualBox导入vdi时报错该如何处理

VirtualBox导入vdi时报错该如何处理

VirtualBox导入vdi时报错如下: Cannot register the hard disk ‘…’ withUUID {xxx} because a hard disk’…’ with UUID {x … 继续阅读

发表在 IT实用 标签为 , , ,
错误警告

计算机中丢失 MSVCR110.dll

计算机中丢失 MSVCR110.dll

在安装 wamp 时,在安装完成后电脑会提示“无法启动此程序,因为计算机中丢失 MSVCR110.dll。尝试重新安装该程序以解决此问题。”如何解决该问题,有两种方法。 方法一:下载一个 msvcr110.dll 文件, … 继续阅读

发表在 错误警告 标签为 , , ,
错误警告

Configuration problem: Unable to locate Spring NamespaceHandler for XML schema

Configuration problem: Unable to locate Spring NamespaceHandler for XML schema

1. 配置 spring-security 时报错为:Configuration problem: Unable to locate Spring NamespaceHandler for XML schem 原因:忘记 … 继续阅读

发表在 错误警告 标签为 , , ,