這個(gè)錯(cuò)誤怎么解決
ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Incorrect string value: '\xE5\xBC\xA0\xE4\xB8\x89...' for column 'sname' at row 1 這個(gè)錯(cuò)誤怎么解決
ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Incorrect string value: '\xE5\xBC\xA0\xE4\xB8\x89...' for column 'sname' at row 1 這個(gè)錯(cuò)誤怎么解決
舉報(bào)
2015-09-28
已經(jīng)解決了,是數(shù)據(jù)庫編碼問題,換成utf-8就行了
2015-09-28
錯(cuò)誤提示,說你的sname的值不對(duì),看看你的sname是什么類型,可以把你sname中存放的值說一下