
错误集
小王你好吖
这个作者很懒,什么都没留下…
展开
-
RocketMq源码搭建报错No route info of this topic: TopicTest
RockertMq报错No route info of this topic: TopicTest原创 2024-01-29 21:31:04 · 566 阅读 · 0 评论 -
mybatis报错 元素类型为 “resultMap“ 的内容必须匹配 “(constructor?,id*,result*,association*,collection*,discrimina
报错内容: 元素类型为 “resultMap” 的内容必须匹配 “(constructor?,id*,result*,association*,collection*,discriminator?)”。原因:mybatis的xml内的标签是有顺序的,顺序规则为(constructor?,id*,result*,association*,collection*,discriminator?),我在resultMap内的id标签放到了result标签下;解决办法,把id标签移动到最开始位置即可解决..原创 2021-07-13 10:07:24 · 245 阅读 · 0 评论 -
VERTX报错:Exception in thread “main“ java.lang.NoSuchMethodError: ‘io.vertx.core.spi.metrics.PoolMetri
报错信息:Exception in thread “main” java.lang.NoSuchMethodError: ‘io.vertx.core.spi.metrics.PoolMetrics io.vertx.core.spi.metrics.VertxMetrics.createMetrics(java.lang.Object, java.lang.String, java.lang.String, int)’原因:应为依赖版本过低导致的,我原来是3.1.4版本的依赖 <d原创 2021-03-17 15:07:08 · 362 阅读 · 0 评论 -
IDEA创建springboot项目时报错Initialization failed for ‘https://start.spring.io‘ Please check URL, network a
IDEA创建Springboot报错Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings. E解决办法解决办法将默认地址修改为阿里的地址https://start.aliyun.com/完美解决原创 2021-01-17 11:41:05 · 2545 阅读 · 2 评论 -
springboot项目报错LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either r
报错信息:LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.Log4jLoggerFactory loaded from file:/D:/softinstall/apache-maven-3.6.3-bin/apache-maven-3.6.3/ma原创 2020-11-30 10:46:37 · 556 阅读 · 0 评论 -
报错org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss at
报错原因:因为我代码中使用的zookeeper的Jar包是3.5.3版本的,而我的zookeeper的版本是3.4.6版本的,所以就产生了jar包冲突解决办法,将代码中的zookeeper的jar包版本更换为何zookeeper版本一样解决办法:1.先排除冲突2.引入和zookeeper版本一致的jar包<dependency> <groupId>org.springframework.cloud</groupId>原创 2020-11-30 10:13:25 · 803 阅读 · 0 评论 -
启动zookeeper报错 Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeer
原因:zookeeper版本与jdk版本不一致解决办法,更换jdk版本,或者更换zookeeper版本原创 2020-11-30 09:44:07 · 1080 阅读 · 0 评论 -
maven项目打包报错Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default
原因:缺少maven打包插件解决办法:在pom.xml中加入如下 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>原创 2020-11-28 18:24:40 · 777 阅读 · 0 评论 -
IDEA多模块项目报错Module “cloud“ must not contain source root “E:\study\springCloud\cloud\cloud-api-common\
错误信息:Module "cloud" must not contain source root "E:\study\springCloud\cloud\cloud-api-common\src\main\ja错误原因:父工程下面不能包含子工程内容解决办法:把下图的内容去除解决原创 2020-11-28 16:03:57 · 1782 阅读 · 0 评论 -
springboot整合mybatis报错Path does not chain with any of the trust anchors
解决办法将useSSL=true改为useSSL=false原创 2020-11-16 17:38:37 · 304 阅读 · 0 评论 -
IDEA下actiBPM没有属性设置面板的代替方案
代替方案:将bpmn文件修改为xml文件 自己在xml文件里面手动设置属性IDEA对actiBPM的兼容没有eclipes的好原创 2020-10-14 15:57:36 · 2499 阅读 · 5 评论 -
Vue Cli4解决跨域问题
解决办法:只需要在后台方法前加一个@CrossOrigin注解就可以解决原创 2020-06-04 23:00:49 · 1835 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.wang.dao.Studen
原因:接口名和mybatis的映射文件名不一致解决办法:将dao接口名和mybatis映射文件名改为一致原创 2020-05-21 14:38:15 · 220 阅读 · 0 评论 -
Cause: org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found f
Mybatis报错如下:Cause: org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'com.wang.dao.BlogMapper.queryblogIF'. It's likely that neithe...原创 2020-05-06 23:53:08 · 2260 阅读 · 0 评论 -
org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: com.mysql.j
解决办法:将useSSL设置为false原创 2020-04-30 11:33:38 · 1476 阅读 · 1 评论 -
Django使用post发起请求报错raise errorclass(errno, errval) django.db.utils.IntegrityError: (1048, "Column 'p_
错误信息:raise errorclass(errno, errval)django.db.utils.IntegrityError: (1048, "Column 'p_age' cannot be null")[22/Apr/2020 08:55:02] "POST /ser/persons/?p_name=%E7%8E%8B%E5%A4%AA%E7%9C%81&p_age=1...原创 2020-04-22 09:32:15 · 1073 阅读 · 4 评论 -
微信小程序云开发报错Cannot read property 'init' of undefined
错误信息:Cannot read property ‘init’ of undefined解决办法:把调试基础库设置为最高版本解决原创 2020-04-17 14:08:20 · 4023 阅读 · 1 评论 -
matplotlib不显示中文解决办法
在代码中加入如下两句代码:from pylab import *mpl.rcParams['font.sans-serif'] = ['SimHei']原创 2019-12-08 15:31:07 · 243 阅读 · 0 评论 -
虚拟机报错“未能将管道连接到虚拟机: 所有的管道范例都在使用中”
出现的原因:强制退出虚拟机解决办法:打开任务管理器结束VMware 开头的任务原创 2019-12-06 21:04:55 · 2959 阅读 · 0 评论 -
Django启动报错:Django 'utf-8' codec can't decode byte 0xc6 in position 2: invalid continuation byte
**Django启动报错:Django ‘utf-8’ codec can’t decode byte 0xc6 in position 2: invalid continuation byte**原因:因为计算机名是中文,需要改成英文解决办法:一、右击此电脑->属性二、更改设置完成之后重启就OK了欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdow...原创 2019-10-23 00:11:10 · 1331 阅读 · 0 评论 -
使用Navicat远程链接mysql报错解决办法
错误:30 - 192.168. 153]"is not allowed to connect to this MYSQL server原因:是因为安装了mysql后不允许远程登录解决办法:use mysql;GRANT ALL PRIVILEGES ON . TO ‘myuser’@’%’ IDENTIFIED BY ‘qwer1234’ WITH GRANT OPTION;接着就...原创 2019-06-21 19:07:48 · 526 阅读 · 0 评论 -
编码错误
编码错误python程序报如下错,是因为编码的问题text = open(r’ett.txt’, “r”).read().decode(‘gb18030’,‘ignore’)UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xa2 in position 50: illegal multibyte sequence通过查阅资料得知,在读...原创 2019-04-12 00:17:14 · 225 阅读 · 0 评论