資源簡介
一個很經典的學生學籍管理系統,很適合于初學者下載學習。里面有數據庫建表語句,數據庫用MySql,有源碼,可以將項目直接添加到ECLIPSE和MYSCLIPSE的WEB PROJECT中進行調試。5分對于好的資源,分數不高。

代碼片段和文件信息
package?bean;
public?class?Course?{
private?int?courseID;
private?String?courseName;
private?int?courseCredit;
private?int?totalScore;
private?String?remark;
//手動添加一個屬性,在課程查詢時方便應用
private?String?teacherName?;
//手動添加一個屬性,在成績查詢時方便應用
private?int?score;
public?int?getCourseID()?{
return?courseID;
}
public?void?setCourseID(int?courseID)?{
this.courseID?=?courseID;
}
public?String?getCourseName()?{
return?courseName;
}
public?void?setCourseName(String?courseName)?{
this.courseName?=?courseName;
}
public?int?getCourseCredit()?{
return?courseCredit;
}
public?void?setCourseCredit(int?courseCredit)?{
this.courseCredit?=?courseCredit;
}
public?int?getTotalScore()?{
return?totalScore;
}
public?void?setTotalScore(int?totalScore)?{
this.totalScore?=?totalScore;
}
public?String?getRemark()?{
return?remark;
}
public?void?setRemark(String?remark)?{
this.remark?=?remark;
}
public?String?getTeacherName()?{
return?teacherName;
}
public?void?setTeacherName(String?teacherName)?{
this.teacherName?=?teacherName;
}
public?int?getScore()?{
return?score;
}
public?void?setScore(int?score)?{
this.score?=?score;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3649??2009-02-17?23:35??stu\addCourse.jsp
?????文件???????3255??2009-04-13?17:49??stu\addNews.jsp
?????文件???????4807??2009-02-17?23:35??stu\addScore.jsp
?????文件???????3977??2009-02-17?23:35??stu\addStudent.jsp
?????文件???????3676??2009-02-17?23:35??stu\addTeacher.jsp
?????文件???????3177??2009-02-17?23:35??stu\admin.jsp
?????文件???????3890??2009-08-28?23:11??stu\allCourse.jsp
?????文件???????4024??2009-02-17?23:35??stu\allNews.jsp
?????文件???????3939??2009-08-28?23:15??stu\allStudent.jsp
?????文件???????3599??2009-08-28?23:15??stu\allTeacher.jsp
?????文件???????4245??2009-08-28?23:56??stu\allWords.jsp
?????文件???????2558??2009-02-17?23:35??stu\checkPWD.jsp
?????文件???????4033??2009-02-17?23:35??stu\css\common.css
?????文件???????1055??2009-02-17?23:35??stu\css\home.css
?????文件???????8743??2009-02-17?23:35??stu\css\st
?????文件???????1065??2009-02-17?23:35??stu\exit.jsp
?????文件?????????52??2009-02-17?23:35??stu\images\arrow.gif
?????文件?????????52??2009-02-17?23:35??stu\images\arrow_hover.gif
?????文件????????786??2009-02-17?23:35??stu\images\article_bg.gif
?????文件????????345??2009-02-17?23:35??stu\images\body_bg.gif
?????文件???????1938??2009-02-17?23:35??stu\images\body_yellow_bg.gif
?????文件?????????48??2009-02-17?23:35??stu\images\bullet.gif
?????文件?????????54??2009-02-17?23:35??stu\images\bullet3.gif
?????文件??????32389??2009-02-17?23:35??stu\images\center.jpg
?????文件????????197??2009-02-17?23:35??stu\images\click_bg.gif
?????文件?????????48??2009-02-17?23:35??stu\images\event_div.gif
?????文件?????????96??2009-02-17?23:35??stu\images\footer_bg.gif
?????文件?????????46??2009-02-17?23:35??stu\images\form_div.gif
?????文件???????8308??2009-02-17?23:35??stu\images\header.gif
?????文件????????894??2009-02-17?23:35??stu\images\home_page_details.gif
............此處省略124個文件信息
- 上一篇:關鍵字提取
- 下一篇:Java課程設計案例精編第二版書中案例代碼
評論
共有 條評論