1、目录一、 需求分析(11) 1二、 概要设计(全体组员) 4(一)学生管理(11) 5(二)教师管理(11) 6(三) 教材管理(11) 6(四)班级管理(11) 7(五)教学管理(11) 7(六)成绩管理 (11) 8(七)课程管理(11) 8(八)系部管理(11) 9三、详细设计(全体组员) 10四、调试分析: 11(一)学生管理(11) 18(二)教师管理 (11) 20(三) 教材管理(11) 21(四)班级管理(11) 22(五)教学管理(11) 23(六)成绩管理 (11) 24(七)课程管理(11) 26(八)系部管理(11) 27五、用户使用说明(11) 28六、测试结果示例(
2、11) 29七、心得体会 (11) 29参考文献 : 341摘 要:数据库技术是计算机科学技术中发展最快的领域之一,也是应用范围最广、实用性很强的技术之一,它已成为信息社会的核心技术和重要基础。在 Internet 告诉发展的信息化时代,信息资源的经济价值和社会价值越来越明显,建设以数据库为核心的各类信息系统,对提高企业的竞争力与效益、改善部门的管理能力与管理水平,都具有实实在在的重要意义。教务管理系统就是在数据库的基础之上对学校教务信息进行操作,实现数据的修改、存储、分析等操作。教务人员通过学生信息管理模块来管理学生信息,如进行学生信息的添加、修改、删除等;教务工作人员通过此模块来管理教师信
3、息,包括教师信息的添加、修改、删除等; 教务工作人员通过该模块来管理课程的基本信息,包括课程信息的添加,修改,删除和班级课程的设置等;教务工作人员通过该模块来进行学生成绩的管理,在进行学生成绩的添加时,可用它来为学生设置所在班级的课程表来直接输入成绩;通过该模块可以查询教务所需要的各种信息;教务工作人员可以通过打印模块来打印学生成绩信息,选课记表和班级表。例如:学生信息查询提供了包括学生学号、姓名、所在班级、班主任名字和宿舍等信息,学生信息进行查询的各种查询条件,用户可以根据单个的查询条件或者它们的组合来进行查询。整个系统实现了教务信息实时性更新,给学校提供了一个高效性、准确性的信息存储系统;
4、方便了广大用户,为学校现代化发展提供了有利保障关键词:数据库、教务管理、信息系统、存储系统一、需求分析(11)随着学校的规模不断扩大,学生数量急剧增加。有关学生的各种信息量也成倍的增长。面对庞大的信息量,就需要由教务信息管理系统来提高学生管理工作的效率。通过教务管理系统,可以做到信息的规范化管理、科学统计和快速查询,从而减少管理方面的工作量。 学校为方便学生、老师、教务管理人员信息查询,注册以及信息修改,学校把学生信息,包括姓名、性别、年龄、成绩等信息输入教务管理系统的数据库,然后在终端可以对数据进行查询和修改造作。要求生成数据库系统所有需要的表以及表之间的关系,所有查询通过视图来实现,所有维
5、护和管理工作通过存储过程来实现,对数据2库查询进行优化,建立需要的索引。以下为教务管理系统需求分析图教务管理系统需求分析图数据字典:(11)学生管理实体3系信息表实体教室管理实体成绩管理实体班级管理实体教材管理实体课程信息表实体:4教学管理实体二、概要设计(全体组员)教务管理系统设计实现对有关学生的信息、有关教师的信息、有关每个系部的信息、有关每个班级的信息、有关课程及使用教材的信息、有关课程安排的信息的存储、查询、维护。 (概要设计 CDM 图如下)5概要设计 CDM 图(一)学生管理(11)学生管理实现对有关学生姓名、学号、系编号、班级编号、性别、住址、电话、出生日期的信息的存储、查询、维
6、护。 (其 E-R 图如下)(二)教师管理(11)教师管理实现对有关老师工号、课程编号、姓名、性别、住址、职称的信息的存储、查询、维护。 (其 E-R 图如下)电话学生管理 学号出生日期住址性别 班级编号系编号姓名6教师管理住址性别姓名课程编号工号职称(三) 教材管理(11)教材管理实现对有关教材编号、出版社、所属专业、作者、库存量、价格的信息的存储、查询、维护。 (其 E-R 图如下)教材管理库存量作者所属专业出版社教材编号价格(四)班级管理(11)班级管理实现对有关班级编号、系编号、班级名称、班级人数的信息的存储、查询、维7护。 (其 E-R 图如下)班级管理系编号班级人数班级名称班级编号
7、(五)教学管理(11)教学管理实现对有关教学工号、课程编号、教学时间、教学地点的信息的存储、查询、维护。 (其 E-R 图如下)教学管理教学地点教学时间课程编号工号(六)成绩管理(11)成绩管理实现对有关学号、课程编号、成绩的信息的存储、查询、维护。 (其 E-R 图如8下)成绩管理成绩课程编号学号(七)课程管理(11)课程管理实现对有关课程编号、课程名称、任课教师、班级名称的信息的存储、查询、维护。 (其 E-R 图如下)课程管理班级名称任课教师课程名称课程编号(八)系部管理(11)系部管理实现对有关系编号、系名称、系主任、系部电话的信息的存储、查询、维护。(其 E-R 图如下)9系部管理系
8、部电话系主任系名称系编号三、详细设计(全体组员)教务管理系统由学生管理、教师管理、教材管理、班级管理、教学管理、成绩管理10留个模块构成,建立它们各自内部的列属性,并相互关联它们彼此之间的关系,最后到完善的教务管理系统。 (模型结构图如下)教务管理系统模型图四、调试分析:11教务管理系统详细设计代码如下:if exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(Classmangement) an
9、d o.name = FK_CLASSMAN_RELATIONS_DEPARTME)alter table Classmangementdrop constraint FK_CLASSMAN_RELATIONS_DEPARTMEgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(GradeManagement) and o.name = FK_GRADEMAN_RELATIONS_STU
10、DENTM)alter table GradeManagementdrop constraint FK_GRADEMAN_RELATIONS_STUDENTMgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(GradeManagement) and o.name = FK_GRADEMAN_RELATIONS_COURSEIN)alter table GradeManagementdr
11、op constraint FK_GRADEMAN_RELATIONS_COURSEINgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(TeachManage) and o.name = FK_TEACHMAN_RELATIONS_COURSEIN)alter table TeachManagedrop constraint FK_TEACHMAN_RELATIONS_COURSEI
12、Ngoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(TeachManage) and o.name = FK_TEACHMAN_RELATIONS_TEACHERM)alter table TeachManagedrop constraint FK_TEACHMAN_RELATIONS_TEACHERMgoif exists (select 1from sys.sysreference
13、s r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(TeacherManage) and o.name = 12FK_TEACHERM_RELATIONS_COURSEIN)alter table TeacherManagedrop constraint FK_TEACHERM_RELATIONS_COURSEINgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id =
14、r.constid and o.type = F)where r.fkeyid = object_id(studentmanage) and o.name = FK_STUDENTM_RELATIONS_DEPARTME)alter table studentmanagedrop constraint FK_STUDENTM_RELATIONS_DEPARTMEgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid
15、 = object_id(studentmanage) and o.name = FK_STUDENTM_RELATIONS_CLASSMAN)alter table studentmanagedrop constraint FK_STUDENTM_RELATIONS_CLASSMANgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(教材使用) and o.name = FK_教材使用
16、_教材使用_COURSEIN)alter table 教材使用drop constraint FK_教材使用 _教材使用_COURSEINgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(教材使用) and o.name = FK_教材使用_教材使用 2_SBMANAGE)alter table 教材使用drop constraint FK_教材使用 _教材使用 2_SBMANAGEg
17、oif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F)where r.fkeyid = object_id(教材发放) and o.name = FK_教材发放_教材发放_STUDENTM)alter table 教材发放drop constraint FK_教材发放 _教材发放_STUDENTMgoif exists (select 1from sys.sysreferences r join sys.sysobjects o on (o.i
18、d = r.constid and o.type = F)13where r.fkeyid = object_id(教材发放) and o.name = FK_教材发放_教材发放 2_SBMANAGE)alter table 教材发放drop constraint FK_教材发放 _教材发放 2_SBMANAGEgoif exists (select 1from sysindexeswhere id = object_id(Classmangement)and name = Relationship_7_FKand indid 0and indid 0and indid 0and indid
19、0and indid 0and indid 0and indid 0and indid 0and indid 0and indid 0and indid 0and indid 0and indid 255)drop index 教材发放.教材发放 _FKgo17if exists (select 1from sysobjectswhere id = object_id(教材发放)and type = U)drop table 教材发放goalter table Classmangementadd constraint FK_CLASSMAN_RELATIONS_DEPARTME foreign
20、 key (Depar_Id)references Departmentform (Depar_Id)goalter table GradeManagementadd constraint FK_GRADEMAN_RELATIONS_STUDENTM foreign key (St_Id)references studentmanage (St_Id)goalter table GradeManagementadd constraint FK_GRADEMAN_RELATIONS_COURSEIN foreign key (Course_Id)references Courseinformat
21、ionform (Course_Id)goalter table TeachManageadd constraint FK_TEACHMAN_RELATIONS_COURSEIN foreign key (Course_Id)references Courseinformationform (Course_Id)goalter table TeachManageadd constraint FK_TEACHMAN_RELATIONS_TEACHERM foreign key (T_Id)references TeacherManage (T_Id)goalter table TeacherMa
22、nageadd constraint FK_TEACHERM_RELATIONS_COURSEIN foreign key (Course_Id)references Courseinformationform (Course_Id)goalter table studentmanageadd constraint FK_STUDENTM_RELATIONS_DEPARTME foreign key (Depar_Id)references Departmentform (Depar_Id)goalter table studentmanageadd constraint FK_STUDENT
23、M_RELATIONS_CLASSMAN foreign key (class_id)18references Classmangement (class_id)goalter table 教材使用add constraint FK_教材使用_教材使用_COURSEIN foreign key (Course_Id)references Courseinformationform (Course_Id)goalter table 教材使用add constraint FK_教材使用_教材使用 2_SBMANAGE foreign key (SUBID)references SBMANAGE (
24、SUBID)goalter table 教材发放add constraint FK_教材发放_教材发放_STUDENTM foreign key (St_Id)references studentmanage (St_Id)goalter table 教材发放add constraint FK_教材发放_教材发放 2_SBMANAGE foreign key (SUBID)references SBMANAGE (SUBID)go(一)学生管理(11)/*=*/* Table: studentmanage 建立学生信息表 */*=*/create table studentmanage (St
25、_Name varchar(10) not null, 学生姓名St_Id numeric(20) not null, 学生编号Depar_Id numeric(10) null, 系部编号class_id numeric(10) null, 班级编号St_Sex varchar(10) not null, 学生性别St_Address varchar(50) not null, 学生住址St_Tel numeric(20) not null, 学生电话St_Bir datetime not null, 学生生日constraint PK_STUDENTMANAGE primary key n
26、onclustered (St_Id) 建立主键:学生编号19)Go1、数据插入学生管理插入的相关信息:insert into dbo.studentmanage values(王一,100,1,1,男,芙蓉路一号,135641,1989-06-22)insert into dbo.studentmanage values(王二,101,1,1,男,芙蓉路二号,165941,1989-05-12)insert into dbo.studentmanage values(王三,102,4,2,男,芙蓉路三号,169941,1988-12-12)insert into dbo.studentman
27、age values(王四,103,4,2,男,芙蓉路三号,149941,1988-12-12)insert into dbo.studentmanage values(王五,104,3,5,男,芙蓉路四号,129941,1990-01-12)insert into dbo.studentmanage values(王六,105,4,6,男,芙蓉路五号,119941,1990-02-12)insert into dbo.studentmanage values(王七,106,5,7,男,芙蓉路六号,165541,1990-03-12)insert into dbo.studentmanage
28、values(王八,107,6,8,男,芙蓉路七号,163341,1990-04-12)insert into dbo.studentmanage values(王九,108,7,9,男,芙蓉路八号,160041,1990-05-12)insert into dbo.studentmanage values(王十,109,8,10,男,芙蓉路九号,167941,1990-06-12)insert into dbo.studentmanage values(王十一,110,9,11,男, 芙蓉路十号,163941,1990-07-12)2、查询结果select * from dbo.studen
29、tmanage20(二)教师管理(11)/*=*/* Table: TeacherManage 建立教师管理表 */*=*/create table TeacherManage (T_Id numeric(20) not null, 教师编号Course_Id numeric(10) null, 课程编号T_Name varchar(10) not null, 教师姓名T_Sex varchar(5) not null, 教师性别T_Adress varchar(50) not null, 教师住址T_level varchar(10) not null, 教师级别constraint PK_
30、TEACHERMANAGE primary key nonclustered (T_Id) 建立主键:教师编号)Go1、 数据插入教师管理插入的相关信息:insert into dbo.TeacherManage values(1,1,张经济, 男,万家丽号,讲师)insert into dbo.TeacherManage values(2,2,张英语, 男,万家丽号,高级讲师)insert into dbo.TeacherManage values(3,3,张德语, 男,万家丽号,高级讲师)insert into dbo.TeacherManage values(4,4,张日语, 男,万家丽
31、号,高级讲师)insert into dbo.TeacherManage values(5,5,张韩语, 男,万家丽号,教授)212、 查询结果select * from dbo.TeacherManage(三) 教材管理(11)/*=*/* Table: SBMANAGE 建立教材管理表 */*=*/create table SBMANAGE (SUBID numeric(10) not null, 教材编号PRE varchar(20) not null, 出版社CLASSIFY varchar(20) not null, 类别WRITER varchar(10) not null, 作者
32、STORAGE numeric(10) not null, 库存量Price smallmoney null, 价格constraint PK_SBMANAGE primary key nonclustered (SUBID) 建立主键:教材编号)Go1、数据插入教材管理插入的相关信息:insert into dbo.SBMANAGE values(1,清华大学出版社,信工, 李一,100,1)insert into dbo.SBMANAGE values(2,清华大学出版社,食科, 李二,160,35)insert into dbo.SBMANAGE values(3,西安大学出版社,会计,
33、 李三,80,64)insert into dbo.SBMANAGE values(4,机械工业出版社,应化, 李四,200,95)22insert into dbo.SBMANAGE values(5,高等教育出版社,英语, 李五,600,45)insert into dbo.SBMANAGE values(6,IQ 出版社, 信工,李六,70,65)insert into dbo.SBMANAGE values(7,EQ 出版社, 工程,李七,35,88)insert into dbo.SBMANAGE values(8,人明大学大学出版社,会计, 李八,40,100)insert int
34、o dbo.SBMANAGE values(9,农业大学出版社,英语, 李九,60,30)insert into dbo.SBMANAGE values(10,北大出版社, 食科, 李十,80,50)3、查询结果select * from dbo.SBMANAGE(四)班级管理(11)/*=*/* Table: Classmangement 建立班级管理表 */*=*/create table Classmangement (class_id numeric(10) not null, 班级编号Depar_Id numeric(10) null, 系部编号class_name varchar(
35、10) not null, 班级名称cls_num numeric(10) not null, 班级号constraint PK_CLASSMANGEMENT primary key nonclustered (class_id) 建立主键:班级编号)Go231、 数据插入班级管理插入的相关信息:insert into dbo.Classmangement values(1,1,08 信工一班,40)insert into dbo.Classmangement values(2,1,08 信工二班,38)insert into dbo.Classmangement values(3,2,08
36、信科一班,25)insert into dbo.Classmangement values(4,2,08 信科二班,36)insert into dbo.Classmangement values(5,3,08 工程三班,45)insert into dbo.Classmangement values(6,4,08 会计班,37)insert into dbo.Classmangement values(7,5,08 英语班,39)insert into dbo.Classmangement values(8,6,08 食科班,43)insert into dbo.Classmangement
37、 values(9,7,08 应化班,28)insert into dbo.Classmangement values(10,8,08 工程班,36)insert into dbo.Classmangement values(11,9,08 工程班,38)2、 查询结果select * from dbo.Classmangement(五)教学管理(11)/*=*/* Table: TeachManage 建立教学管理表 */24/*=*/create table TeachManage (T_Id numeric(20) null, 教学编号 Course_Id numeric(10) null, 课程编号TeachTime datetime not null, 教学时间Te