摘要: 问题: 通过中文查询时得到的结果集为0,这主要是编码的问题解决方法: 可以在连接mysql数据库时在连接字符串中进行设置如: url="jdbc:mysql://localhost:3306/db_pos?useUnicode=true&characterEncoding=utf8" 这样就可以了参考:http://hbyxfy.iteye.com/blog/505826 阅读全文
posted @ 2012-12-01 11:43 lpshou 阅读(1056) 评论(0) 推荐(0) 编辑