Web jsp开发学习——实现页面跳转和传参
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
/*
* 不带状态的跳转:response.sendRedirext("index.jsp")
* 带状态的页面跳转:RequestDispatcher.forward(request,response)
*/
}
05集合02map
05集合03List
04异常异常
03常用类
05集合01集合综述
centos7自建yum源 安装rpm
centos扩展磁盘根分区
systemctl 进阶
systemctl 入门