Home >Database >Mysql Tutorial >struts2+mysql乱码有关问题 ssi+mysql乱码

struts2+mysql乱码有关问题 ssi+mysql乱码

WBOY
WBOYOriginal
2016-06-07 16:15:311218browse

struts2+mysql乱码问题 ssi+mysql乱码 struts2+mysql乱码问题 ssi+mysql中文乱码问题 struts mysql乱码 郁闷了好几天的问题 ,现在终于解决了 jdbc.url=jdbc:mysql://127.0.0.1:3306/wy?useUnicode=truecharacterEncoding=utf-8 ? ? jsp正常 action 正常 ,在

struts2+mysql乱码问题 ssi+mysql乱码

struts2+mysql乱码问题

ssi+mysql中文乱码问题

struts mysql乱码

郁闷了好几天的问题 ,现在终于解决了

jdbc.url=jdbc:mysql://127.0.0.1:3306/wy?useUnicode=true&characterEncoding=utf-8

?

?

jsp正常 action 正常 ,在mysql查询就是乱码

?

网上百度发现 这个 设置一下就搞定了,测试成功

?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn