问题: Springboot启动报错: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean wi…
标签:编程问答
org.apache.ibatis.exceptions.TooManyResultsException的异常排查过程
在查阅测试环境业务日志中的ERROR级别的日志时,发现了有一个Mybatis相关的异常错误org.apache.ibatis.exceptions.TooManyResultsException: Expected on…
Commit can not be set while enrolled in a transaction
[java] Exception: java.sql.SQLException [java] Message: Commit can not be set while enrolled in a transaction …
升级mybatisplus后项目启动抛出 Failed to parse mapping resource: 'file [*/*/*.xml]异常
异常错误: 2018-08-20 10:05:55.017 ERROR 213128 --- [ main] o.s.boot.SpringApplication : Application run failed org…
Spring MVC 组件概述
Spring MVC 的核心类DispatcherServlet入口为onRefresh()方法,而onRefresh()方法有直接调用了initStrategies()方法。代码如下: /** * Initialize…
Qt网络错误代码
Constant Value Description QNetworkReply::ConnectionRefusedError 1 the remote server refused the connection (t…
Fatal error compiling: java.lang.NoSuc hFieldError??
用了两天时间,试了各种方法,问题最终解决。是JDK的版本问题:Maven3.5不支持jdk-9.0.1,最后退回:jdk1.8.0_151,问题圆满解决!! [ERROR] Failed to execut…
android 取mac若干问题
问题一:Error:Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on de (&nbs…
go get golang.org/x 包失败解决方法
由于墙的原因,国内使用 go get安装golang 官方包可能会失败 解决方法 方法1 [不需要FQ] Win10下相关配置: GOPATH : E:\go 安装记录: E:\>go get -u -v gola…
ubuntu18.04安装显卡驱动及tensorflow-gpu
第一步是安装anaconda。 下载好anaconda后(下载需要时间,没下载好之前是.part文件,此时不能进行安装) 在存放anaconda安装包的位置打开终端,输入bash Anaconda3-4.2.0-Linu…
列表转化为字符串
a = [1, 2]m = ','.join(a)output:m:1, 2
软件测试之fault,error&failure
软件测试的错误 Failure 定义:当一个系统不能执行所要求的功能时,即为Failure,可译为“失效”。 例子:一个程序员在编程的时候,不小心将for(i = 0;i …