• 大小: 7.75MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-23
  • 语言: 其他
  • 标签: web开发  

资源简介

该系统是一个高校的教研教改项目管理系统,系统用户分为教师、院系和教务处三级用户

资源截图

代码片段和文件信息

package com.action;

import java.sql.SQLException;
import java.util.List;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts2.ServletActionContext;

import com.model.Admin;
import com.opensymphony.xwork2.ActionSupport;
import com.service.deptAuditService;
import com.service.teacherAuditService;

public class audit extends ActionSupport {
deptAuditService dept=new deptAuditService();
List auditlist;
Admin admin;
private String adminlog;
private String Dname;
public List getAuditlist() {
return auditlist;
}
public void setAuditlist(List auditlist) {
this.auditlist = auditlist;
}
public deptAuditService getDept() {
return dept;
}
public void setDept(deptAuditService dept) {
this.dept = dept;
}

public Admin getAdmin() {
return admin;
}
public void setAdmin(Admin admin) {
this.admin = admin;
}


public String auditlist()throws Exception{
System.out.print(“ok“);
auditlist=dept.dAudtiListOk();
return “success“;
}
public String auditOk(){

int flag=dept.pass(adminlog);
if(flag==1)
return “success“;
else
return “error“;
}
public String auditrefuse(){

int flag=dept.refuse(adminlog);
if(flag==1)
return “success“;
else
return “error“;
}
public String deptauditredo(){

int flag=dept.redo(adminlog);
if(flag==1)
return “success“;
else
return “error“;
}
public String deptauditundo(){

int flag=dept.undo(adminlog);
if(flag==1)
return “success“;
else
return “error“;
}
public String deptDel(){

int flag=dept.deptDel(adminlog);
System.out.print(flag);
if(flag!=-1)
return “success“;
else
return “error“;
}
public void setAdminlog(String adminlog) {
this.adminlog = adminlog;
}
public String getAdminlog() {
return adminlog;
}
public void setDname(String dname) {
Dname = dname;
}
public String getDname() {
return Dname;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-04 19:23  河北金融学院教研教改项目管理系统\
     目录           0  2018-06-04 19:22  河北金融学院教研教改项目管理系统\jyjgglsystem\
     文件        1320  2018-04-30 23:27  河北金融学院教研教改项目管理系统\jyjgglsystem\.classpath
     目录           0  2018-04-30 21:36  河北金融学院教研教改项目管理系统\jyjgglsystem\.myeclipse\
     文件         308  2018-05-15 10:10  河北金融学院教研教改项目管理系统\jyjgglsystem\.mymetadata
     文件        1418  2018-05-15 10:10  河北金融学院教研教改项目管理系统\jyjgglsystem\.project
     目录           0  2018-06-04 19:22  河北金融学院教研教改项目管理系统\jyjgglsystem\.settings\
     文件         500  2015-06-08 12:55  河北金融学院教研教改项目管理系统\jyjgglsystem\.settings\.jsdtscope
     文件        1040  2018-04-19 21:32  河北金融学院教研教改项目管理系统\jyjgglsystem\.settings\com.genuitec.eclipse.j2eedt.core.prefs
     文件         330  2015-06-08 12:55  河北金融学院教研教改项目管理系统\jyjgglsystem\.settings\org.eclipse.jdt.core.prefs
     文件          49  2015-06-08 12:55  河北金融学院教研教改项目管理系统\jyjgglsystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2015-06-08 12:55  河北金融学院教研教改项目管理系统\jyjgglsystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2018-06-04 19:22  河北金融学院教研教改项目管理系统\jyjgglsystem\src\
     文件       21126  2018-05-03 09:42  河北金融学院教研教改项目管理系统\jyjgglsystem\src\.struts.mex
     目录           0  2018-06-04 19:22  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\
     目录           0  2018-06-04 19:22  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\
     文件        2015  2018-04-08 14:10  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\audit.java
     文件        2787  2018-04-29 23:23  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\DEndpdoAction.java
     文件        2855  2018-04-16 18:06  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\deptRegist.java
     文件        2755  2018-04-29 19:11  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\DpdoAction.java
     文件         956  2018-05-01 10:57  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\JSPAction.java
     文件        4535  2018-05-10 08:40  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\login.java
     文件         812  2018-05-03 09:41  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\LogoutAction.java
     文件        4302  2018-05-15 13:02  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\pdoAction.java
     文件        3434  2018-04-29 23:21  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\pendAction.java
     文件        3335  2018-04-23 20:42  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\pendAdminAction.java
     文件        4284  2018-05-02 16:48  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\projectAction.java
     文件        1460  2018-04-14 11:49  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\teacherAudit.java
     文件        3502  2018-05-15 12:27  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\teacherRegist.java
     文件        5506  2018-04-28 10:11  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\updateLogPwd.java
     文件        3467  2018-04-16 17:27  河北金融学院教研教改项目管理系统\jyjgglsystem\src\com\action\updateMsg.java
............此处省略419个文件信息

评论

共有 条评论