goback add

数据库连接url中分号引发的错误_asp.net技巧

4616 点击·0 回帖
111111
楼主
这样定义,最后的“;”是不被允许的
  jdbc:mysql://localhost:3306/library?characterEncoding=gb2312;useUnicode=yes;

而这样定义,最后的“;”是允许的
 

 jdbc:mysql://localhost:3306/exam?characterEncoding=gb2312;useUnicode=true;
 



喜欢0 评分0