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

文件名称:MyStuMan

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2008-10-13
  • 文件大小:
    18.02mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

本系统是用struts编写的高校学生选课和成绩管理系统,主要提供了,管理员对学生、教师、班级的管理,包括增、删、改、查.学生可以查看自己的分数、更新自己的基本信息和选择选修的课程,教师可以给学生打分和查看自己所教的课程可以选择选修该课程的学生。-the system is prepared by the struts Elective college students and performance management system, a major provider, Administrators for the students, teachers, class management, including increasing delete, change, check. Students can check their scores, update their basic information and choose elective courses Teachers can give students grades and check their religion may choose elective courses in the curriculum.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MyStuMan/.classpath
MyStuMan/.myeclipse
MyStuMan/.myhibernatedata
MyStuMan/.mymetadata
MyStuMan/.mystrutsdata
MyStuMan/.project
MyStuMan/.settings/CVS/Entries
MyStuMan/.settings/CVS/Repository
MyStuMan/.settings/CVS/Root
MyStuMan/.settings/CVS
MyStuMan/.settings/org.eclipse.core.resources.prefs
MyStuMan/.settings
MyStuMan/.springBeans
MyStuMan/CVS/Entries
MyStuMan/CVS/Repository
MyStuMan/CVS/Root
MyStuMan/CVS
MyStuMan/hibernate.reveng.xml
MyStuMan/lib/CVS/Entries
MyStuMan/lib/CVS/Repository
MyStuMan/lib/CVS/Root
MyStuMan/lib/CVS
MyStuMan/lib/mysql-connector-java-3.1.12-bin.jar
MyStuMan/lib
MyStuMan/src/applicationContext0.xml
MyStuMan/src/ApplicationResources.properties
MyStuMan/src/ApplicationResources_zh_CN.properties
MyStuMan/src/com/CVS/Entries
MyStuMan/src/com/CVS/Repository
MyStuMan/src/com/CVS/Root
MyStuMan/src/com/CVS
MyStuMan/src/com/stuman/CVS/Entries
MyStuMan/src/com/stuman/CVS/Repository
MyStuMan/src/com/stuman/CVS/Root
MyStuMan/src/com/stuman/CVS
MyStuMan/src/com/stuman/dao/AdminDAO.java
MyStuMan/src/com/stuman/dao/ClassesDAO.java
MyStuMan/src/com/stuman/dao/CourseDAO.java
MyStuMan/src/com/stuman/dao/CVS/Entries
MyStuMan/src/com/stuman/dao/CVS/Repository
MyStuMan/src/com/stuman/dao/CVS/Root
MyStuMan/src/com/stuman/dao/CVS
MyStuMan/src/com/stuman/dao/DAOConfig.java
MyStuMan/src/com/stuman/dao/DAOFactory.java
MyStuMan/src/com/stuman/dao/EnrolDAO.java
MyStuMan/src/com/stuman/dao/hibernate/CloseSessionFilter.java
MyStuMan/src/com/stuman/dao/hibernate/CVS/Entries
MyStuMan/src/com/stuman/dao/hibernate/CVS/Repository
MyStuMan/src/com/stuman/dao/hibernate/CVS/Root
MyStuMan/src/com/stuman/dao/hibernate/CVS
MyStuMan/src/com/stuman/dao/hibernate/HibernateUtil.java
MyStuMan/src/com/stuman/dao/hibernate
MyStuMan/src/com/stuman/dao/imp/AdminDAOImp.java
MyStuMan/src/com/stuman/dao/imp/ClassesDAOImp.java
MyStuMan/src/com/stuman/dao/imp/CourseDAOImp.java
MyStuMan/src/com/stuman/dao/imp/CVS/Entries
MyStuMan/src/com/stuman/dao/imp/CVS/Repository
MyStuMan/src/com/stuman/dao/imp/CVS/Root
MyStuMan/src/com/stuman/dao/imp/CVS
MyStuMan/src/com/stuman/dao/imp/DAOFactory.java
MyStuMan/src/com/stuman/dao/imp/EnrolDAOImp.java
MyStuMan/src/com/stuman/dao/imp/HibernateDAOFactory.java
MyStuMan/src/com/stuman/dao/imp/StudentDAOImp.java
MyStuMan/src/com/stuman/dao/imp/TeacherDAOImp.java
MyStuMan/src/com/stuman/dao/imp
MyStuMan/src/com/stuman/dao/StudentDAO.java
MyStuMan/src/com/stuman/dao/TeacherDAO.java
MyStuMan/src/com/stuman/dao
MyStuMan/src/com/stuman/domain/Admin.hbm.xml
MyStuMan/src/com/stuman/domain/Admin.java
MyStuMan/src/com/stuman/domain/Classes.hbm.xml
MyStuMan/src/com/stuman/domain/Classes.java
MyStuMan/src/com/stuman/domain/Course.hbm.xml
MyStuMan/src/com/stuman/domain/Course.java
MyStuMan/src/com/stuman/domain/CourseForStu.java
MyStuMan/src/com/stuman/domain/CVS/Entries
MyStuMan/src/com/stuman/domain/CVS/Repository
MyStuMan/src/com/stuman/domain/CVS/Root
MyStuMan/src/com/stuman/domain/CVS
MyStuMan/src/com/stuman/domain/Enrol.hbm.xml
MyStuMan/src/com/stuman/domain/Enrol.java
MyStuMan/src/com/stuman/domain/EnrolId.java
MyStuMan/src/com/stuman/domain/Score.java
MyStuMan/src/com/stuman/domain/Student.hbm.xml
MyStuMan/src/com/stuman/domain/Student.java
MyStuMan/src/com/stuman/domain/Teacher.hbm.xml
MyStuMan/src/com/stuman/domain/Teacher.java
MyStuMan/src/com/stuman/domain
MyStuMan/src/com/stuman/service/CVS/Entries
MyStuMan/src/com/stuman/service/CVS/Repository
MyStuMan/src/com/stuman/service/CVS/Root
MyStuMan/src/com/stuman/service/CVS
MyStuMan/src/com/stuman/service/ListClasses.java
MyStuMan/src/com/stuman/service/ListCourse.java
MyStuMan/src/com/stuman/service/ListCourseForStu.java
MyStuMan/src/com/stuman/service/ListCourseIdAndName.java
MyStuMan/src/com/stuman/service/ListScore.java
MyStuMan/src/com/stuman/service/ListStudent.java
MyStuMan/src/com/stuman/service/ListTeacher.java
MyStuMan/src/com/stuman/service
MyStuMan/src/com/stuman/util/CVS/Entries
MyStuMan/src/com/stuman/util/CVS/Repository
MyStuMan/src/com/stuman/util/CVS/Root
MyStuMan/src/com/stuman/util/CVS
MyStuMan/src/com/stuman/util/SetCharacterEncodingFilter.java
MyStuMan/src/com/stuman/util
MyStuMan/src/com/stuman/web/CVS/Entries
MyStuMan/src/com/stuman/web/CVS/Repository
MyStuMan/src/com/stuman/web/CVS/Root
MyStuMan/src/com/stuman/web/CVS
MyStuMan/src/com/stuman/web/filters/CVS/Entries
MyStuMan/src/com/stuman/web/filters/CVS/Repository
MyStuMan/src/com/stuman/web/filters/CVS/Root
MyStuMan/src/com/stuman/web/filters/CVS
MyStuMan/src/com/stuman/web/filters/SetEncodingFilter.java
MyStuMan/src/com/stuman/web/filters
MyStuMan/src/com/stuman/web/struts/action/AddClasses.java
MyStuMan/src/com/stuman/web/struts/action/AddCourse.java
MyStuMan/src/com/stuman/web/struts/action/AddStudent.java
MyStuMan/src/com/stuman/web/struts/action/AddTeacher.java
MyStuMan/src/com/stuman/web/struts/action/CVS/Entries
MyStuMan/src/com/stuman/web/struts/action/CVS/Repository
MyStuMan/src/com/stuman/web/struts/action/CVS/Root
MyStuMan/src/com/stuman/web/struts/action/CVS
MyStuMan/src/com/stuman/web/struts/action/DeleteClasses.java
MyStuMan/src/com/stuman/web/struts/action/DeleteCourse.java
MyStuMan/

相关说明

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

相关评论

暂无评论内容.

发表评论

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