Blob寫入文件錯誤
student.class和student.hbm.xml和test.class中的Blob導入的都是java.sql.Blob
在寫入圖片文件時報Exception in thread "main" java.lang.AbstractMethodError: com.mysql.jdbc.ServerPreparedStatement.setBinaryStream(ILjava/io/InputStream;J)V
求解
student.class和student.hbm.xml和test.class中的Blob導入的都是java.sql.Blob
在寫入圖片文件時報Exception in thread "main" java.lang.AbstractMethodError: com.mysql.jdbc.ServerPreparedStatement.setBinaryStream(ILjava/io/InputStream;J)V
求解
2017-06-18
舉報
2017-06-18
已解決問題 mysql jdbc的驅動版本太低 更換為5.1.41就可以了