摘要:
在sql配置中比如in(#rewr#) 与in ($rewr$) 在Ibatis中我们使用SqlMap进行Sql查询时需要引用参数,在参数引用中遇到的符号#和$之间的区分为,#可以进行与编译,进行类型匹配,而$不进行数据类型匹配,例如: select * from table where id = 阅读全文
摘要:
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本 阅读全文
摘要:
eclipse在使用maven的tomcat控件编译java程序时,报错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project **-web: F 阅读全文
摘要:
maven编译项目时出错,提示信息如下: No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 本以为可能是Eclipse配置Maven没配置好,或者是jdk和 阅读全文