报错解决
JAVA-LPF
努力提升自己的能力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javac或javap提示不是内部或外部命令
https://www.cnblogs.com/king8/p/10797075.html转载 2021-04-27 17:17:20 · 409 阅读 · 0 评论 -
no acceptable C compiler found in $PATH
Linux操作系统发生如下报错:no acceptable C compiler found in $PATH,代表你没有安装C编译器执行 yum -y install gcc-c++命令进行安装,安装完后,输入gcc -v检查是否安装成功,出现下图所示代表安装c编译器成功。...原创 2020-07-15 14:47:38 · 28933 阅读 · 0 评论 -
‘getBaseMapper()‘ in ‘com.baomidou.mybatisplus.extension.service.impl.ServiceImpl‘ clashes with.....
Mybatis-Plus发生该报错:'getBaseMapper()' in 'com.baomidou.mybatisplus.extension.service.impl.ServiceImpl' clashes with 'getBaseMapper()' in 'com.baomidou.mybatisplus.extension.service.IService'; attempting to use incompatible return type.原因: 你的...原创 2020-07-09 13:58:42 · 9211 阅读 · 2 评论 -
项目的配置xml出现红色错误
Referenced file contains errors (....). For more information, right click on the message in the Problems View andselect "Show Details..."解决办法:加上<xml-body>标签原创 2020-06-01 15:53:21 · 843 阅读 · 0 评论 -
BASE64Encoder cannot be resolved to a type解决方法
BASE64Encoder cannot be resolved to a type或者BASE64Decoder cannot be resolved to a type在JDK中包含了该类,可以直接使用此时我们需要做的就是:原创 2019-11-14 11:40:45 · 1325 阅读 · 0 评论
分享