資源簡介
此學生個人信息系統包括如下功能:
1.學生登陸,修改密碼,注銷、退出登陸。
2.學生查詢課程信息,選擇課程,刪除自己的課程,查看自己的課表。
3.學生查看自己的已修課程成績,不及格課程,重修課程。
4.查看自己的學籍信息,違紀信息等。
5.解壓壓縮文件后,導入現有文件系統“student”,然后在集成開發環境中首頁路徑為:http://localhost:8080/student/student.htm
注:此系統可用如下學號密碼登陸。如需使用其他學號登陸可查看數據庫“info.mdb”。
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\.myme
?????文件???????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個文件信息
- 上一篇:java實現的網絡五子棋
- 下一篇:java GUI版漢諾塔源碼
評論
共有 條評論