Eclipse windows-preferences-general-workspace选择为UTF-8
Mysql 创建时选择UTF-8
URL = "jdbc:mysql://127.0.0.1:3306/imooc?useUnicode=true&characterEncoding=utf8";主要是添加下划线部分
本文共 217 字,大约阅读时间需要 1 分钟。
Eclipse windows-preferences-general-workspace选择为UTF-8
Mysql 创建时选择UTF-8
URL = "jdbc:mysql://127.0.0.1:3306/imooc?useUnicode=true&characterEncoding=utf8";主要是添加下划线部分
转载于:https://www.cnblogs.com/changyaoguo/p/5383591.html