首页 开发技术 Java     /    用户管理系统(ums)

用户管理系统(ums)

上传者: ranl007 | 上传时间:2025/2/19 5:36:56 | 文件大小:2.99MB | 文件类型:rar
用户管理系统(ums)
用户管理系统。
语言JAVA publicvoiddoPost(HttpServletRequestrequest,HttpServletResponseresponse) throwsServletException,IOException{// 设置编码格式 response.setContentType("text/html;charset=GB18030"); response.setCharacterEncoding("GB18030"); request.setCharacterEncoding("GB18030"); //调用业务逻辑 UserDAOuserDAO=newUserDAO();// 返回的list值 ArrayListlist=userDAO.queryAll(); //重点。


HttpSession的用处??? HttpSessionsession=request.getSession();// 设置session的值 session.setAttribute("userList",list); //跳转到显示的页面,格式(得到当前页面的+要跳转的页面) response.sendRedirect(request.getContextPath()+"/manager.jsp"); } 本软件ID:1107253

文件下载

资源详情

[{"title":"(42个子文件2.99MB)用户管理系统(ums)","children":[{"title":"LTGUMS","children":[{"title":"LTGUMS","children":[{"title":".project <span style='color:#111;'>1.20KB</span>","children":null,"spread":false},{"title":".mymetadata <span style='color:#111;'>291B</span>","children":null,"spread":false},{"title":"WebRoot","children":[{"title":"reg.jsp <span style='color:#111;'>3.74KB</span>","children":null,"spread":false},{"title":"login.jsp <span style='color:#111;'>2.47KB</span>","children":null,"spread":false},{"title":"addfail.jsp <span style='color:#111;'>1008B</span>","children":null,"spread":false},{"title":"regsuccess.jsp <span style='color:#111;'>984B</span>","children":null,"spread":false},{"title":"manager.jsp <span style='color:#111;'>3.74KB</span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'>3.37KB</span>","children":null,"spread":false},{"title":"lib","children":[{"title":"mysql-connector-java-5.0.4-bin.jar <span style='color:#111;'>484.32KB</span>","children":null,"spread":false}],"spread":true},{"title":"classes","children":[{"title":"daopkg","children":[{"title":"UserDAO.class <span style='color:#111;'>5.44KB</span>","children":null,"spread":false}],"spread":false},{"title":"utils","children":[{"title":"JDBCUtils.class <span style='color:#111;'>2.19KB</span>","children":null,"spread":false}],"spread":false},{"title":"servlet","children":[{"title":"DeleteallServlet.class <span style='color:#111;'>1.69KB</span>","children":null,"spread":false},{"title":"LoginServlet.class <span style='color:#111;'>2.13KB</span>","children":null,"spread":false},{"title":"DeletebyidServlet.class <span style='color:#111;'>1.91KB</span>","children":null,"spread":false},{"title":"ShowServlet.class <span style='color:#111;'>1.75KB</span>","children":null,"spread":false},{"title":"UserServlet.class <span style='color:#111;'>2.26KB</span>","children":null,"spread":false},{"title":"UpdatepdServlet.class <span style='color:#111;'>1.91KB</span>","children":null,"spread":false},{"title":"AddServlet.class <span style='color:#111;'>2.24KB</span>","children":null,"spread":false}],"spread":false},{"title":"vopkg","children":[{"title":"UserVO.class <span style='color:#111;'>1.57KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"index.jsp <span style='color:#111;'>2.35KB</span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'>39B</span>","children":null,"spread":false}],"spread":true},{"title":"regfail.jsp <span style='color:#111;'>975B</span>","children":null,"spread":false},{"title":"image","children":[{"title":"5.jpg <span style='color:#111;'>798.76KB</span>","children":null,"spread":false},{"title":"2.jpg <span style='color:#111;'>259.61KB</span>","children":null,"spread":false},{"title":"1.jpg <span style='color:#111;'>193.48KB</span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'>28.50KB</span>","children":null,"spread":false},{"title":"6.jpg <span style='color:#111;'>734.05KB</span>","children":null,"spread":false},{"title":"7.jpg <span style='color:#111;'>749.27KB</span>","children":null,"spread":false}],"spread":false},{"title":"add.jsp <span style='color:#111;'>3.66KB</span>","children":null,"spread":false},{"title":"loginsuccess.jsp <span style='color:#111;'>977B</span>","children":null,"spread":false},{"title":"loginfail.jsp <span style='color:#111;'>977B</span>","children":null,"spread":false}],"spread":false},{"title":".myeclipse","children":null,"spread":false},{"title":"src","children":[{"title":"daopkg","children":[{"title":"UserDAO.java <span style='color:#111;'>6.57KB</span>","children":null,"spread":false}],"spread":true},{"title":"utils","children":[{"title":"JDBCUtils.java <span style='color:#111;'>2.46KB</span>","children":null,"spread":false}],"spread":true},{"title":"servlet","children":[{"title":"DeleteallServlet.java <span style='color:#111;'>1.09KB</span>","children":null,"spread":false},{"title":"ShowServlet.java <span style='color:#111;'>1.24KB</span>","children":null,"spread":false},{"title":"LoginServlet.java <span style='color:#111;'>1.73KB</span>","children":null,"spread":false},{"title":"DeletebyidServlet.java <span style='color:#111;'>1.31KB</span>","children":null,"spread":false},{"title":"UserServlet.java <span style='color:#111;'>1.83KB</span>","children":null,"spread":false},{"title":"AddServlet.java <span style='color:#111;'>1.81KB</span>","children":null,"spread":false},{"title":"UpdatepdServlet.java <span style='color:#111;'>1.23KB</span>","children":null,"spread":false}],"spread":true},{"title":"vopkg","children":[{"title":"UserVO.java <span style='color:#111;'>1.12KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'>455B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • Zerlinda_Li:
    部署好后,可以使用2014-05-15
  • gropeman84:
    嗯嗯,很不错,代码结构还可以2012-08-08
  • matever:
    逻辑清晰,挺好的资源2012-06-29

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明