java查询mysql中文问题

String DBDRIVER= "com.mysql.jdbc.Driver"; String DBURL ="jdbc:mysql://localhost:3306/netdisk?useUnicode=true&characterEncoding=utf-8"; String DBUSER ="root"; String DBPASS = "root";mysql 写mysql的URL时  
相关文章
相关标签/搜索