文件名称:student_mis
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:7.56mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个学生管理小示例,使用spring框架实现增删改查的功能。-i no
(系统自动生成,下载前可以参看下载内容)
下载文件列表
student_mis/.classpath
student_mis/.myhibernatedata
student_mis/.mymetadata
student_mis/.mystrutsdata
student_mis/.project
student_mis/.settings/org.eclipse.core.resources.prefs
student_mis/hibernate.reveng.xml
student_mis/sql/student.sql
student_mis/src/com/yidu/dao/ClassDao.java
student_mis/src/com/yidu/dao/HibernateSessionFactory.java
student_mis/src/com/yidu/dao/StudentDao.java
student_mis/src/com/yidu/dao/TeacherDao.java
student_mis/src/com/yidu/model/Class.hbm.xml
student_mis/src/com/yidu/model/Class.java
student_mis/src/com/yidu/model/Log.hbm.xml
student_mis/src/com/yidu/model/Log.java
student_mis/src/com/yidu/model/Student.hbm.xml
student_mis/src/com/yidu/model/Student.java
student_mis/src/com/yidu/model/Teacher.hbm.xml
student_mis/src/com/yidu/model/Teacher.java
student_mis/src/com/yidu/service/IClassService.java
student_mis/src/com/yidu/service/impl/ClassServiceImpl.java
student_mis/src/com/yidu/service/impl/StudentServiceImpl.java
student_mis/src/com/yidu/service/impl/TeacherServiceImpl.java
student_mis/src/com/yidu/service/IStudentService.java
student_mis/src/com/yidu/service/ITeacherService.java
student_mis/src/com/yidu/struts/action/ClassAction.java
student_mis/src/com/yidu/struts/action/StudentAction.java
student_mis/src/com/yidu/struts/action/TeacherAction.java
student_mis/src/com/yidu/struts/ApplicationResources.properties
student_mis/src/com/yidu/struts/form/ClassForm.java
student_mis/src/com/yidu/struts/form/StudentForm.java
student_mis/src/com/yidu/struts/form/TeacherForm.java
student_mis/src/com/yidu/util/MyActionServlet.java
student_mis/src/com/yidu/util/Page.java
student_mis/src/com/yidu/util/PageQuery.java
student_mis/src/hibernate.cfg.xml
student_mis/WebRoot/css/forum.css
student_mis/WebRoot/css/infocenter.css
student_mis/WebRoot/images/bt_login.gif
student_mis/WebRoot/images/top_bg.jpg
student_mis/WebRoot/index.jsp
student_mis/WebRoot/js/handle.js
student_mis/WebRoot/jsp/addClass.jsp
student_mis/WebRoot/jsp/addStudent.jsp
student_mis/WebRoot/jsp/addTeacher.jsp
student_mis/WebRoot/jsp/class.jsp
student_mis/WebRoot/jsp/showClass.jsp
student_mis/WebRoot/jsp/showClassDetail.jsp
student_mis/WebRoot/jsp/student.jsp
student_mis/WebRoot/jsp/teacher.jsp
student_mis/WebRoot/login.jsp
student_mis/WebRoot/META-INF/MANIFEST.MF
student_mis/WebRoot/register.jsp
student_mis/WebRoot/WEB-INF/.struts-config.mex
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/ClassDao.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/HibernateSessionFactory.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/StudentDao.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/TeacherDao.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Class.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Class.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Log.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Log.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Student.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Student.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Teacher.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Teacher.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/IClassService.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/impl/ClassServiceImpl.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/impl/StudentServiceImpl.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/impl/TeacherServiceImpl.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/IStudentService.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/ITeacherService.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/action/ClassAction.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/action/StudentAction.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/action/TeacherAction.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/ApplicationResources.properties
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/form/ClassForm.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/form/StudentForm.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/form/TeacherForm.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/util/MyActionServlet.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/util/Page.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/util/PageQuery.class
student_mis/WebRoot/WEB-INF/classes/hibernate.cfg.xml
student_mis/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
student_mis/WebRoot/WEB-INF/lib/asm-attrs.jar
student_mis/WebRoot/WEB-INF/lib/asm.jar
student_mis/WebRoot/WEB-INF/lib/cglib-2.1.3.jar
student_mis/WebRoot/WEB-INF/lib/commons-collections-2.1.1.jar
student_mis/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
student_mis/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
student_mis/WebRoot/WEB-INF/lib/ehcache-1.2.3.jar
student_mis/WebRoot/WEB-INF/lib/ejb3-persistence.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-annotations.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-commons-annotations.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-entitymanager.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-validator.jar
student_mis
student_mis/.myhibernatedata
student_mis/.mymetadata
student_mis/.mystrutsdata
student_mis/.project
student_mis/.settings/org.eclipse.core.resources.prefs
student_mis/hibernate.reveng.xml
student_mis/sql/student.sql
student_mis/src/com/yidu/dao/ClassDao.java
student_mis/src/com/yidu/dao/HibernateSessionFactory.java
student_mis/src/com/yidu/dao/StudentDao.java
student_mis/src/com/yidu/dao/TeacherDao.java
student_mis/src/com/yidu/model/Class.hbm.xml
student_mis/src/com/yidu/model/Class.java
student_mis/src/com/yidu/model/Log.hbm.xml
student_mis/src/com/yidu/model/Log.java
student_mis/src/com/yidu/model/Student.hbm.xml
student_mis/src/com/yidu/model/Student.java
student_mis/src/com/yidu/model/Teacher.hbm.xml
student_mis/src/com/yidu/model/Teacher.java
student_mis/src/com/yidu/service/IClassService.java
student_mis/src/com/yidu/service/impl/ClassServiceImpl.java
student_mis/src/com/yidu/service/impl/StudentServiceImpl.java
student_mis/src/com/yidu/service/impl/TeacherServiceImpl.java
student_mis/src/com/yidu/service/IStudentService.java
student_mis/src/com/yidu/service/ITeacherService.java
student_mis/src/com/yidu/struts/action/ClassAction.java
student_mis/src/com/yidu/struts/action/StudentAction.java
student_mis/src/com/yidu/struts/action/TeacherAction.java
student_mis/src/com/yidu/struts/ApplicationResources.properties
student_mis/src/com/yidu/struts/form/ClassForm.java
student_mis/src/com/yidu/struts/form/StudentForm.java
student_mis/src/com/yidu/struts/form/TeacherForm.java
student_mis/src/com/yidu/util/MyActionServlet.java
student_mis/src/com/yidu/util/Page.java
student_mis/src/com/yidu/util/PageQuery.java
student_mis/src/hibernate.cfg.xml
student_mis/WebRoot/css/forum.css
student_mis/WebRoot/css/infocenter.css
student_mis/WebRoot/images/bt_login.gif
student_mis/WebRoot/images/top_bg.jpg
student_mis/WebRoot/index.jsp
student_mis/WebRoot/js/handle.js
student_mis/WebRoot/jsp/addClass.jsp
student_mis/WebRoot/jsp/addStudent.jsp
student_mis/WebRoot/jsp/addTeacher.jsp
student_mis/WebRoot/jsp/class.jsp
student_mis/WebRoot/jsp/showClass.jsp
student_mis/WebRoot/jsp/showClassDetail.jsp
student_mis/WebRoot/jsp/student.jsp
student_mis/WebRoot/jsp/teacher.jsp
student_mis/WebRoot/login.jsp
student_mis/WebRoot/META-INF/MANIFEST.MF
student_mis/WebRoot/register.jsp
student_mis/WebRoot/WEB-INF/.struts-config.mex
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/ClassDao.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/HibernateSessionFactory.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/StudentDao.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/dao/TeacherDao.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Class.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Class.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Log.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Log.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Student.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Student.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Teacher.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/model/Teacher.hbm.xml
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/IClassService.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/impl/ClassServiceImpl.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/impl/StudentServiceImpl.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/impl/TeacherServiceImpl.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/IStudentService.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/service/ITeacherService.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/action/ClassAction.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/action/StudentAction.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/action/TeacherAction.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/ApplicationResources.properties
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/form/ClassForm.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/form/StudentForm.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/struts/form/TeacherForm.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/util/MyActionServlet.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/util/Page.class
student_mis/WebRoot/WEB-INF/classes/com/yidu/util/PageQuery.class
student_mis/WebRoot/WEB-INF/classes/hibernate.cfg.xml
student_mis/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
student_mis/WebRoot/WEB-INF/lib/asm-attrs.jar
student_mis/WebRoot/WEB-INF/lib/asm.jar
student_mis/WebRoot/WEB-INF/lib/cglib-2.1.3.jar
student_mis/WebRoot/WEB-INF/lib/commons-collections-2.1.1.jar
student_mis/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
student_mis/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
student_mis/WebRoot/WEB-INF/lib/ehcache-1.2.3.jar
student_mis/WebRoot/WEB-INF/lib/ejb3-persistence.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-annotations.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-commons-annotations.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-entitymanager.jar
student_mis/WebRoot/WEB-INF/lib/hibernate-validator.jar
student_mis
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
