module canberra-gtk-module canberra错误

解决 springboot 2.6.6 版本中内嵌 tomcat 9.0.60 版本 严格执行RFC 3986规范,导致在 GET 请求中出现保留字符请求错误的问题。

项目中get请求:http://domain:port/api/module/function/getList?pageNum=1&pageSize=1000&keyWord=[]&id=; keyWord的参数应该是 keyWord="[]",如果不加双引号,keyWord就变成了数组,后台接口就 ......
版本 springboot 字符 错误 tomcat

python pyautogui AttributeError: module 'pyscreeze' has no attribute 'locateOnWindow'

目录python pyautogui AttributeError: module 'pyscreeze' has no attribute 'locateOnWindow' python pyautogui AttributeError: module 'pyscreeze' has no att ......

接口测试报500错误

接口测试的时候报500错误,因为id的信息为空,但是我们又想让数据库自动递增 日志输出 ERROR 7492 [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispat ......
接口 错误 500

win10远程桌面连接报错:出现身份验证错误,要求的函数不受支持(CredSSP)

问题 解决办法 找到路径:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System 在System文件夹内创建文件夹项:\CredSSP\Parameters 在Parameters文件夹内,新建 ......
函数 桌面 身份 错误 CredSSP

ERROR in node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts(3,61): error TS1005: ‘,’ expected.

原文链接:https://www.longkui.site/error/error-in-node_modules-rxjs/4839/ angular项目,启动的时候报错。详细的报错如下: 这个报错的原因比较简单,rxjs的版本不对,我用的是angular7可能和rxjs版本不匹配。 解法方法也很 ......

MyBatis-奇怪的错误

首先我的工具类 SqlSessionFactionUtil.java用来创建sqlSessionFactory public class SqlSessionFactionUtil { static InputStream resourceAsStream = null; static{ //1.通 ......
错误 MyBatis

问题:出现404错误页面的原因

404错误原因:服务器找不到请求的网页。 可能的原因有: 1.管理员将原始的网页数据更改,导致网页失效。 2.上传到网页的文件目录或文件名称被更改,导致原网页失效。 3.上传到网页的文件被移动或被删除也可能导致原链接失效。 4.输入的网址有错误,不能连接到所需的文件。 ......
错误 原因 页面 问题 404

TypeError: 'dict' object is not callable 错误

做实例的时候报错TypeError: 'dict' object is not callable 感觉应该是因为我将实例都放在了一个程序中,在4.py上面有太多book了,在上面已经调用了 所以我放进另一个程序就可以实现了 ......
TypeError callable 错误 object 39

日期格式转换异常:Java 8 date/time type `java.time.LocalDateTime` not supported by default: add Module \"com.fasterxml.jackson.datatype:jackson-datatype-jsr310

异常信息: "unexpected error: Type definition error: [simple type, class java.time.LocalDateTime]; nested exception is com.fasterxml.jackson.databind.exc.I ......

pip安装错误记录

由于经常用代理,pip安装时不知道什么原因关了代理也无法安装。 解决方法:安装时添加信息项:如pip install geopandas --trusted-host pypi.tuna.tsinghua.edu.cn ......
错误 pip

常见return错误

常见return错误 3221225477 (0xC0000005): 访问越界,一般是读或写了野指针指向的内存。 3221225725 (0xC00000FD): 堆栈溢出,一般是无穷递归造成的。 3221225620 (0xC0000094): 除0错误,一般发生在整型数据除了0的时候。 ......
常见 错误 return

module 1

module 1 讲解了python基本量的实践 错题 x = 9 sqrt(9) # a built-in math function that returns the square root of its input What is the value of x after the lines ......
module

winget 0x8051100f错误

解决WinGet 0x8051100f错误 接手了公司旧的电脑,安装的是精简版的Windows 10系统,今天在准备使用winget的时候发现并没有安装。然而这台电脑精简的有点过分了,连Microsoft Store都没有,装好WinGet之后发现执行的时候居然还会报错0x8a15000f错误。 解 ......
0x8051100f 8051100f x8051100 错误 8051100

Flutter module集成到Android原生项目报错

使用AAR方案集成遇到两个诡异错误 环境: Flutter (Channel stable, 3.3.10, on macOS 13.5.2 22G91 darwin-x64, locale zh-Hans-CN) Android Studio (version 2022.3) Android to ......
Flutter Android 项目 module

ansible报 MODULE FAILURE

在使用ansibles 批量连接新升级的欧拉系统时候,报MODULE FAILURE 原因:ansibles 默认的python 名字叫python,需要使用python3,; 而欧拉的python 链接到的是python2 解决办法: 先将 python 重命名, 再执行: ln -s /usr/ ......
ansible FAILURE MODULE

记一次 MatPlotLib 报错及解决方案:AttributeError: module 'matplotlib.cbook' has no attribute '_Stack'

记录了最近遇到的 MatPlotLib 的 AttributeError: module 'matplotlib.cbook' has no attribute '_Stack' 问题的解决方案。 ......

channel 通道错误的使用例子

1.向已经关闭的通道发送值,引起panic错误 package main import "fmt" func recv(c chan int) { ret := <-c fmt.Println("接收成功", ret) } func main() { ch := make(chan int) go ......
例子 通道 错误 channel

ModuleNotFoundError: No module named 'models'

首先看看是不是用户自己的包,如果不是再安装网上的包。 ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 45 42 import keras_metrics as km 43 from keras.model ......
ModuleNotFoundError module models named 39

AttributeError: module 'tensorflow' has no attribute 'get_default_graph'

具体操作命令是:创建一个python <3.8的虚拟环境。conda create -n your_env_name python=3.6激活并进入该环境。activate your_env_name安装1.x版本的tensorflow。pip install tensorflow==1.15.0 ......

AttributeError: module 'tensorflow.compat.v2' has no attribute '__internal__'

File /home/software/anaconda3/envs/mydlenv/lib/python3.8/site-packages/keras/backend_config.py:33 28 # Default image data format, one of "channels_las ......

AttributeError: module 'tensorflow' has no attribute 'reset_default_graph'

环境配置: python3.7 tensorflow2.0 Window 10初始代码:tf.reset_default_graph()解决方法:import tensorflow as tftf.compat.v1.reset_default_graph()或者是这样:import tensorf ......

Grafana导入 json 文件的 dashboard 错误 Templating Failed to upgrade legacy queries Datasource xxx not found

前言 编辑或者修改后的 dashboard 保存为 json 文件,在其他环境导入使用,报错 Failed to upgrade legacy queries Datasource xxxxxxx was not found,无法显示监控数据 问题原因为:从其他 grafana 导出的 dashbo ......

状态: 失败 -测试失败: IO 错误: The Network Adapter could not establish the connection (CONNECTION_ID=BMRc/8PgR2+0i4PK2tnHQA==)

1.问题 问题如标题所示,在使用Oracle SQL Developer连接时发现错误: 状态: 失败 -测试失败: IO 错误: The Network Adapter could not establish the connection (CONNECTION_ID=BMRc/8PgR2+0i4 ......

Python 时间_Datetime_Module

Datetime_Module 作用:处理日期和时间 一、Datetime模块中的类 datetime:表示日期和时间,可以处理年、月、日、时、分、秒。 date:表示日期,主要用于处理年、月、日。 time:表示时间,主要用于处理时、分、秒。 timedelta:表示时间间隔,即两个时间点的间隔, ......

【转】HTTP协议错误代码大全

HTTP 1xx(临时响应):表示临时响应并需要请求者继续执行操作的状态代码。 100 (继续) 请求者应当继续提出请求。服务器返回此代码表示已收到请求的第一部分,正在等待其余部分。 101 (切换协议) 请求者已要求服务器切换协议,服务器已确认并准备切换。 2xx (成功):表示成功处理了请求的状 ......
错误 代码 大全 HTTP

ModuleNotFoundError: No module named ‘xxx‘可能的解决方案大全

"ModuleNotFoundError: No module named 'xxx'"这个报错是个非常常见的报错,几乎每个python程序员都遇到过,导致这个报错的原因也非常多,下面是我曾经遇到过的原因和解决方案 module包没安装 忘了import 没有__init__.py文件 packag ......

错误: HTTP management port configuration not found

原文链接:https://www.longkui.site/error/http-management-port-configuration-not-found/4791/ 调试一个JAVA项目,用的是wildfly(Jboss),前面用的正常,今天debug的时候突然报错: 错误: HTTP ma ......
configuration management 错误 found HTTP

IEDA 中Maven 编译错误 Compilation failure的解决方法

IEDA 中Maven 提示编译错误 Compilation failure 检查发现 项目虽然已经配置了 JDK11,但是却引用的是 JRE1.5 解决方法:1、修改maven的 setting.xml 文件中添加下面的配置: <profile> <id>jdk-11</id> <activati ......
Compilation 错误 failure 方法 Maven

出错了,[Docker管理器]运行时发生错误!AttributeError: ‘NoneType’ object has no attribute ‘containers’

原文链接:https://www.longkui.site/error/attributeerror-nonetype-object-has-no-attribute-co/4707/ 0.背景 宝塔面板调试docker时,无聊一直在按它的”启动“和”重启“ 然后就报错了: 出错了,[Docker管 ......

PHP的错误机制总结

PHP的错误机制总结 PHP的错误机制也是非常复杂的,做了几年php,也没有仔细总结过,现在就补上这一课。 特别说明:文章的PHP版本使用5.5.32 PHP的错误级别 https://www.clw9335.com/rj/ 首先需要了解php有哪些错误。截至到php5.5,一共有16个错误级别 注 ......
机制 错误 PHP