UTF8
数据库编码,页面编码一致,这样难免还会出现乱码
在jdbc.properties数据库连接上加一串代码似乎行之有效。
?useUnicode=true&characterEncoding=UTF-8
<connector port="8080" ...>的那个标签最后加入URIEncoding='UTF-8'