
BUG
NoBarLing
这个作者很懒,什么都没留下…
展开
-
: The term ‘‘ is not recognized as the name of a cmdlet, function, script file
可执行程序执行时问题及命令执行时问题原创 2022-07-08 01:52:12 · 12355 阅读 · 0 评论 -
Cannot commit, transaction is already closed
##mybatisorg.apache.ibatis.exceptions.PersistenceException:Error committing transaction. Cause: org.apache.ibatis.executor.ExecutorException: Cannot commit, transaction is already closedCause: org.apache.ibatis.executor.ExecutorException: Cannot commit原创 2021-03-07 19:56:52 · 1747 阅读 · 1 评论 -
java.lang.AssertionError: Not yet implemented
java.lang.AssertionError: Not yet implemented这是项目来源,maven的简单测试https://blog.csdn.net/u011541946/article/details/78112446去掉fail(“Not yet implemented”); 就ok了原创 2021-03-03 18:38:07 · 1645 阅读 · 2 评论 -
Project build error: Non-resolvable parent POM for com.it.breakx:SpringBootAop:0.0.1-SNAPSHOT
Project build error: Non-resolvable parent POM for com.it.breakx:SpringBootAop:0.0.1-SNAPSHOT: Failure to find org.springframework.boot:spring-boot-starter-parent:pom:2.0.4 in https://maven.aliyun.com/repository/public was cached in the local repository, r原创 2021-04-25 22:03:08 · 599 阅读 · 0 评论 -
Missing artifact org.openjfx:javafx.base:jar:11.0.0-SNAPSHOT
Missing artifact org.openjfx:javafx.base:jar:11.0.0-SNAPSHOT可能是版本问题,我更改了版本之后就没问题了,若是练手的,建议使用最新的版本,具体如下1.去官网复制一个报错这是没有添加parent之前的org.springframework.bootspring-boot-starter-parent添加之后就????了......原创 2021-04-08 13:39:38 · 1078 阅读 · 0 评论 -
Cannot resolve method ‘setAsc(boolean)‘
Cannot resolve method ‘setAsc(boolean)’考虑换版本原先版本号:<dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.3.2</version>&l原创 2021-10-19 11:35:55 · 301 阅读 · 0 评论 -
2021-10-19
Non-static method ‘getList()’ cannot be referenced from a static context注入一个接口后是否,注意大小写,若将首字母写成跟接口类的名称一样,也有可能会报出这个错误,建议还是要按规范来写;注意规范,提升你的开发效率,要不然你要一直找bug,小小建议,望您采纳!...原创 2021-10-19 10:55:26 · 148 阅读 · 1 评论 -
java.lang.NoClassDefFoundError: com/sun/istack/FinalArrayList org.springframework.context.Applicatio
java.lang.NoClassDefFoundError: com/sun/istack/FinalArrayList org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat C原创 2021-08-07 20:46:21 · 1080 阅读 · 0 评论 -
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘configuratio
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘configurationPropertiesBeans’ defined in class path resource [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.class]: Post-proc原创 2021-08-07 20:10:01 · 468 阅读 · 0 评论 -
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘User‘
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘User’. Cause: java.lang.ClassNotFoundException: Cannot find class: User分析如下:Error parsing Mapper XML. The XML location is 'file [E:\zx183\SoftwareDev\WorkSpace\IdeaProjects\b原创 2021-08-07 14:34:12 · 2264 阅读 · 0 评论 -
2021-08-06
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘logAspectHandler’: Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.brex.course01.utils.LogAspectHa原创 2021-08-06 20:27:41 · 392 阅读 · 0 评论 -
elasticsearch的安装、 IK分词器安装,及 IK分词器安装之后无法启动容器的问题
安装 IK分词器安装,之后查询启动容器,无法启动的问题1.查看容器中是否有jdk,跟安装在Linux中的方法相似,docker差不多就一个虚拟机吧!反正它就是有自己的一方小世界2.注意启动的方式,启动的不是镜像,而是容器,一定要记得容器id,建议使用容器id启动容器docker安装elasticsearch...原创 2021-08-01 22:11:30 · 559 阅读 · 0 评论 -
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.lis
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome错误提示如下:Reading package lists... DoneW: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.lis原创 2021-07-10 18:23:03 · 4997 阅读 · 2 评论 -
2021-07-09
/usr/bin/ld: /tmp/ccBYHb6O.o: in function __static_initialization_and_destruction_0(int, int)': test1.cpp:(.text+0x44): undefined reference tostd::ios_base::Init::Init()’ /usr/bin/ld: test1.cpp:(.text+0x59): undefined reference to `std::ios_base::Init::~In原创 2021-07-09 16:42:44 · 291 阅读 · 0 评论 -
2021-06-28
Failed to bind properties under ‘logging.level’ tojava.util.Map<java.lang.String, org.springframework.boot.logging.LogLevel>:Reason: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [ja原创 2021-06-28 10:00:37 · 500 阅读 · 1 评论 -
2021-06-18
**$ ssh -T [email protected] The authenticity of host ‘gitee.com (xxx.xx.xx.xxx)’ can’t be established. xxxxx key fingerprint is xxxxxx:+xxxxxxxxx/xxxxxxxxx. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[finger原创 2021-06-18 14:41:31 · 1337 阅读 · 0 评论 -
Could not find satisfiable constructor in org.eclipse.epp.internal.logging.aeri.ide.notifications
Could not find satisfiable constructor in org.eclipse.epp.internal.logging.aeri.ide.notifications.MylynNotificationsSupport删掉插件或者从新安装Free Marker IDE1.希望能帮到你原创 2021-06-04 09:06:23 · 1711 阅读 · 0 评论 -
2021-05-22
Exception in thread “main” java.lang.NullPointerException: Cannot invoke “com.itheima.annotation.UserService.save()” because “this.userService” is null再好好看配置文件吧!我的是缺少了这几样东西我解决了,记录每一天的错误!我希望能帮到各位刚入门的人,嘿!大家一起努力吧!...原创 2021-05-22 13:57:05 · 1011 阅读 · 1 评论