资源描述:
《学生档案管理系统前台模块大学本科毕业论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、随着信息技术的不断发展和学生数量的急剧增加,管理信息系统的实施在需求上都有很大发展,用以提高工作效率。通过该系统,可以做到信息的规范管理、科学统计和快速查询,从而减少管理方面的工作量。本文采用JSP和MYSQL等软件为开发工具,以Win7为开发平台,设计出一个学籍管理系统,对学生的信息、课程、成绩进行统一管理,便于查询、修改和删除。本系统是采用B/S模式进行开发的,系统的用户权限有两种:学生和系统管理员,不同权限用户登入到不同的操作界面。该系统主要由学籍维护、选课管理、成绩查询等功能模块组成,本文具体介绍了各功能模块所包含的小模块的功能,学籍维护模块主要是对学生的
2、基本信息进行添加、查询、修改、删除;选课管理模块主要是对选修的课程进行添加、删除、统计选修人数,以及学生进行选课和更改选课;成绩查询模块主要是对必修课进行添加、删除、录入成绩,以及学生进行查询成绩等功能关键字:学生档案管理;B/S;JSP;MYSQL;AbstractWiththedramaticincreaseinthenumberofthecontinuousdevelopmentofinformationtechnologyandstudents,theimplementofmanagementinformationsystemhasagreatdevelo
3、pmentinthedemand,inordertoimprovetheworkefficiency.Throughthissystem,informationcanbestandardizedmanagement,scientificstatisticsandrapidinquiry,thusreducedmanagementaspectworkload.ThispaperusesJSPandMSSQLandothersoftwaredevelopmenttools,usingWin7(orWindowsXP)asthedevelopmentplatform,t
4、hedesignofastudentinformationmanagementsystem,tostudent'sinformation,thecurriculum,theresultcarriesontheunificationmanagement,easytoquery,modifyanddelete.ThissystemisdevelopedusingB/Smode,thesystemuserjurisdictionhastwokinds:thestudentandthesystemmanager,differentpermissionstodiffere
5、ntuserlogininterface.Thesystemismainlycomposedofstatusmaintenance,coursemanagement,scoresqueryetcfunctionmodules,thispaperintroducesthefunctionmodulecontainssmallmodule'sfunction,statusmaintenancemoduleismainlythebasicinformationforstudentstoadd,query,modify,delete;coursemanagementmod
6、uleistoadd,delete,andstatisticscoursesthenumberofelectivecourses,andelectivecoursestudentsandchange;theresultinquirymoduleismainlytoadd,delete,theinputresulttotherequiredcourse,andstudentsforfunctionssuchasqueryresultsKeywords:Studentrecordsmanagementsystem;B/S;JSP;MYSQL;目录1.绪论11.1选题背
7、景和意义11.2国内外研究现状及发展趋势11.3研究内容22.开发技术32.1系统开发技术32.1.1B/S体系结构32.1.2MYSQL数据库32.1.3JSP技术42.1.4JDBC数据库访问接口42.1.5JavaScript53系统设计63.1需求分析63.1.1运行环境63.2系统总体设计63.2.1系统目标设计63.2.2系统设计思想73.2.3系统功能描述73.3数据库设计93.3.1总体表设计93.3.2数据库表的结构104系统实现124.1前台设计124.1.1前台页面设计与实现124.1.2菜单界面134.1.3系统管理员功能144.1.4学生
8、功能205