在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于JAVA的学生选课后台管理系统-源代码

基于JAVA的学生选课后台管理系统-源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.35M
  • 下载次数:4
  • 浏览次数:82
  • 发布时间:2021-02-11
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
该资源是我《论文-基于JAVA的学生选课后台管理系统》的配套源代码,采用MyEclipse开发,可直接导入工程,由于附近大小限制,所需jar包没有打到压缩包中,请自行配备。 如需要论文,请下载我的资源:论文-基于JAVA的学生选课后台管理系统
【实例截图】
【核心代码】
ecd258a8-852d-4e46-823f-2df5a6013ef5
└── SE
├── css
│   └── southidc.css
├── error.jsp
├── image.jsp
├── images
│   ├── help.gif
│   ├── topbg.gif
│   └── xpbg.gif
├── index.jsp
├── META-INF
│   └── MANIFEST.MF
├── New Project 20070609 2324.sql
├── page
│   ├── admin
│   │   ├── admin_add.jsp
│   │   ├── admin_edit.jsp
│   │   ├── admin_list.jsp
│   │   ├── classRoom_add.jsp
│   │   ├── classRoom_edit.jsp
│   │   ├── classRoom_list.jsp
│   │   ├── curr_add.jsp
│   │   ├── curr_edit.jsp
│   │   ├── curricula_add.jsp
│   │   ├── curricula_edit.jsp
│   │   ├── curricula_list_1.jsp
│   │   ├── curricula_list.jsp
│   │   ├── curricula_view.jsp
│   │   ├── curr_list.jsp
│   │   ├── default.jsp
│   │   ├── depart_add.jsp
│   │   ├── depart_edit.jsp
│   │   ├── depart_list.jsp
│   │   ├── elective_addCurricula.jsp
│   │   ├── elective_add.jsp
│   │   ├── elective_edit.jsp
│   │   ├── elective_list.jsp
│   │   ├── elective_search_1.jsp
│   │   ├── elective_search_2.jsp
│   │   ├── elective_search.jsp
│   │   ├── elective_view.jsp
│   │   ├── grade_add.jsp
│   │   ├── grade_edit.jsp
│   │   ├── grade_list.jsp
│   │   ├── image
│   │   │   ├── bg1.gif
│   │   │   ├── bg2.gif
│   │   │   ├── body.Fix
│   │   │   ├── bottombg.gif
│   │   │   ├── curve_b_l.gif
│   │   │   ├── curve_b_r[1].gif
│   │   │   ├── curve_b_r.gif
│   │   │   ├── curve_center.gif
│   │   │   ├── curve_t_l[1].gif
│   │   │   ├── curve_t_r[1].gif
│   │   │   ├── curve_t_r.gif
│   │   │   ├── errorpage1.gif
│   │   │   ├── errorpage2.gif
│   │   │   ├── errorpage3.gif
│   │   │   ├── errorpage4.gif
│   │   │   ├── errorpage5.gif
│   │   │   ├── forum_footer.gif
│   │   │   ├── forumHeaderBackgroundAlternate.gif
│   │   │   ├── forumHeaderBackground.gif
│   │   │   ├── Head.Fix
│   │   │   ├── img.gif
│   │   │   ├── lan0.gif
│   │   │   ├── lan12.gif
│   │   │   ├── lan1.gif
│   │   │   ├── lighthiliteleft.gif
│   │   │   ├── lighthilitemid.gif
│   │   │   ├── lighthiliteright.gif
│   │   │   ├── lightnormleft.gif
│   │   │   ├── lightnormmid.gif
│   │   │   ├── lightnormright.gif
│   │   │   ├── lightpressedleft.gif
│   │   │   ├── lightpressedmid[1].gif
│   │   │   ├── lightpressedright.gif
│   │   │   ├── login_l.gif
│   │   │   ├── login_r.gif
│   │   │   ├── LOW_LEFT.GIF
│   │   │   ├── low_mid[1].gif
│   │   │   ├── LOW_MID.GIF
│   │   │   ├── low_right.gif
│   │   │   ├── menudown.gif
│   │   │   ├── menuup.gif
│   │   │   ├── MID_LEFT.GIF
│   │   │   ├── mid_right.gif
│   │   │   ├── navspacer.gif
│   │   │   ├── nofollow.gif
│   │   │   ├── plus.gif
│   │   │   ├── RTE_TB.GIF
│   │   │   ├── SBL_YLW.GIF
│   │   │   ├── SBM_YLW.GIF
│   │   │   ├── SBR_YLW.GIF
│   │   │   ├── spacer[1].gif
│   │   │   ├── spacer.gif
│   │   │   ├── stats_bg.gif
│   │   │   ├── tabs_m_tile.gif
│   │   │   ├── titlebg.gif
│   │   │   ├── title_bg_hide.gif
│   │   │   ├── title_bg_quit.gif
│   │   │   ├── title_bg_show.gif
│   │   │   ├── title.gif
│   │   │   ├── topbg.gif
│   │   │   ├── UP_LEFT.GIF
│   │   │   ├── UP_MID.GIF
│   │   │   └── UP_RIGHT.GIF
│   │   ├── inc
│   │   │   ├── head.css
│   │   │   └── southidc.css
│   │   ├── leftTree.jsp
│   │   ├── ll.jsp
│   │   ├── main.jsp
│   │   ├── semester_add.jsp
│   │   ├── semester_edit.jsp
│   │   ├── semester_list.jsp
│   │   ├── specialty_add.jsp
│   │   ├── specialty_edit.jsp
│   │   ├── specialty_list.jsp
│   │   ├── student_add.jsp
│   │   ├── student_edit.jsp
│   │   ├── student_list_1.jsp
│   │   ├── student_list.jsp
│   │   ├── student_view.jsp
│   │   ├── stuElec_edit.jsp
│   │   ├── sysadmin_view.jsp
│   │   ├── sysMessage_edit.jsp
│   │   ├── sysMessage_list.jsp
│   │   ├── teacher_add.jsp
│   │   ├── teacher_edit.jsp
│   │   ├── teacher_list.jsp
│   │   └── teacher_view.jsp
│   ├── chengji_list.jsp
│   ├── chengji_searchSemester.jsp
│   ├── curricula_list.jsp
│   ├── curricula_view.jsp
│   ├── default.jsp
│   ├── elective_listByTerm_1.jsp
│   ├── elective_listByTerm.jsp
│   ├── elective_selectedCurricula_1.jsp
│   ├── elective_selectedCurricula.jsp
│   ├── elective_semesterList_1.jsp
│   ├── elective_semesterList.jsp
│   ├── elective_view_1.jsp
│   ├── elective_view.jsp
│   ├── error.jsp
│   ├── image
│   │   ├── bg1.gif
│   │   ├── bg2.gif
│   │   ├── body.Fix
│   │   ├── bottombg.gif
│   │   ├── curve_b_l.gif
│   │   ├── curve_b_r[1].gif
│   │   ├── curve_b_r.gif
│   │   ├── curve_center.gif
│   │   ├── curve_t_l[1].gif
│   │   ├── curve_t_r[1].gif
│   │   ├── curve_t_r.gif
│   │   ├── errorpage1.gif
│   │   ├── errorpage2.gif
│   │   ├── errorpage3.gif
│   │   ├── errorpage4.gif
│   │   ├── errorpage5.gif
│   │   ├── forum_footer.gif
│   │   ├── forumHeaderBackgroundAlternate.gif
│   │   ├── forumHeaderBackground.gif
│   │   ├── Head.Fix
│   │   ├── img.gif
│   │   ├── lan0.gif
│   │   ├── lan12.gif
│   │   ├── lan1.gif
│   │   ├── lighthiliteleft.gif
│   │   ├── lighthilitemid.gif
│   │   ├── lighthiliteright.gif
│   │   ├── lightnormleft.gif
│   │   ├── lightnormmid.gif
│   │   ├── lightnormright.gif
│   │   ├── lightpressedleft.gif
│   │   ├── lightpressedmid[1].gif
│   │   ├── lightpressedright.gif
│   │   ├── login_l.gif
│   │   ├── login_r.gif
│   │   ├── LOW_LEFT.GIF
│   │   ├── low_mid[1].gif
│   │   ├── LOW_MID.GIF
│   │   ├── low_right.gif
│   │   ├── menudown.gif
│   │   ├── menuup.gif
│   │   ├── MID_LEFT.GIF
│   │   ├── mid_right.gif
│   │   ├── navspacer.gif
│   │   ├── nofollow.gif
│   │   ├── plus.gif
│   │   ├── RTE_TB.GIF
│   │   ├── SBL_YLW.GIF
│   │   ├── SBM_YLW.GIF
│   │   ├── SBR_YLW.GIF
│   │   ├── spacer[1].gif
│   │   ├── spacer.gif
│   │   ├── stats_bg.gif
│   │   ├── tabs_m_tile.gif
│   │   ├── titlebg.gif
│   │   ├── title_bg_hide.gif
│   │   ├── title_bg_quit.gif
│   │   ├── title_bg_show.gif
│   │   ├── title.gif
│   │   ├── topbg.gif
│   │   ├── UP_LEFT.GIF
│   │   ├── UP_MID.GIF
│   │   └── UP_RIGHT.GIF
│   ├── inc
│   │   ├── head.css
│   │   └── southidc.css
│   ├── js
│   │   └── validate.js
│   ├── leftTree.jsp
│   ├── login.jsp
│   ├── student_updatePass.jsp
│   ├── sysadmin_view.jsp
│   ├── sysMessage_list.jsp
│   ├── sysMessage_view.jsp
│   ├── teacher_list.jsp
│   ├── teacher_view.jsp
│   └── test.jsp
└── WEB-INF
├── classes
│   ├── applicationContext.xml
│   ├── com
│   │   └── wml
│   │   └── se
│   │   ├── business
│   │   │   ├── IBaseService.class
│   │   │   ├── IElectiveService.class
│   │   │   ├── IStudentService.class
│   │   │   └── service
│   │   │   ├── BaseServiceImpl.class
│   │   │   ├── ElectiveServiceImpl.class
│   │   │   └── StudentServiceImpl.class
│   │   ├── dao
│   │   │   ├── hibernateDAO
│   │   │   │   ├── BaseHibernateDAO.class
│   │   │   │   ├── ElectiveHibernateDAO.class
│   │   │   │   ├── HibernateDAO.class
│   │   │   │   └── StudentHibernateDAO.class
│   │   │   ├── IBaseDAO.class
│   │   │   ├── IElectiveDAO.class
│   │   │   └── IStudentDAO.class
│   │   ├── dto
│   │   │   ├── SpecialtyDTO.class
│   │   │   ├── StudentDTO.class
│   │   │   └── StuElecDTO.class
│   │   ├── po
│   │   │   ├── Admin.class
│   │   │   ├── Admin.hbm.xml
│   │   │   ├── ClassRoom.class
│   │   │   ├── ClassRoom.hbm.xml
│   │   │   ├── Curr.class
│   │   │   ├── Curr.hbm.xml
│   │   │   ├── Curricula.class
│   │   │   ├── Curricula.hbm.xml
│   │   │   ├── CurriculaToEle.class
│   │   │   ├── CurriculaToEle.hbm.xml
│   │   │   ├── Depart.class
│   │   │   ├── Depart.hbm.xml
│   │   │   ├── Elective.class
│   │   │   ├── Elective.hbm.xml
│   │   │   ├── Grade.class
│   │   │   ├── Grade.hbm.xml
│   │   │   ├── Semester.class
│   │   │   ├── Semester.hbm.xml
│   │   │   ├── Specialty.class
│   │   │   ├── Specialty.hbm.xml
│   │   │   ├── Student.class
│   │   │   ├── Student.hbm.xml
│   │   │   ├── StuElec.class
│   │   │   ├── StuElec.hbm.xml
│   │   │   ├── SysMessage.class
│   │   │   ├── SysMessage.hbm.xml
│   │   │   ├── Teacher.class
│   │   │   └── Teacher.hbm.xml
│   │   ├── system
│   │   │   ├── Constant.class
│   │   │   ├── DateFormat.class
│   │   │   ├── LoginFilter.class
│   │   │   ├── MD5.class
│   │   │   ├── RandomCode.class
│   │   │   ├── TestMD5.class
│   │   │   └── User.class
│   │   └── web
│   │   ├── action
│   │   │   ├── AdminAction.class
│   │   │   ├── ClassRoomAction.class
│   │   │   ├── CurrAction.class
│   │   │   ├── CurriculaAction.class
│   │   │   ├── DepartAction.class
│   │   │   ├── ElectiveAction.class
│   │   │   ├── GradeAction.class
│   │   │   ├── LoginAction.class
│   │   │   ├── RandomCodeAction.class
│   │   │   ├── SemesterAction.class
│   │   │   ├── SpecialtyAction.class
│   │   │   ├── StudentAction.class
│   │   │   ├── SysMessageAction.class
│   │   │   ├── TeacherAction.class
│   │   │   └── TestAction.class
│   │   ├── ApplicationResources.properties
│   │   └── form
│   │   ├── AdminForm.class
│   │   ├── ClassRoomForm.class
│   │   ├── CurrForm.class
│   │   ├── CurriculaForm.class
│   │   ├── CurriculaToEleForm.class
│   │   ├── DepartForm.class
│   │   ├── ElectiveForm.class
│   │   ├── GradeForm.class
│   │   ├── LoginForm.class
│   │   ├── SearchSemesterForm.class
│   │   ├── SemesterForm.class
│   │   ├── SpecialtyForm.class
│   │   ├── StudentForm.class
│   │   ├── StuElecForm.class
│   │   ├── SysMessageForm.class
│   │   ├── TeacherForm.class
│   │   └── TermForm.class
│   └── log4j.properties
├── struts-bean.tld
├── struts-config.xml
├── struts-html.tld
├── struts-logic.tld
├── struts-nested.tld
├── struts-tiles.tld
├── validator-rules.xml
└── web.xml

26 directories, 308 files

标签:

实例下载地址

基于JAVA的学生选课后台管理系统-源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警