最赞回答 / hurryyuan
在数据库脚本文件开头加入一行 set character set utf8将[mysql]下的default-character-set=latin1改为default-character-set=utf8
2016-11-18
最新回答 / 小羊杨
this.id = (int)map.get("id"); this.stuName = (String)map.get(stuName)前面id加了“”为啥后面的都不加 。this.id = (int)map.get("id"); this.stuName = (String)map.get("stuName")都加""试试。
2016-09-30
最新回答 / 孔孔孔孔
问题解决了,connection = DriverManager.getConnection(URL,USERNAME,PASSWORD)中,只写了URL就会导致这个错误
2016-09-01