资源描述:
《简易教务管理系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、东莞理工学院城市学院本科毕业论文毕业论文题目:简易教务管理系统的设计与实现学生姓名:游锦钊学号:4系别:计算机与信息科学系专业班级:2006软件工程1班指导教师姓名及职称:方勇起止时间:2010年3月—2010年6月47摘要随着信息技术的发展,传统学校资料的人工管理和存放方式,已不能满足当今大量信息快速传递与处理的需求。针对校园教务信息管理业务的传统方式,建设一个全面综合并且具有信息化、网络化、自动化等特点的简易教务管理系统,是加快网络化校园建设步伐,提高校园的教学质量和管理水平的有效方法。本文对数据库应用系统开发和简易教务管理系统进行了简明的介绍,对系统的需求
2、分析、详细设计、实现、测试等方面进行了详细的描述,并规划出系统的总体结构图、流程图、E-R图、数据库结构。系统采用了目前流行的B/S多层体系结构,基于J2EE平台和Structs、Hibernate框架,以MySQL作为数据存储工具,实现了教师管理、学生管理、班级管理、课程管理、成绩管理、选课管理等模块功能。关键词:StructsHibernate简易教务管理系统47ABSTRACTWiththedevelopmentofinformationtechnology,Traditionalschools'methodsofinformationmanageands
3、torageareoutdatedtoday,soitcannotcatchupwiththerapidtotransferlargeamountsofinformationandprocessinformation.Aimedatthetraditionalwayoftheuniversityeducationaladministrationinformationmanagement,designingacomprehensiveSimpleEducationalAdministrationManagementSystemwhichhasinformation
4、ization,networkingandautomationfeatures,theSimpleEducationalAdministrationManagementSystemisaeffectivewaytoacceleratethepaceofbuildingthenetworkofuniversityandimprovethequalityofteachingandmanagementlevel.DatabaseapplicationdevelopmentandSimpleEducationalAdministrationManagementSyste
5、minbriefhavebeeninstructed.Describingthesystemrequirementsanalysis,detaileddesign,implementation,testingandplanningoutthetotalstructurediagram,flowcharts,E-Rdiagram,databasetablesandsoonforthesystem.ThesystemadoptsB/Ssystemstructurewhichallovertheworld.BasedontheJ2EEplatformandframew
6、orkofStructsandHibernate,itchoosestheMySQLasthedatastorage,andachievestheteachermanagementmodules,studentmanagementmodules,classmanagementmodules,coursemanagementmodules,performancemanagementmodules,courseselectionmanagementmodules.Keywords:StructsHibernateSimpleEducationalAdministra
7、tionManagementSystem47目录1绪论11.1课题背景11.2研究意义12系统应用技术介绍32.1JSP技术介绍32.2MyEclipse6.0介绍32.3数据库MySQL5.0介绍42.4MVC设计模式52.5B/S模式53系统的需求分析83.1系统目标83.2系统功能分析83.3系统可行性分析104系统的详细设计124.1系统结构124.2系统总体流程图设计134.3系统用例设计144.4数据库设计154.5系统主界面设计224.6系统目录架构224.7系统开发环境235系统的实现255.1登录模块实现255.2学生用户子系统实现275.3系
8、统管理员子系统实现315