最赞回答 / hurryyuan
在数据库脚本文件开头加入一行 set character set utf8将[mysql]下的default-character-set=latin1改为default-character-set=utf8
2016-11-18
已采纳回答 / 繁一白起
在servlet加个判断条件就行了。当你点击查询的时候在servlet里面获取当前页数,如果没有传参(默认),就把当前页码设为1再去调用service层就行了
2016-11-07
最新回答 / 小羊杨
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