摘要:
Maven有自己的一套约定目录规则,与MyEclipse的有冲突,其实结合也很简单,因为MyEclipse的目录可配置。1 用maven创建一个web projectmvn archetype:create -DgroupId=com.lifesting -DartifactId=test -DarchetypeArtifactId=maven-archetype-webapp2 补全某些目录cd... 阅读全文
摘要:
关于JSP中org.apache.jasper.JasperException: This absolute uri http://java.sun.com/jsp/jstl/core ) cannot be resolved in either web.xml or the jar files deployed with this application 从网上搜了一下,相同的说法是:一个就是... 阅读全文