摘要:
this.addWindowListener(new WindowAdapter(){ // 为了关闭窗口 public void windowClosing(WindowEvent e) { System.exit(0); } }); 阅读全文
摘要:
<error-page> <exception-type> javax.servlet.ServletException </exception-type> <localtion>/error.jsp</localtion> </error-page> 阅读全文