资源简介
javaee 校友管理系统
代码片段和文件信息
package gu.action;
import org.springframework.stereotype.Controller;
import gu.util.Constants;
@Controller(“initAction“)
public class InitAction {
private String message;
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
public String init() {
return Constants.SUCCESS;
}
public String toleft() {
return Constants.SUCCESS;
}
public String toright() {
return Constants.SUCCESS;
}
public String toregist() {
return Constants.SUCCESS;
}
public String tocenter() {
return Constants.SUCCESS;
}
public String totop() {
return Constants.SUCCESS;
}
public String todown() {
return Constants.SUCCESS;
}
public String torepeatregist() {
message = “该账户已经存在,清重新输入“;
return Constants.SUCCESS;
}
public String toXiaoyou() {
return Constants.SUCCESS;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4505 2015-04-26 19:44 GUSys\GUSys\.classpath
文件 288 2015-04-26 18:28 GUSys\GUSys\.myme
文件 1748 2015-03-12 22:21 GUSys\GUSys\.project
文件 500 2015-03-17 00:00 GUSys\GUSys\.settings\.jsdtscope
文件 247 2015-03-31 19:26 GUSys\GUSys\.settings\com.genuitec.eclipse.migration.prefs
文件 57 2015-03-12 22:18 GUSys\GUSys\.settings\org.eclipse.core.resources.prefs
文件 598 2015-03-31 19:28 GUSys\GUSys\.settings\org.eclipse.jdt.core.prefs
文件 616 2015-03-31 19:26 GUSys\GUSys\.settings\org.eclipse.wst.common.component
文件 359 2015-03-31 19:26 GUSys\GUSys\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2015-03-12 22:04 GUSys\GUSys\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2015-03-12 22:04 GUSys\GUSys\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 942 2015-03-12 22:35 GUSys\GUSys\conf\applicationContext.xm
文件 428 2014-11-14 00:49 GUSys\GUSys\conf\globalMessages.properties
文件 924 2015-03-14 15:10 GUSys\GUSys\conf\hibernate.cfg.xm
文件 2661 2015-04-26 18:40 GUSys\GUSys\conf\jdbcConfig.xm
文件 6718 2015-04-23 17:44 GUSys\GUSys\conf\struts.xm
文件 951 2015-03-31 20:10 GUSys\GUSys\src\gu\action\InitAction.java
文件 14408 2015-04-23 17:20 GUSys\GUSys\src\gu\action\OperateAction.java
文件 647 2015-03-30 14:43 GUSys\GUSys\src\gu\bean\Apply.hbm.xm
文件 817 2015-03-30 14:36 GUSys\GUSys\src\gu\bean\Apply.java
文件 875 2015-04-26 18:43 GUSys\GUSys\src\gu\bean\DongXiang.hbm.xm
文件 1362 2015-03-30 16:43 GUSys\GUSys\src\gu\bean\DongXiang.java
文件 852 2015-03-30 14:34 GUSys\GUSys\src\gu\bean\LiuYan.hbm.xm
文件 1138 2015-03-30 14:35 GUSys\GUSys\src\gu\bean\LiuYan.java
文件 931 2015-03-30 14:34 GUSys\GUSys\src\gu\bean\User.hbm.xm
文件 979 2015-03-30 14:35 GUSys\GUSys\src\gu\bean\User.java
文件 1181 2015-03-30 16:09 GUSys\GUSys\src\gu\bean\UserInfo.hbm.xm
文件 2046 2015-04-23 12:21 GUSys\GUSys\src\gu\bean\UserInfo.java
文件 7215 2015-04-26 19:30 GUSys\GUSys\src\gu\dao\OperateDao.java
文件 394 2015-03-14 14:02 GUSys\GUSys\src\gu\exception\AccountRepeatException.java
............此处省略283个文件信息
评论
共有 条评论