基于JSP的校友管理系统平台的设计与实现中文摘要1摘要随着计算机技术的迅猛发展,各种在线服务系统已经应用在人们的日常生活中,为了加强校友之间的联系,为高校和学生提供了一个方便交流联系的互动平台,基于以上研究背景,大大加剧了高校学生对校友管理系统的需求。本文介绍了校友管理系统的设计与实现,系统采用开发效率较高的SSH框架,选用了JSP语言,使用MYSQL作为系统的数据库,并通过Tomcat进行发布。该系统功能设计了三类身份用户:超级管理员、班级管理员、用户。超级管理员的功能主要有:查看管理员申请,网站公告,联系我们,会员信息管理,班级管理,管理用户信息,修改个人信息与登录密码等;班级管理员的功能主要有:上传资料管理,同学动态管理,班级相册管理,留言板管理,班级成员管理,班级信息维护等功能:普通用户注册成功后,可以上传资料,发布个人动态,发送站内信,收取站内信,图片上传,申请班级管理员,修改个人信息和密码等功能。通过这些功能的实现,使校友管理系统的应用达到要求,可以将系统投入到实际应用中,校友可以应用本校友系统来联系到以前的同班同学,以此来促进高校同学间交流,沟通感情,实现资源的共享。2毕业论文外文摘要ABSTRACTWiththerapiddevelopmentofcomputertechnology,variousonlineservicesystemshavebeenappliedinpeople'sdailylife.Inordertostrengthentheconnectionbetweenalumniandprovideaninteractiveplatformforcollegesandstudentstoexchangeandcontacteachotherconveniently,basedontheaboveresearchbackground,thedemandofalumnimanagementsystemforcollegestudentshasbeengreatlyintensified.Thispaperpresentsthedesignandimplementationofthealumnimanagementsystem,whichusestheSSHframeworkwithhighdevelopmentefficiency,selectstheJSPlanguage,usesMYSQLasthedatabaseofthesystem,anddistributesitthroughTomcat.Thesystemfunctionsaredesignedwiththreetypesofidentityusers:superadministrator,classadministrator,anduser.Thefunctionsofsuperadministratormainlyinclude:viewadministratorapplication,websiteannouncement,contactus,memberinformationmanagement,classmanagement,manageuserinformation,modifypersonalinformationandloginpassword,etc.;thefunctionsofclassadministratormainlyinclude:uploadinformationmanagement,classdynamicmanagement,classphotoalbummanagement,messageboardmanagement,classmembermanagement,classinformationmaintenance,etc.:afterordinaryusersregistersuccessfully,theycanuploadinformation,publishpersonalnews,sendstationletters,receivestationletters,uploadpictures,applyforclassadministrator,modifypersonalinformationandpassword,andotherfunctions.Throughtheimplementationofthesefunctions,theapplicationofthealumnimanagementsystemmeetstherequirements,andthesystemcanbeputintopracticalapplication.1Alumnicanusethisalumnisystemtocontacttheirformerclassmates,soastopromotethecommunicationbetweencollegestudents,communicatetheirfeelingsandrealizethesharingofresources.Keywords:Alumimanagement;Database;design2目录1绪论.................................................................11.1研究背景及意义..................................................11.2相关技术简介....................................................11.2.1SSH分层架构...............................................11.2.2Struts2介绍...............................................21.2.3Hibernate介绍.............................................31.2.4SQLServer2008............................................32系统分析.............................................................42.1系统可行性......................................................42.2系统需求分析.........................................