資源簡介
4、新生錄取管理軟件
任務 :某校錄取新生的標準下限為:六門課均及格,或雖有一門課不及格但在50分以上且平均成績達到60分以上。
要求:
(1)從鍵盤輸入每個考生的準考證號、姓名、身份證號、各科成績,生成一個文件。
(2)可以對考生記錄進行添加、修改但不得刪除。
(3)找出符合錄取標準的考生記錄,計算該生總分,生成另一個文件。
(4)打印符合錄取標準的考生報表。報表按總分依次從大到小排序,表格內容包括準考證號、姓名、總分、各單科成績。
設置管理員和普通用戶兩種登錄系統身份,每個用戶應有自己的口令;
管理員身份可以完成上述基本要求的功能,普通用戶可以通過同時輸入準考證號和身份證號查詢個人成績。

代碼片段和文件信息
package?cbf.bean.student.DAO;
import?java.util.List;
import?cbf.bean.student.vo.Infro;
public?interface?InfroDAO?
{
//通過準考證、身份證查詢基本信息
public?void?queryInfroByNum(Infro?infro)throws?Exception;
// 插入學生基本信息
public?void?insertInfro(Infro?infro)throws?Exception;
// 更新基本信息
public?void?updateInfro(Infro?infro)throws?Exception;
// 查詢所有錄取學生信息
public?List?queryInfroByAll()?throws?Exception;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????549??2009-07-02?12:56??student\Auser.jsp
?????文件???????1059??2009-07-02?17:40??student\change.jsp
?????文件???????2160??2009-07-02?17:40??student\change_into.jsp
?????文件????????826??2009-07-02?17:44??student\change_into_do.jsp
?????文件???????2993??2009-07-02?14:28??student\enroll.jsp
?????文件????????614??2009-07-02?15:19??student\enroll_do.jsp
?????文件???????3081??2009-07-02?18:24??student\find.jsp
?????文件???????3794??2009-07-02?12:01??student\index.jsp
?????文件???????1128??2009-07-02?18:28??student\left.html
?????文件???????2634??2009-07-02?15:15??student\list.jsp
?????文件???????1011??2009-07-02?10:59??student\loginConf.jsp
?????文件????????676??2009-07-02?18:30??student\loginout.jsp
?????文件???????4281??2009-07-02?11:56??student\Ouser.jsp
?????文件???????1924??2009-07-02?10:20??student\record.jsp
?????文件????????705??2009-07-02?11:18??student\record_do.jsp
?????文件???????3432??2009-07-01?11:35??student\regester.jsp
?????文件????????174??2009-07-01?09:30??student\right.html
?????文件????????814??2009-07-01?10:50??student\top.html
?????文件???????1864??2009-07-02?08:59??student\JavaBean\cbf\bean\student\vo\Infro.class
?????文件???????1161??2009-07-01?20:14??student\JavaBean\cbf\bean\student\vo\Infro.java
?????文件???????1480??2009-07-02?14:53??student\JavaBean\cbf\bean\student\vo\Sum.class
?????文件????????720??2009-07-02?14:53??student\JavaBean\cbf\bean\student\vo\Sum.java
?????文件????????906??2009-07-02?08:59??student\JavaBean\cbf\bean\student\vo\User.class
?????文件????????498??2009-07-01?10:15??student\JavaBean\cbf\bean\student\vo\User.java
?????文件????????652??2009-07-02?11:17??student\JavaBean\cbf\bean\student\factory\DAOFactory.class
?????文件????????375??2009-07-02?11:17??student\JavaBean\cbf\bean\student\factory\DAOFactory.java
?????文件???????1407??2009-07-02?08:59??student\JavaBean\cbf\bean\student\DBConect\JdbcConnect.class
?????文件????????967??2009-07-01?10:10??student\JavaBean\cbf\bean\student\DBConect\JdbcConnect.java
?????文件???????8138??2009-07-02?18:20??student\JavaBean\cbf\bean\student\DAOImpl\StudentDAOImpl.class
?????文件???????8874??2009-07-02?18:20??student\JavaBean\cbf\bean\student\DAOImpl\StudentDAOImpl.java
............此處省略31個文件信息
- 上一篇:Smali指令中文手冊
- 下一篇:teacher.zip
評論
共有 條評論