最贊回答 / hurryyuan
在數(shù)據(jù)庫腳本文件開頭加入一行 set character set utf8將[mysql]下的default-character-set=latin1改為default-character-set=utf8
最新回答 / qq_也許明天_8
我在網(wǎng)不好時(shí)提前用開發(fā)者工具找mp4鏈接下載下來看,但建議只是用于網(wǎng)不好時(shí)離線來看,別用在他處
2016-11-15
已采納回答 / 繁一白起
在servlet加個判斷條件就行了。當(dāng)你點(diǎn)擊查詢的時(shí)候在servlet里面獲取當(dāng)前頁數(shù),如果沒有傳參(默認(rèn)),就把當(dāng)前頁碼設(shè)為1再去調(diào)用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