随笔分类 -  程序故障

程序De_bug...
摘要:错误: 导入别人的ssh项目后出现java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoade错误, 错误发生条件: 别人是用myeclipse10版本,我是用eclipse4.6.0版本运行他的ssh项 阅读全文
posted @ 2016-12-15 16:39 思维焦点 阅读(1300) 评论(0) 推荐(0) 编辑
摘要:运行书里的代码,其中servlet可以通过以下两个方式向jsp传参数: 1. request.getSession().setAttribute("productList",productList); response.sendRedirect("displayAllProduct_3.jsp"); 阅读全文
posted @ 2016-11-02 22:25 思维焦点 阅读(6652) 评论(0) 推荐(1) 编辑
摘要:今天在运行书里的JSTL标签代码的时候出错,总结一下: 问题1.The JSP specification requires that an attribute name is preceded by whitespace 解决:<c:forEach var="book" items="${requ 阅读全文
posted @ 2016-10-11 11:20 思维焦点 阅读(5533) 评论(0) 推荐(0) 编辑