CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:student_mis

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    7.56mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

一个学生管理小示例,使用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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭