java提交时出的异常

来源:百度知道 编辑:UC知道 时间:2024/06/21 01:20:18
java.sql.SQLException: Table 'ister.zhuce' doesn't exist
com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928)
com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
com.mysql.jdbc.Connection.execSQL(Connection.java:2994)
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:936)
com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1166)
com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1082)
com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1067)
org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:73)
org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:33)
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2158)
org.hibernate.persister.ent

Table 'ister.zhuce' doesn't exist
这句话说得很明确,没有这张表。学习不能只学中文,英文也要学好阿,要不然建议改行了,高级的东西几乎都是用英文写的,怎么办

ister.zhuce有这个表吗?

ister.zhuceZhege表? 不存在

编程的时候很容易写错一个单词
不过基本上报错都是能找到的
你的这个错要么是你打表的时候打错了
要么这就根本不是你的代码