当前位置:网站首页>JSP_ SSM Wanfu cinema ticket sales management system, including paper [demonstration video]

JSP_ SSM Wanfu cinema ticket sales management system, including paper [demonstration video]

2022-06-23 14:15:00 51Aspx

Demo video

Video content

Source library download

http://www.51aspx.com/code/JSPSSMTicketManagementSystemOfWanfuFilmCity

Source code parameters

Source code description

This system is based on SSM(Spring+SpringMVC+MyBatis) frame , Suitable for graduation design , use javaweb, be based on B/S Pattern ,Myeclipse perhaps eclipse idea For development tools ,mysql database , Interested friends can download and study .

Function is introduced

1. Registration module :

Users can register their account with the system , Data required for account registration , There's a user name 、 password 、 Confirm the password 、 mailbox 、qq etc. , After submitting the registration information , The system goes through js The code determines whether the registration data entered by the user meets the specification , If it meets the specifications , Add a user record in the system database , For safety reasons , Use md5 The encryption algorithm completes the encryption of the password , Then store the database .

2. Login module :

During user login , Include user name 、 Password and verification code , The system needs to judge whether the verification code is right or wrong first , If the user logs in using a verification code , When logging in, the user needs to enter a user name and password , And enter the verification code . After judging that the verification code is correct , Determine the user name and password , Because the user password is MD5 Encrypted , Therefore, when judging the user's password, the password should be checked first MD5 Judge after conversion , When the user name or password is incorrect , Return to the login page and display the error message .

3. Film and television information management module :

The film and television information management module includes news notification input 、 title 、 Category 、 Film and television information modification 、 Delete , It's all through MySQL Statement to implement database operation , And put the data in html In the interface .

4. Ticket purchase order management module :

Design the ticket information table of the system , The administrator manages the ticket purchase information data , If increase 、 Delete 、 modify 、 Query etc. , When the administrator adds ticket purchase information , Enter the ticket purchase information , Use js Function to determine whether the input format is correct , After correct judgment , Insert the ticket purchase information data into the ticket purchase information table .

5. Film information management module :

The film information management module includes film information input 、 Movie information list 、 Movie information search 、 Movie information modification 、 Delete movie information , It's all through MySQL Statement to implement database operation , And put the data in html In the interface

matters needing attention

1、 Administrator account :hsg password :hsg  2、 The development environment is eclipse idea/Myeclipse All possible , Including database creation script ,jdk7.0 above ,tomcat7 above , Use ssm frame ,jsp/java Language development . 3、 use jdbc How to connect , Database version >mysql5.7 You need to change the database connection and add a connection driver , Compatible with all mysql edition 4、 Database connection src\applicationContext.xml neutralization src\com\util\db.java Revision in China , 5、 If your mysql The database password is empty , Import and run , Convenient and quick

原网站

版权声明
本文为[51Aspx]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/01/202201071557253487.html