文件名称:用户增删查改验证系统
文件大小:7.45MB
文件格式:RAR
更新时间:2014-04-17 10:07:39
登录 注册验证 用户管理
public String addUser() throws Exception { // if (userservice.selectUser(user.getUsername())!= null) { // addFieldError("username", "用户名已存在!"); // return "input"; // } User u = new User(); MD5 md5 = new MD5(); u.setUsername(user.getUsername()); u.setPassword(md5.getMD5ofStr(user.getPassword())); u.setEmail(user.getEmail()); u.setPhone(user.getPhone()); u.setRole(user.getRole()); userservice.addUser(u); addActionMessage("添加用户成功!"); return "success"; }
【文件预览】:
test1
----.mystrutsdata(240B)
----.springBeans(462B)
----.myhibernatedata(574B)
----.settings()
--------org.springframework.ide.eclipse.core.prefs(7KB)
--------org.eclipse.jdt.core.prefs(330B)
----src()
--------dao()
--------action()
--------bean()
--------log4j.properties(586B)
--------com()
--------struts.xml(3KB)
--------tool()
--------service()
--------.struts.mex(4KB)
--------struts.properties(27B)
--------applicationContext.xml(5KB)
----.project(2KB)
----WebRoot()
--------META-INF()
--------welcome.jsp(1KB)
--------WEB-INF()
--------js()
--------updateview.jsp(4KB)
--------usermanage.jsp(6KB)
--------login.wml(394B)
--------login.jsp(1KB)
--------add.jsp(5KB)
--------regist.jsp(5KB)
--------error.jsp(968B)
--------success.jsp(1KB)
----.mymetadata(288B)
----.classpath(2KB)
----.myeclipse()