基于Web的学生信息管理系统StudentInformationManagementSystemBasedonWeb中文摘要在现如今这个网络技术高度普及和信息全球化的年代,信息化的程度和互联网技术在国际竞争中充当着重要的角色,华为5G的实例告诉我们,谁先掌握技术谁就有话语权。在我国,国家经济水平不断提高,科学技术实力也蒸蒸日上,在科教兴国战略的影响下,国家对教育愈加重视。接受高等教育的人数不再像几十年前一样屈指可数,并且有部分高校每年还在扩招学生,数量的增长导致高校对学生在校生活的工作也愈加繁杂。针对这一问题,学校合理有效地运用信息数据这一有利“工具”,管理学生事务的复杂性将会有一个大幅度的下降。本次毕业设计是基于web的学生信息管理系统,以JAVA作为开发环境,总体上的结构体系运用了B/S结构体系,B的意思是浏览器的英文单词首字母,S则为服务器的意思。有了HTTP协议的加持,统一了请求端(也就是用户使用的浏览器),将开发重心放在服务器的建设上,从而使用户获得更好的体验。本学生信息管理系统主要使用到的技术有JSP技术和数据库MySQL,主要功能是对学生、教师和班级信息的录入,以及完成学生的选课功能。关键词:互联网JSPMySQL学生信息管理系统AbstractIntoday'seraofhighlypopularizationofnetworktechnologyandinformationglobalization,thedegreeofinformatizationandInternettechnologyplayanimportantroleininternationalcompetition.Huawei's5gexampletellsusthatwhoeverfirstmastersthetechnologyhastherighttospeak.InChina,withthecontinuousimprovementofthenationaleconomiclevelandthegrowingstrengthofscienceandtechnology,undertheguidanceoftheideathatscienceandtechnologyisthefirstproduction,ourcountryadherestoeducationasthebasisandattachesmoreimportancetotheeducationindustry.Thenumberofpeoplereceivinghighereducationisnolongerasfewasitwasdecadesago,andsomecollegesanduniversitiesarestillexpandingtheirenrollmenteveryyear.Theincreaseofthenumberofstudentsleadstomoreandmorecomplicatedworkincollege.Inordertosolvethisproblem,theschoolshouldusetheinformationdataasaneffectivetool,andthecomplexityofstudentaffairsmanagementwillbegreatlyreduced.ThisgraduationprojectisastudentinformationmanagerialsystembasedonWeb.Javaasthedevelopmentenvironment,theoverallstructuresystemusestheB/Sstructuresystem,BmeansthefirstletterofbrowserEnglishwords,sisthemeaningofserver.WiththesupportofHTTPprotocol,therequester(thatis,thebrowserusedbyusers)isunified,andthedevelopmentfocusisontheconstructionoftheserver,sothatuserscangetabetterexperience.ThisstudentinformationmanagementsystemmainlyusesJSPtechnologyandMySQLdatabase,themainfunctionistoinputtheinformationofstudents,teachersandclasses,aswellastocompletethefunctionofselectingcourses.Keywords:InternetJSPMySQLStudentinformationmanagerialsystem目录第一章绪论...............................................................................................11.1课题背景、目的及意义.....................................................................11.2学生信息管理系统部署现状.............................................................11.2.1学生信息存储局限性..............................................................11.2.2高校学生信息管理复杂性.......................................................21.3学生信息管理系统的重要性.............................................................2第二章可行性分析.........................................................................................22.1技术可行性.........................................................................................22.2经济可行性.........................................................