摘要:
写dao层时一定要把News news=new News();写在while循环内,是每循环一次,new出一个对象 阅读全文
摘要:
今天认识到自己的一个错误,如果从一个页面传值到另一个页面,前边页面用request,后边页面也要用request得到类似的,response、pageContext、session、application依次对应一般传值我们用request请求,因为它比较简单,response比较麻烦 阅读全文
摘要:
一般写的时候,new对象都要加() 阅读全文
摘要:
重定向:public void response.sendRedirect(String location)throws IOException 举例:resp.sendRedirect("/wedding/houtai/News/index.jsp");转发:举例: req.getRequestD... 阅读全文