资源描述:
《开放实验室系统论文 2》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要开放实验室管理系统本文主要阐述了开放实验室管理系统的开发方法以及实现的功能。本系统采用ASP.NET技术作为创建应用程序的方式,以VB.net作为编程语言,采用SQLServer数据库作为后台数据库。它是基于Browser/Server结构下形成的数据驱动的Web应用程序。本系统基本遵循了软件工程方法论进行需求分析、概要设计、详细设计和软件测试。实现了管理员对实验室、课程、实验成绩、实验室设备、教学计划、规章制度、操作规程、教师队伍、实验室通知、注册教师和教师预约的管理;教师的注册,以及教师对预约课程、实验成绩的管理,对通过的预约课程、教学计划、规
2、章制度、操作规程、教师队伍和实验室通知的查看,从而使繁琐的信息进行系统化、规范化的管理,以节省时间、提高工作效率,以充分发挥学生的主观能动性,提高实验教学的效果。关键词:开放实验室管理系统ASP.NETBrowser/ServerSQLServerIVABSTRACTOpenlaboratorymanagementsystemThisarticlemainlyelaboratedopensthelaboratorymanagementsystemmanagementsystemthemethodofexploitationaswellasthereal
3、izationfunction.ThissystemusestheASP.NETtechnologytotakethefoundationapplicationproceduretheway,toVB.nettooktheprogramminglanguage,usesSQLtheServerdatabasetotakethebackstagedatabase.ItisthedataactuationWebapplicationprocedurewhichformsbasedontheBrowser/Serverstructureunder.Thiss
4、ystembasicallyfollowedthesoftwareengineeringmethodologytocarryonthedemandanalysis,theoutlinedesign,thedetaileddesignandthesoftwaretest.Hasrealizedthemanagerthemanagementwhichtothelaboratory,thecurriculum,theexperimentalresult,thebench-scaleequipment,theplanofinstruction,therules
5、andregulations,theworkinginstruction,theteachertroop,thelaboratorynotice,theregistrationteacherandtheteachermakesanappointment;Teacher'sregistration,aswellasteachertoappointmentcurriculum,experimentalresultmanagement,tothroughappointmentcurriculum,planofinstruction,rulesandregul
6、ations,workinginstruction,teachertroopandlaboratorynoticeexamination,Thuscausesthetediousinformationtocarryonsystematized,thestandardizedmanagement,savesthetime,theenhancementworkingefficiency,tofullydisplaysstudent'ssubjectiveinitiative,enhancestheexperimentalteachingtheeffect.
7、Keywords:Openlaboratorymanagementsystem;ASP.NET;Browser/Server;SQLServerIV目录第一章开发环境介绍21.1开发工具介绍21.1.1VB.NET简介21.1.2ASP.NET简介21.1.3数据库简介31.2运行环境4第二章需求分析62.1可行性分析62.2系统需要解决的主要问题6第三章概要设计83.1后台实现的功能83.1.1系统功能菜单83.1.2实验室办公管理83.1.3办公控制管理83.1前台实现的功能83.1.1教师功能菜单83.1.2实验室办公管理83.1.3办公控制管理
8、93.2数据操作及表格设计9第四章详细设计10IV4.1登陆系统设计104.2数据库中表的设计