- 博客(8)
- 收藏
- 关注
原创 eclipse中使用alt+/快捷键不能使用,没反应
Windows----preferencesl----Genaral----keys点击restore defaults,然后点击ok
2018-05-04 16:02:00
2446
原创 mybatis配置文件详解
1. 主要标签Mybatsi中有8个主要标签,根标签是<configuration>。 在mybatis-config.xml中有一点要注意的是,<configuration>的子元素必须要按照上图所实的从上往下的顺序进行配置,或者mybaitis在解析mybatis-config.xml的时候会报错! 2简单介绍2.1 Settings标签Setting 元素下是些非常重...
2018-04-30 21:22:25
296
转载 jsp文件第一行报错The superclass javax.servlet.http.HttpServlet was not found on the Jav
错误代码The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path。解决办法是重新导入tomcat(要把之前那个删了)参考链接:https://jingyan.baidu.com/article/f79b7cb34f40569144023ef9.html...
2018-04-24 19:18:34
629
转载 找不到或无法加载主类
找不到或无法加载主类解决方案1、在src文件夹上点右键-Build Path-Use as Source Folder,重新进行编译,一切正常了。2、在Eclipse工程文件夹上点右键-Refresh,重新编译,一功OK(这个方法一般不起作用)。3、右键Properties在Java Builder Path的Libraries的标签里面看是否有缺少或者无用的(一般带红差头)的,引入对应的jar包...
2018-04-24 19:17:37
358
转载 mvn命令报错
错误:The JAVA_HOME environment variable is not defined correctly.This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK not a JRE.解决办法原因是JAVA_HOME的值应该设为%JAVA_HOME%...
2018-04-24 19:16:42
1273
原创 创建maven项目时报错
错误代码Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories.Could not resolve artifact org.apache.maven.archetypes:maven-archetype-we...
2018-04-24 19:15:18
247
原创 pom.xml内容没有错,但一直报错红叉 解决办法
详情地址https://blog.youkuaiyun.com/u014551624/article/details/51898748
2018-04-24 19:14:37
1433
原创 xml文件报错cvc
报错cvc-complex-type.2.4.a: Invalid content was found starting with element 'async-supported'. One of '{"http:// java.sun.com/xml/ns/javaee":init-param}' is expected.解决办法将"http://www.springmodules.org/s...
2018-04-24 19:12:53
363
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅