• 大小: 51.7 KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-10-20
  • 语言: Java
  • 标签: jsp  java  sql  

资源简介

此学生个人信息系统包括如下功能:

1.学生登陆,修改密码,注销、退出登陆。

2.学生查询课程信息,选择课程,删除自己的课程,查看自己的课表。

3.学生查看自己的已修课程成绩,不及格课程,重修课程。

4.查看自己的学籍信息,违纪信息等。

5.解压压缩文件后,导入现有文件系统“student”,然后在集成开发环境中首页路径为:http://localhost:8080/student/student.htm

注:此系统可用如下学号密码登陆。如需使用其他学号登陆可查看数据库“info.mdb”。

资源截图

代码片段和文件信息

package javabean;

import java.io.Serializable;

public class course implements Serializable{
private String cno;
private String cname;
private int classday;
private int classtime;
private String ctype;
private String tname;

public String toString() {
    return getCno();
  }

public String getCno() {
return cno;
}

public void setCno(String cno) {
this.cno = cno;
}

public String getCname() {
return cname;
}

public void setCname(String cname) {
this.cname = cname;
}

public int getClassday() {
return classday;
}

public void setClassday(int classday) {
this.classday = classday;
}

public int getClasstime() {
return classtime;
}

public void setClasstime(int classtime) {
this.classtime = classtime;
}

public String getCtype() {
return ctype;
}

public void setCtype(String ctype) {
this.ctype = ctype;
}

public String getTname() {
return tname;
}

public void setTname(String tname) {
this.tname = tname;
}
}

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

     文件        340  2008-12-23 09:41  student\.classpath

     文件        294  2008-12-28 18:06  student\.mymetadata

     文件       1225  2008-12-23 09:41  student\.project

     文件       9890  2008-12-23 09:41  student\WebRoot\1.jpg

     文件        763  2008-12-27 16:18  student\WebRoot\banquan.htm

     文件       2054  2008-12-27 17:47  student\WebRoot\changepw.jsp

     文件       1516  2008-12-27 10:58  student\WebRoot\changesuccess.jsp

     文件       3952  2008-12-27 15:26  student\WebRoot\choicecourse.jsp

     文件       1662  2008-12-27 10:58  student\WebRoot\choicesuccess.jsp

     文件        539  2008-12-27 15:23  student\WebRoot\exit.jsp

     文件     544768  2008-12-27 15:34  student\WebRoot\info.mdb

     文件       2800  2008-12-27 10:53  student\WebRoot\kebiao.jsp

     文件       2900  2008-12-27 14:44  student\WebRoot\login.jsp

     文件        840  2008-12-23 09:41  student\WebRoot\logoff.jsp

     文件       2119  2008-12-28 17:58  student\WebRoot\start.jsp

     文件        640  2008-12-23 09:41  student\WebRoot\student.htm

     文件       3190  2008-12-27 18:26  student\WebRoot\tree.htm

     文件       1680  2008-12-27 14:44  student\WebRoot\deletecourse.jsp

     文件        987  2008-12-27 10:59  student\WebRoot\deletesuccess.jsp

     文件       2548  2008-12-27 17:52  student\WebRoot\findcourse.jsp

     文件        424  2008-12-27 10:48  student\WebRoot\head.jsp

     文件        959  2008-12-27 18:26  student\WebRoot\score.jsp

     文件       1428  2008-12-27 13:45  student\WebRoot\thisscore.jsp

     文件       1038  2008-12-27 13:45  student\WebRoot\fail.jsp

     文件       1395  2008-12-27 13:35  student\WebRoot\restudy.jsp

     文件       1318  2008-12-27 15:18  student\WebRoot\wordinfo.jsp

     文件        178  2008-12-27 13:39  student\WebRoot\multinfo.jsp

     文件        735  2008-12-27 14:21  student\WebRoot\bad.jsp

     文件        266  2008-12-27 16:23  student\WebRoot\tonlon.jsp

     文件       2828  2008-12-27 17:54  student\WebRoot\forgetpw.jsp

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

评论

共有 条评论