conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/jsp_db","root","123456");

这个地方改成conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/jsp_db?useUnicode=true&characterEncoding=utf-8&useSSL=false","root","123456");

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-12-13
  • 2022-02-18
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
猜你喜欢
  • 2021-07-06
  • 2022-12-23
  • 2021-07-27
  • 2022-02-26
  • 2022-12-23
相关资源
相似解决方案