zoukankan      html  css  js  c++  java
  • 例子无法运行,得买别的书才行了

    部署好那个前面说的书上的书店的例子后,能看到登陆的页面,然后根本无法进去,出现下面的错误。这本书基本上是不行了,还得另外去买别的书。

    2007-06-06 17:30:13,288 [com.ascent.dao.hibernate.CustomerHibernateDAO]-[ERROR]
    根据用户姓名获取用户信息失败!
    org.springframework.jdbc.UncategorizedSQLException: (Hibernate operation): encou
    ntered SQLException [Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and
    (gb2312_chinese_ci,COERCIBLE) for operation '=']; nested exception is java.sql.S
    QLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gb2312_
    chinese_ci,COERCIBLE) for operation '='
    java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) an
    d (gb2312_chinese_ci,COERCIBLE) for operation '='
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2926)
            at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
            at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
            at com.mysql.jdbc.Connection.execSQL(Connection.java:2978)
            at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
            at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
    va:933)
            at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
    1027)
            at net.sf.hibernate.impl.BatcherImpl.getResultSet(BatcherImpl.java:88)
            at net.sf.hibernate.loader.Loader.getResultSet(Loader.java:875)
            at net.sf.hibernate.loader.Loader.doQuery(Loader.java:269)
  • 相关阅读:
    skywalking监控配置tomcat的参数
    weblogic启动受管理节点
    JavaScript中的数组遍历forEach()与map()方法以及兼容写法
    ajax与HTML5 history pushState/replaceState实例
    mongoose参考手册
    mongoose
    解决ul里最后一个li的margin问题
    前端开发中最常用的JS代码片段
    CSS3精美前端
    60个有用的css代码片段
  • 原文地址:https://www.cnblogs.com/chenge/p/774017.html
Copyright © 2011-2022 走看看