资源描述:
《基于bs教务信息管理系统设计毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于B/S教务管理信息系统设计摘要:随着高校规模不断扩大,学分制、选课制的信息化系统成为高等教育发展的必然趋势。因此,我们要设计出一款基于B/S的教务管理信息系统。本系统分为前台信息查询,后台信息管理两个部分。前台主要实现管理员管理、教师及学生查询等功能,后台主要负责对数据库进行管理等工作。涉及到的专业知识主要有数据库原理、面向对象程序设计、数据结构以及网站设计等。本系统采用MicrosoftSQLServer2005作为关系数据库管理系统,程序设计选用了面向对象程序设计语言C#,网站开发选用了ASP.NET。本课题具体是构造一个基于B/
2、S教务管理信息系统,实现用户管理、课程管理、班级管理、成绩管理和选课管理五个模块的功能,该系统能够减轻教务管理员的工作,有着使用方便、操作简单等特点,对实际类似开发有一定参考作用。关键词:教务管理;信息管理;网站开发TheDesignofEducationalManagementInformationSystemBasedonB/SAbstract:Withtheexpansionofuniversalscale,theinformationsystemofthecreditsystem,electivesystemhasbecomea
3、ninevitabletrendinthedevelopmentofHigherEducation.Therefore,wewanttodesignakindofeducationalmanagementinformationsystembasedonB/S.Thesystemisdividedintotheforegroundinformationquery,thebackgroundinformationmanagementtwoparts.Themainfronttoachieve theadministratormanagemen
4、t, teachersandstudentsto queryandotherfunctions, thebackgroundismainlyresponsibleforthe managementofthedatabase.Relatestotheprofessionalknowledgeincludesdatabasetheory,object-orientedprogramming,datastructure,andwebsitedesign,etc.ThesystemusesMicrosoftSQLServer2005asthere
5、lationaldatabasemanagementsystem,programdesignhasusedtheobject-orientedprogramminglanguageC#,webdevelopmentusingASP.NET.ThispaperistodesignaeducationalmanagementinformationsystembasedonB/S,realizeusermanagement,coursemanagement,classmanagement,performancemanagement,andcou
6、rsemanagementfunctionsoffivemodules,thesystemcanreducetheadministrator’swork,hasthecharacteristicsofconvenientuse,simpleoperationandsoon,hasacertainreferenceroleforthesimilardevelopment.Keywords:educationaladministration;informationmanagement;websitedevelopment目录第1章诸论11.1
7、系统开发的目的及问题概述11.2教务管理信息系统的发展及现状11.3论文的组织结构2第2章相关技术32.1C/S和B/S相关知识32.1.1.C/S体系结构32.1.2.B/S体系结构42.1.3.C/S体系结构与B/S体系结构比较42.1.4.体系结构的选择62.2开发工具的简介6第3章系统的分析与总体设计83.1系统的需求分析83.1.1.系统的初步调查83.1.2.系统的详细调查83.1.3.系统的可行性分析93.1.4.系统的分析结果93.2系统概要设计11第4章数据库设计134.1概念结构设计与逻辑设计134.1.1.涉及实体1
8、34.1.2.全局E-R图134.1.3.系统逻辑结构设计144.2数据库的物理设计与实现154.2.1数据库物理设计的内容154.2.2本系统物理设计模型154.2.3数据库及相关表的创建1