资源描述:
《基于ssh的影院电影管理系统-本科毕业设计论文正文》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、哈尔滨理工大学学士学位论文基于SSH的影院电影管理系统摘要随着计算机技术的飞速发展,计算机在影院管理中应用的普及,利用计算机实现影院电影管理势在必行。对于大中型影院来说,利用计算机支持影院高效率完成电影信息管理的日常事务,是适应现代影院制度要求、推动影院电影信息管理走向科学化、规范化的必要条件;计算机管理所无法比拟的优点检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。经过分析,明确某影院电影信息管理系统的需求后,我决定采用Struts、Hibernate、Spring框架技术来设计并开发本系统。本平台利用JavaEE技术,使用MySql作为后台的数
2、据库服务器。在本系统中,共有五种用户角色:院长,副院长,系统管理员,电影管理员,场次管理员,售票管理员,其中系统管理员可以进行员工信息管理、用户信息管理、场地信息管理等、员工培训管理等操作。系统采用面向对象的分析和设计方法,采用JSP、JavaScript等技术进行开发,目前可以在MySql数据库和Tomcat服务器上正确运行,且功能完善,经过测试已达到预期设计目标。关键词影院电影管理系统;Struts;Hibernate;Spring-II-哈尔滨理工大学学士学位论文ThecinemafilmmanagementsystemAbstractWiththerapidd
3、evelopmentofcomputertechnology,computerapplicationsinthemanagementofthepopularityofcinema,movietheatersuseofcomputermanagementisimperativetoachieve.Formediumandlargetheater,theuseofcomputer-supportedmovietheaterinformationmanagementandefficientcompletionofthedailybusinessofmoderntheater
4、systemisrequiredtopromotethemovietheaterinformationmanagementmorescientific,standardizedconditionsnecessary;computermanagementcannotmatchtheadvantagesofsearchquicklyfindconvenient,highreliability,largememorycapacity,confidentiality,longlifeandlowcost.
Afteranalysis,theclearfilminatheate
5、rinformationmanagementsystemrequirements,IdecidedtouseStruts,Hibernate,SpringFrameworktechnologytodesignanddevelopthesystem.TheuseofJavaEEtechnologyplatform,usingMySqlasthebackenddatabaseserver.Inthissystem,atotaloffiveuserroles:President,VicePresident,SystemAdministrator,moviemanager,s
6、creeningmanager,ticketmanager,inwhichsystemadministratorscanmanageemployeeinformation,userinformationmanagement,venueinformationmanagement,stafftrainingandmanagementoperations.Systemusingobject-orientedanalysisanddesignmethods,usingJSP,JavaScripttechnologiesfordevelopment,currentlyavail
7、ableintheMySqldatabaseandTomcatserviceoncorrectly,andfullyfunctional,testedthedesireddesigngoals.KeywordsCinemaFilmManagementSystem;Struts;Hibernate;Spring不要删除行尾的分节符,此行不会被打印-II-哈尔滨理工大学学士学位论文目录摘要IAbstractII第1章绪论11.1项目开发的背景11.2项目开发的目的和意义11.3项目开发设计思想21.4论文的主要工作及结构分析31.5本章小结3第2章技术和