摘要:
错误:No primary or single unique constructor found for interface java.util.List(没有为List接口找到主要的或唯一的构造函数) 原因:请求的参数没有匹配上处理函数的参数 解决:为List参数添加@RequestParam注解 阅读全文
摘要:
项目出现的异常提示如下: No qualifying bean of type 'zxp.dao.OrderDao' available: expected single matching bean but found 2: orderDaoImpl,orderDao 当然,也可能会给我们报从Dao 阅读全文
摘要:
java.sql.SQLException: 索引中丢失 IN 或 OUT 参数:: 1 at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1752) 阅读全文