标签:
一、saveOrUpdate
是根据对象的状态(瞬时,持久,托管)对对象进行save或update操作的。
二、
1 List courses = kss.getCourses(); //赋值
2 List paperConfigs = kss.getPaperConfigs();
3 List pcs = kss.getGlobalDataXml2(path);
4 request.setAttribute("pcs", pcs); //存值
5 request.setAttribute("courses", courses);
6 request.setAttribute("paperConfigs", paperConfigs);
7 request.setAttribute("info2", "操作成功");
三、疑惑:setGlobalDataXml2(String path, String course_id,String exam_No, String room, String examtime)
四、疑惑:getGlobalDataXml2(String path)
标签:
原文地址:http://www.cnblogs.com/yunyue/p/5857757.html