学生学籍管理系统免费毕业设计论文Word文档格式.docx
《学生学籍管理系统免费毕业设计论文Word文档格式.docx》由会员分享,可在线阅读,更多相关《学生学籍管理系统免费毕业设计论文Word文档格式.docx(47页珍藏版)》请在冰豆网上搜索。
经过认真的考查分析,此系统的功能由四个模块来具体实现:
学生信息管理模块、学生成绩管理模块、考试管理模块和用户管理模块。
本系统遵循了经济、高效、安全、稳定、易操作、易维护和开放的程序设计原则。
本文主要介绍了系统各功能模块的实现及软硬件环境,简单介绍MicrosoftActiveServerPages(以下简称ASP)语言以及JavaScript脚本语言编程技术。
关键词:
ActiveServerPagesAccess2000数据库学生学籍管理
-------------ABSTRACT--------------
Thestudent’srolladministrativesystemisanapplicationsoftwarebasedonB/S(browser/server)structure.Thelanguageofthissystem’sdevelopmentmainlyistheASPlanguageandtheJavaScriptlanguage.ItappliesontheServerextremeandtheClientextremeonlysetsuptheBrowser(SuchasIE).Thesystemhasalotofadvantages,Suchasperfectlyfunctions,simplyoprationesandeasilyuses.Throughanalysing,thissystemrealizesallfunctionswithfourpiecesofmodule:
theadministrativemoduleofStudent’sinformation,theadministrativemoduleofStudent’sscores,theadministrativemoduleofexaminationandtheadministrativemoduleofuser.Thissystemfollowstheeconomic,high-efficient,securitial,reliable,easymaintainingandopendesignprincipleeasytouse.
Thistexthasintroducedsystematicrealizationandsofthardwaredispositionmainly.Atthesametime,italsohaveintroducedtheprogrammingtechnologyoftheASPandJavaScriptlanguagesbriefly.
Keyword:
AspdatabaseThestrudent’smanagement
目 录
一、前言-------------------------------------------------------------------------------------------------------------3
二、研究现状-------------------------------------------------------------------------------------------------------4
(一)同类软件的分析和比较----------------------------------------------------------------------------------4
(二)有关本系统的研发环境及技术-------------------------------------------------------------------------5
1、编程环境的选择------------------------------------------------------------------------------------------5
三、要解决的几个关键问题-------------------------------------------------------------------------------------9
四、系统结构模型------------------------------------------------------------------------------------------------12
1、系统模块结构图----------------------------------------------------------------------------------------13
2、系统功能框图-------------------------------------------------------------------------------------------13
3、系统主界面----------------------------------------------------------------------------------------------14
4、用户登录窗口-------------------------------------------------------------------------------------------14
5、信息录入窗口-------------------------------------------------------------------------------------------15
6、成绩录入窗口------------------------------------------------------------------------------------------16
7、考试管理窗口-------------------------------------------------------------------------------------------18
五、系统实现技术------------------------------------------------------------------------------------------------19
(一)学生信息模块--------------------------------------------------------------------------------------------19
1、学生信息录入子模块---------------------------------------------------------------------------------19
2、学生信息查询子模块---------------------------------------------------------------------------------20
3、学生信息修改、删除子模块-------------------------------------------------------------------------21
(二)学生成绩管理模块--------------------------------------------------------------------------------------23
1、学生成绩录入子模块----------------------------------------------------------------------------------232、学生成绩查询子模块----------------------------------------------------------------------------------25
3、学生成绩修改、删除子模块---------------------------------------------------------------------------25
4、计算总分与排名子模块-------------------------------------------------------------------------------29
5、目标分管理子模块-------------------------------------------------------------------------------------30
(三)考试管理模块--------------------------------------------------------------------------------------------30
1、添加新考试子模块-------------------------------------------------------------------------------------30
2、考试修改、删除子模块---------------------------------------------------------------------------------31
3、考试科目添加删除子模块----------------------------------------------------------------------------32
(四)用户管理模块--------------------------------------------------------------------------------------------32
1、添加新用户子模块-------------------------------------------------------------------------------------32
2、用户密码、权限管理子模块---------------------------------------------------------------------------33
3、删除用户-------------------------------------------------------------------------------------------------36
(五)程序流程--------------------------------------------------------------------------------------------------38
六、性能测试与分析--------------------------------------------------------------