5
项目的物理模型
图1-4 list of references
6
项目的包介绍
src中10个包 part1
po 对象
ClassInfo PaperInfo
ScoreInfo SelectionInfo
StuansInfo StuInClassInfo
StuInfo TeaInfo
UserLogin dao 接口 dao.impl 接口实现类 service 业务层
16
保存试卷
if(checkform()==true){
if(list_sel.size()<currentNO)
list_sel.add(currentNO-1, GenSel());
else
list_sel.set(currentNO-1, GenSel());
ShowSel(currentNO); //添加试卷
} }
18
项目总结
本系统从确立需求到基本功能得以实现,总共花 费时间二十余天,期间因为基本功不够扎实,进 度非常缓慢,遇到了许多困难,比如如何实现出 试卷的功能,通过与别人的交流,上网搜寻资料, 逐步解决。 通过自己实际动手操作,将二阶段学习的知识点 应用到实践项目中,既夯实了我们的基础,又提 高了我们的动手能力。
int temppid=pservice.insert(p); if(temppid!=0){ if(selservice.insert_sel(list_sel, temppid))
JOptionPane.showMessageDialog(null, "录入新试卷成功了!"); CreatePaperJFrame.this.dispose(); }