学生成绩管理系统学生成绩管理系统中文摘要本系统依据开发要求主要应用于教育系统,完成对日常的教育工作中学生成绩档案的数字化管理。开发本系统可使学院教职员工减轻工作压力,比较系统地对教务、教学上的各项服务和信息进行管理,同时,可以减少劳动力的使用,加快查询速度、加强管理,以及国家各部门关于信息化的步伐,使各项管理更加规范化。随着在校大学生人数的不断增加,教务系统的数据量也不断的上涨。学校工作繁杂、资料重多,虽然各类管理信息系统已进入高校,但还未普及,而对于学生成绩管理来说,目前还没有一套完整的、统一的系统。因此,开发一套适和大众的、兼容性好的系统是很有必要的。本文通过分析浏览器/服务器结构的特点并结合成绩管理的实际情况,提出了基于浏览器/服务器结构成绩管理系统的基本设计思想,简要介绍了系统各功能模块及数据库的设计,着重讨论了用ASP.NET技术和SQLServer2000开发成绩管理系统时的数据库访问技术,并给出了部分实现代码。通过该系统,使学生可以方便地在校园网上进行成绩查询。该B/S结构的系统在WindowsXP系统和VS.NET平台下开发完成,使用C#作为ASP.NET的开发语言,SQLServer2000作为数据库。系统有较高的安全性和较好的性能。其中连接数据库的字符串可以随时在web.config里修改,增加了灵活性,保护了数据库的安全。本系统在开发过程中,注意使其符合操作的业务流程,并力求系统的全面性、通用性,使得本系统不只适用于一家教育机构。在开发方法的选择上,选择了生命周期法与原型法相结合的方法,遵循系统调查研究、系统分析、系统设计和系统实施四个主要阶段进行设计,随着用户的使用及对系统了解的不断加深,对某一部分或几部分进行重新分析、设计、实施。本论文主要从系统分析、系统设计、系统实施与使用等几个方面进行介绍还介绍了与成绩管理系统相关的信息B/S结构与ASP.NET的结合等的基本内容及发展情况。关键词:成绩管理信息系统,数据库,Asp.Net,浏览器/服务器结构福州大学专科毕业设计论文第2页共71页7/6/2020StudentGradeManagementSystemAbstractAccordingtothererequirementsofdeveloping,thesystemismainlyappliedtoeducationsystemwhichmanagesthedailyteachingeducationaladministrationandcomputerizationofteachersandstudents.DevelopinggradeManagementSystemnotonlyreduceworkingpressureofthestaffandmanagestheserviceandinformation,butalsodecreasetheuseoflabourforce,acceleratesearchingspeed,improvemanagementspeed.Itisconcernednationaldepartmentautomatedinformationretrievaltostandardizethemanagements.Withthedevelopmentoftheenrollingnumber,thedatafordailyregistryisincreasing,too.Nowadays,theuniversitiesworkiscomplicated.Though,managementhascomeintouniversitiesbutnotpopularized.Fortheteachingmanagement,thereinsnotasetofcompleteandunifiedsystem,soit'sverynecessarytodevelopacoordinatedandthepublic,goodcompatibilitysystem.ThispapergivesthebasicdesignideaoftheBrowser/ServerstructurebasedgrademanagementsystembyanalyzingthecharacteristicoftheBrowser/Serverstructureandcombiningwiththeactualpublicelectivecoursesconditionsofourschool.Itintroducesthefunctionmoduleanddatabasedesignbriefly,followedbyadiscussionondatabaseaccessingtechnologyandtheactivepagetechnologyofgrademanagementsystembasedonASP.NETandSQLServer2000.Byusingthissystem,studentscansearchgradeefficiently.ThisBrowser/ServerstructuresystemisdevelopedunderVS.NETplatforminWindowsXPoperatingsystem,usingC#asASP.NETdevelopmentlanguageandSQLServer2000asthedatabase.Thissystemisofhighersecurityandbetterperformance.Thecharacterstring,whichisusedtoconnectingtothedatabase,canbemodifiedatanytimeinthefile“web.config”,Toincreaseflexibilityofthesystemandsecurityofthedatabase.Thesysteminthedevelopmentprocess,attentiontobringthemintoconformitywiththeoperationofbusinessprocesses,andstrivestoachieveacomprehensivesystem,GM,andmakesthesystemdoesnotonlyapplytoaneducationalinstitution.Inthedevelopmentofmethodstochoose,choosethelife-cyclemethodandcombinedmethodofprototype,followingthesystemofinvestigationandresearch,systemsanalysis,systemdesignandsystemdesignofthefourmainstages,withtheuser'suseandunderstandingofthesystemcontinuouslydeepeningofapartorpartsofre-analysis,design,andimplementation.Inthispaper,mainlyfromthesystemanalysis,systemdesign,systemimplementationanduseofseveralaspectssuchaspresentationalsointroducedthemanagementsystemandperformance-relatedinformationB/SstructureandthecombinationofASP.NET,suchasthebasicknowledgeandpresentdevelopmentoftheprograms学生成绩管理系统mentionedabove.Keywords:StudentGradeManagementSystem,DATABASE,ASP.NET,Browser/Serverstructure目录福州大学专科毕业设计论文第4页共71页7/6/2020第一章绪论.................................................................61.1系统的开发背景.........................................................71.2现有系统存在问题的分析.................................................71.3系统开发的必要性.......................................................81.4系统开发目标与意义.....................................................81.4.1系统开发目标.......................................................81.4.2意义...............................................................91.5可行性分析.............................................................91.5.1经济上可行性:....................................................101.5.2技术上可行性:....................................................101.5.3操作可行性:......................................................101.6运行环境要求..........................................................101.7系统设计原则..........................................................11第二章相关技术介绍........................................................112.1基于B/S结构技术的应用................................................112.2ASP.NET2.0技术简介..................................................122.3ADO.NET访问技术......................................................132.4SQLSERVER2000简介..................................................14第三章系统分析和系统设计..................................................153.1学生成绩管理系统的功能分析............................................153.2系统模块结构图........................................................153.3系统业务流程图........................................................163.3.1系统总业务流程图..................................................163.3.2登录业务流程图......................