• 大小: 13.03MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-26
  • 语言: Java
  • 标签: 学生成绩  管理  JAVA  

资源简介

运用Java、Html语言并与数据库进行连接,做一个学生信息管理系统,包括信息的查询、添加、删除和更新的功能。开发工具 1、开发平台myeclipse6.0或6.5 2、数据库mysql和tomcat

资源截图

代码片段和文件信息

package com.student.score.action;

import java.util.List;

import com.opensymphony.xwork2.ActionSupport;
import com.student.score.model.Student;
import com.student.score.service.StudentService;

public class StudentAction extends ActionSupport {

private List students;
private StudentService studentService = new StudentService();
private Student student;
private int id;
public String list() {
students = studentService.list();
return SUCCESS;
}
public String add() {

studentService.add(student);
return SUCCESS;
}

public String update() {
studentService.update(student);
return SUCCESS;
}

public String delete() {
studentService.deleteById(id);
return SUCCESS;
}

public String addInput() {
return INPUT;
}

public String updateInput() {
this.student = this.studentService.loadById(id);
return INPUT;
}
public List getStudents() {
return students;
}
public void setStudents(List students) {
this.students = students;
}
public StudentService getStudentService() {
return studentService;
}
public void setStudentService(StudentService studentService) {
this.studentService = studentService;
}
public Student getStudent() {
return student;
}
public void setStudent(Student student) {
this.student = student;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}



}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    4561358  2010-04-25 15:32  系统\学生成绩管理系统\打包可以直接部署文件\stuscore.war

     文件       1162  2010-04-25 12:59  系统\学生成绩管理系统\源文件\.classpath

     文件        297  2010-04-27 12:27  系统\学生成绩管理系统\源文件\.mymetadata

     文件       1414  2010-04-25 08:22  系统\学生成绩管理系统\源文件\.project

     文件        500  2010-04-25 07:36  系统\学生成绩管理系统\源文件\.settings\.jsdtscope

     文件        330  2010-04-25 07:36  系统\学生成绩管理系统\源文件\.settings\org.eclipse.jdt.core.prefs

     文件         49  2010-04-25 07:36  系统\学生成绩管理系统\源文件\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2010-04-25 07:36  系统\学生成绩管理系统\源文件\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件        820  2010-04-27 16:01  系统\学生成绩管理系统\源文件\sql\stuscore.sql

     文件       1467  2010-04-25 14:43  系统\学生成绩管理系统\源文件\src\com\student\score\action\StudentAction.java

     文件       1196  2010-04-26 20:43  系统\学生成绩管理系统\源文件\src\com\student\score\model\Student.java

     文件       3708  2010-04-25 14:47  系统\学生成绩管理系统\源文件\src\com\student\score\service\StudentService.java

     文件       1299  2010-04-25 12:35  系统\学生成绩管理系统\源文件\src\com\student\score\util\DB.java

     文件       1669  2010-04-26 20:24  系统\学生成绩管理系统\源文件\src\struts.xml

     文件       1186  2010-04-26 19:49  系统\学生成绩管理系统\源文件\WebRoot\index.jsp

     文件         36  2010-04-25 07:36  系统\学生成绩管理系统\源文件\WebRoot\meta-INF\MANIFEST.MF

     文件        897  2010-04-26 19:48  系统\学生成绩管理系统\源文件\WebRoot\student\student_add.jsp

     文件       2245  2010-04-26 21:36  系统\学生成绩管理系统\源文件\WebRoot\student\student_addInput.jsp

     文件        877  2010-04-26 19:41  系统\学生成绩管理系统\源文件\WebRoot\student\student_delete.jsp

     文件       1952  2010-04-26 20:48  系统\学生成绩管理系统\源文件\WebRoot\student\student_list.jsp

     文件        873  2010-04-26 19:40  系统\学生成绩管理系统\源文件\WebRoot\student\student_update.jsp

     文件       2508  2010-04-26 21:36  系统\学生成绩管理系统\源文件\WebRoot\student\student_updateInput.jsp

     文件    4561455  2010-04-27 15:35  系统\学生成绩管理系统\源文件\WebRoot\stuscore.war

     文件       2405  2010-04-25 21:32  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\classes\com\student\score\action\StudentAction.class

     文件       1921  2010-04-26 20:43  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\classes\com\student\score\model\Student.class

     文件       4424  2010-04-25 21:32  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\classes\com\student\score\service\StudentService.class

     文件       1876  2010-04-25 21:32  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\classes\com\student\score\util\DB.class

     文件       1669  2010-04-26 20:24  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\classes\struts.xml

     文件      57779  2010-04-25 08:10  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar

     文件      87776  2010-04-25 08:10  系统\学生成绩管理系统\源文件\WebRoot\WEB-INF\lib\commons-io-1.3.2.jar

............此处省略39个文件信息

评论

共有 条评论