Java, JSP online audio and video management and sales system graduation project

Due to the growth of the Internet, there are more and more people shopping online. Most people think that online shopping is more convenient and cheaper to deliver goods. This shows that, as an emerging business model, online shopping is different from the traditional Compared with the shopping model, the main advantages are low price, convenient shopping, complete products, and high efficiency. getting more popular. Due to the above requirements, using related technologies, the user interface is unified as a browser, the front-end interface operation is developed using JSP technology, and the back-end database uses Microsoft SQL Server 2000 as the database server, as well as other technologies such as tomcat. Designed and developed an online audio-visual management system. Analyze online shopping, divide functional modules, analyze the database model, and design the database structure and application program from this. The online audio-visual management system designed in this article meets the five needs of online purchase, product information introduction, publication of product information reviews, background information management, and order processing. It is used for users to inquire and purchase video discs online, providing users with a convenient, fast and economical online shopping environment.
Keywords: online audio and video; e-commerce; online shopping

catalog:
summary i
ABSTRACT ii
Foreword 1
1 Project overview 2
1.1 Overview of current management system 2
1.2 Organizational structure and business scope 2
1.2.1 Organizational structure 2
1.2.2 Business scope 3
1.3 Business Flow chart 3
1.4 System problems 4
1.5 Key technology and tool introduction 4
1.5.1 Technology introduction 4
1.5.2 Tool introduction 5
2 Demand analysis 7
2.1 Overall goal 7
2.2 Specific goal 7
2.2.1 Overview of specific objectives 7
2.3 System function modules 8
2.3.1 System data flow diagram 8
2.3.2 Data dictionary 9
2.4 System data model 12
3 Outline design 14
3.1 Architecture design 14
3.2 Interface design 15
3.2.1 External interface 15
3.2.2 Internal Interface 15
3.3 Code Design 15
3.3.1 Principles of Code Design 16
3.4 Database Design 16
3.4.1 Relational Schema Design 17
3.4.2 Database Table Design 17
3.5 Input and Output Design 18
3.5.1 Input Design 18
3.5.2 Output design 19
3.6 Operation design 19
3.6.1 Operating environment 19
3.6.2 Hardware configuration 20
3.7 Error handling design 20
3.7.1 Error output information 20
3.7.2 Error handling countermeasures 20
3.8 Security design 20
3.8.1 Data security 20
3.8.2 Security of logged-in users 20
3.8.3 Operational security 20
3.8.4 Other considerations for system security 21
3.9 Maintenance design 21
4 Detailed design and implementation 22
4.1 Module design 22
4.2 Login and registration module 22
4.2.1 Module definition and introduction 22
4.2.2 Process 23
4.2.3 Program logic and page realization 23
4.3 Product management module 25
4.3.1 Module definition and introduction 25
4.3.2 Process 25
4.3.3 Program logic and page realization 25
4.4 Shopping cart module 26
4.4.1 Module definition and introduction 26
4.4.2 Process 26
4.4.3 Program logic and page realization 27
4.5 Product query module 28
4.5.1 Module definition and introduction 28
4.5.2 Process 28
4.5.3 Program logic and page realization 28
4.6 Order management module 29
4.6.1 Module definition and introduction 29
4.6.2 Process 29
4.6.3 Program logic and page realization 30
4.7 Website membership management module 31
4.7.1 Module definition and introduction 31
4.7.2 Process 31
4.7.3 Program logic and page realization 32
4.8 Product category management module 33
4.8.1 Module definition and introduction 33
4.8.2 Process 33
4.8.3 Program logic and page realization 34
5 Test 35
5.1 Overview of test principles and test methods 35
5.2 Test project test cases 35
5.3 Software test conclusions 36
5.3.1 Software capabilities 36
5.3.2 Defects and Limitations 37
5.3.3 Recommendations 37
5.3.4 Test Conclusion 37
Conclusion 38
Acknowledgements 39
References 40
Appendix: Source Code 41

Guess you like

Origin blog.csdn.net/fdfgddffffdd/article/details/115006631