日常错误
文章平均质量分 73
凉_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hibernate生成数据表时报错:HHH000388: Unsuccessful: create table emp (empid integer generated by default as i
错误提示: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generated by default as identity, deptna原创 2017-10-18 15:41:42 · 2014 阅读 · 0 评论 -
Can not issue data manipulation statements with executeQuery()
错误提示: Can not issue data manipulation statements with executeQuery() 源代码: String sql="insert into orders values(?,?,?,?,?,?,?,?)"; qr.query(sql,order.getOid(),new SimpleDateFormat("yyyy-MM-dd HH:m原创 2017-09-29 16:46:04 · 782 阅读 · 0 评论 -
object is not an instance of declaring class
public class BeanServlet extends HttpServlet { @Override protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {原创 2017-09-18 17:11:41 · 2863 阅读 · 0 评论 -
spring配置错误Multiple annotations found at this line
错误提示 Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/context/spring-context.xsd', because 1) could not原创 2017-10-25 15:06:26 · 11099 阅读 · 0 评论 -
struts传值失败空指针异常
struts传值失败,空指针异常,使用属性驱动原创 2017-10-26 11:25:48 · 724 阅读 · 0 评论
分享