在线售票系统的设计与搭建
2018-09-21朱祥东杨保华
朱祥东 杨保华


摘要:在这个计算机极度普及的时代,计算机可以为我们做许多的事情。过去,如果我们想去电影院观看最新的电影,我们必须花费大量的时间和精力去排队买电影票,既费时费力,又令人厌烦。为了解决这一问题,我们完全可以通过计算机和互联网来完成。根据这个要求而设计和开发这个系统。在线电影售票系统可以提高劳动效率,节约成本,提高服务质量和客户体验。该系统包括用户登录功能、登录账户、电影提问,并按顺序制作,进行管理和数据库的操作。系统的角色分为三种类型:未注册用户、已注册用户和管理员,各自对应各自的任务来实现响应的功能。
Abstract: In this era of extremely popular computers, computers can do many things for us. In the past, if we wanted to go to the cinema to watch the latest movies, we had to spend a lot of time and energy lining up to buy movie tickets, which was time-consuming and laborious. In order to solve this problem, we can complete it through the computer and the Internet, and design and develop this system based on this requirement. Online movie ticketing system can improve labor efficiency, save costs, improve service quality and customer experience. The system includes user login function, login account, and movie questioning, and is produced in sequence to perform management and database operations. The role of the system is divided into three types: unregistered users, registered users, and administrators, each corresponding to its own task to implement the response function.
关键词:PHP;web;在线购买;在线电影;MySQL;Apache
Key words: PHP;web;online purchase;online movie;MySQL;Apache
中图分类号:TP311 文献标识码:A 文章编号:1006-4311(2018)27-0244-02
1 绪论
随着时代的发展,大多数人更愿意去电影院体验最新上映的大片。但是选电影和购票花费人们大量的时间和精力,费时又费力。
与此同时,人工售票也给管理人员带来繁重的工作量。为了方便电影院票务系统管理,必须开发更加先进、更加高效的电影售票系统[1]。随着计算机网络技术的高速发展,网络售票是大势所趋。在线售票系统的出现解决了售票难题,通过这个系统,可以实现一些常用的售票服务,并且保证无错且高效。
2 关键技术
本系统主要使用了Apache、PHP、MySQL、jQuery、BootStrap等技术。
①Apache技术:Apache目前为止是世界上最流行的web服务器软件,它的高性能是页内公认,高速、可靠、稳定是它的代名词。Apache服务器具有扩展性极强的特点[2]。……
