asp.net web-based music management website dzkf17A9 program

This system mainly includes multiple functional modules such as system user management, announcement information management, music information management, and music type management. The requirements of these functional modules are briefly described below.
Administrator's login module: The administrator logs in to the system to manage other management modules of the system.
User login module: users log in to the system, inquire about personal information, etc., and operate available functions.
User registration module: Tourist users can register as users, and the system will feedback whether the registration is successful.
Add administrator module: Add more administrators to the system, administrators include ordinary administrators and super administrators.
Music information management module:
music information list: present the product table of the database to the administrator in the form of a list.
Add music information: implement the administrator to add music information, which should include music information.
Modify music information: realize the administrator to modify music information, including modifying music information. 
Music information management module:
music information list: present the commodity table of the database to the administrator in the form of a list.
Add music information: implement the administrator to add music information, which should include music information.
Modify music information: realize the administrator to modify music information, including modifying music information. 
Announcement information management module:
Announcement information list: present the commodity table of the database to the administrator in the form of a list.
Add announcement information: implement the administrator to add announcement information, which should include announcement information.
Modify bulletin information: enable administrators to modify bulletin information, including modifying bulletin information. 
Music information management module:
music information list: display music information list.
Music type management module:
music type list: display all music types in the system, and can be queried by keywords.
Music type deletion: delete the wrong or expired music type.
Message management module:
message list: display all messages in the system, which can be queried by keywords.
Message deletion: delete incorrectly entered or expired messages.
User module:
data management: users log in to the system. You can view your own personal homepage.
System Information: Users can view their own system prompt information.
Modify information: users can modify their own account password.
Information search: Users can search for information in the site through keywords.
Password modification: Users can modify their personal login passwords.
System management module: including data backup.
Exit Module:
Administrator Exit: Administrator is used to exit the system.
User Logout: Used by users to log out of the system.
Listening to music often can relieve work stress, reduce life pressure, avoid various chronic diseases, etc. The invisible power of music is far beyond personal imagination, so listening to music and appreciating music are very common life adjustments for modern people. Music also brings personal spiritual enjoyment, emotional expression, and resonance among groups. It can produce many positive or negative psychological effects on different occasions, environments, and different mentalities. The influence of modern music on human beings is basically Positive, it is beneficial to the health of individuals and society.
This music management website mainly includes multiple modules such as system user management module, music type management module, announcement information management, music information management, login module, and exit module. The system uses Visual studio .net2010 is used as the system development environment, and ASP.NET technology is adopted, C# language is used, and SQL Server is used as the background database.

Table of Contents
Music Management Website Design and Implementation I
Abstract I
ABSTRACT I
Table of Contents III Chapter
1 Introduction 1
1.1 Development Background 1
1.2 Development Significance 1
1.3 Research Content 1
Chapter 2 Introduction of Main Technologies and Tools 1
2.1 C# Language 1
2.2 sqlserver Database 1
2.3 net Technology 2
2.4 B/S Mode 3
Chapter 3 System Analysis 1
3.1 Feasibility Analysis 1
3.1.1 Economic Feasibility 1
3.1.2 Technical Feasibility 1
3.1.3 Operational Feasibility 1
3.2 Demand Analysis 1
3.3 Business Process Analysis 2
3.4 Data Flow Analysis 3
Chapter 4 System Design 5
4.1 System Structure Design 5
4.2 Function Module Design 5
4.3 Database Design 6
4.3.1 Database Design Overview 6
4.3.1 Conceptual Design 6
4.3.2 Table Design 7
Chapter 5 System Implementation 13
5.1 Basic Task 13
5.2 Realization of login module 14
5.2.1 Realization of homepage 14
5.2.2 Administrator background login 15
5.3 Realization of user module 17
5.3.1 Realization of registration module and login 17
5.3.2 Realization of message module 19
5.4 Realization of administrator module 22
5.4.1 Realization of user management module 22
5.4.2 Realization of password modification module 24
5.4.3 Realization of announcement information management module 26
5.4.4 Realization of music information management module 27
5.4.5 Realization of music type management module 28
5.4 .6 Implementation of Music Information Management Module 30
Chapter 6 System Test 32
6.1 Test Purpose 32
6.2 Test Overview 32
6.3 Unit Test
32 6.3.1 Registration Test 32
6.3.2 Login Test 33
6.4 Integration Test 34
Chapter 7 Summary 35
Acknowledgments 36
Reference 36


 

Guess you like

Origin blog.csdn.net/qq2295116502/article/details/130455240