
MVC
DYSLzx
java开发工程师
展开
-
HTTP Status 500 javax.el.PropertyNotFoundException: 类型[cn.xxxx.xxx.xxx.qo.XxxQo]上找不到属性[sFrom]
错误HTTP Status 500 – Internal Server ErrorType 异常报告消息 在 [108] 行处理 [/WEB-INF/view/worker/list.jsp] 时发生异常105: <div>106: <form action="/KaoShiProject/ToListServlet" id="searchForm" method="post" >107: 关键字: <input t原创 2020-09-28 22:17:33 · 730 阅读 · 0 评论 -
HTTP Status 500 – Internal Server Error Type Expected one result (or null) to be returned...........
错误HTTP Status 500 – Internal Server ErrorType 异常报告消息 Expected one result (or null) to be returned by selectOne(), but found: 8描述 服务器遇到一个意外的情况,阻止它完成请求。Exceptionorg.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be r原创 2020-09-24 18:49:17 · 1042 阅读 · 0 评论 -
PageBean分页的工具类
DruidDataSourceFactory.javapackage cn.dyslzx.two.utils;import org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory;import com.alibaba.druid.pool.DruidDataSource;/** * 自定义连接池的工厂类 * 必须去继承UnpooledDataSourceFactory 这个类 * @author DYSLzx */原创 2020-11-23 22:11:18 · 354 阅读 · 0 评论 -
org.apache.ibatis.exceptions.PersistenceException:Parameter ‘ids‘ not found. Available parameters...
错误org.apache.ibatis.exceptions.PersistenceException:Error updating database. Cause: org.apache.ibatis.binding.BindingException: Parameter ‘ids’ not found. Available parameters are [array]Cause: org.apache.ibatis.binding.BindingException: Parameter ‘ids’原创 2020-09-21 20:51:16 · 193 阅读 · 0 评论 -
HTTP Status 500 – Internal Server Error Type 异常报告 java.lang.NumberFormatException: null
错误HTTP Status 500 – Internal Server ErrorType 异常报告消息 null描述 服务器遇到一个意外的情况,阻止它完成请求。Exceptionjava.lang.NumberFormatException: nulljava.lang.Integer.parseInt(Integer.java:542)java.lang.Integer.parseInt(Integer.java:615)cn.dyslzx.two.department.servlet原创 2020-09-16 19:45:49 · 7606 阅读 · 3 评论 -
错误:java.lang.NumberFormatException: For input string: “requestScope.pageInfo.pageNum“
错误HTTP Status 500 – Internal Server ErrorType 异常报告消息 For input string: “requestScope.pageInfo.pageNum”描述 服务器遇到一个意外的情况,阻止它完成请求。Exceptionjava.lang.NumberFormatException: For input string: “requestScope.pageInfo.pageNum”java.lang.NumberFormatException.原创 2020-09-15 19:47:20 · 1315 阅读 · 2 评论