已采納回答 / A_啊帥
不妨試試把 response.setContentType("text/html;charset=utf-8"); 這行代碼放在PrintWriter out=response.getWriter();之前!
2015-09-02
已采納回答 / 泡芙公主果果
參考如下網址,了解一下doGet和doPost的區別:http://blog.sina.com.cn/s/blog_677f9331010115k3.html
2015-07-17
已采納回答 / xamilanlover
問題:項目能正常啟動,但在系統登錄時卻報錯!MyEclipse 報錯問題。原因:由于電腦上安裝了多個JDK版本,而MyEclipse IDE 使用默認版本,使得 IDE 的Compiler Compliance level 與 Installed JREs 版本不對應而導致錯誤。解決方案:將 IDE 的Compiler Compliance level 與 Installed JREs 版本修改為一致。(例如:Compiler Compliance level 使用1.5時,Installed JREs版...
2015-07-11