asp.net+sqlserver travel website zjy99A2

1. System login: System login is the intersection for users to access the system. The system login interface is designed, including user name, password and verification code, and then the identity information of the logged-in user is judged, whether it is an administrator user or an ordinary user.
2. System user management: Both super administrators and ordinary administrators need to manage system users, including adding, deleting, modifying, querying ordinary administrators, modifying the administrator's login password, and newly added administrator users can log in to the system.
3. Registered user management: After tourists register on the homepage of the front desk, after passing through the administrator background, no matter whether it is a super administrator or an ordinary administrator, they need to manage registered users, including registered user review, deletion, modification, and query. After the review is passed, the registered user can either Log in to the system with an account and password.
4. Change password: All system users (administrators and registered users) should be able to change their login passwords, and they need to log in again after modification.
5. System profile setting: The system administrator should be able to set the system profile information of the front desk of the website through the system profile setting function. The system profile of the site front desk changes with the change of the site. Multi-function input such as style.
6. System announcement setting: The system administrator should be able to set the system announcement information of the website front desk through the system announcement setting function. The system announcement of the website front desk changes with the change of the website. Multi-function input such as style.
7. Online message: Only registered users can leave online message. They need to log in to the front desk of the website, enter the message content to complete the online message function, and at the same time view other users' messages.
8. Message management: used by super administrators and ordinary administrators to reply, delete, modify, and query all message information in the system. The background message management module mainly realizes cleaning up the user's message, deletes the unnecessary message, so that the user has enough space to leave a message.
9. Personal data management: It is used by registered users. Registered users can log in to the personal background and modify their original registration information, such as modifying phone numbers and email addresses. The user name cannot be modified.
10. Friendship link management: It is used by super administrators and ordinary administrators to add, delete, modify, and query all the friendship link information in the system. At the same time, the friendship links in the foreground of the website are updated as the friendship links in the background change.
11. Online reservation: Registered users can choose a hotel, make a reservation, and check their personal reservation information after logging in their personal account at the front desk of the website.
12. Reservation management: In the background of the website, the administrator manages hotel reservations. Each hotel corresponds to its own reservation record, and the administrator can delete, modify, and query.
13. Hotel information information management: The system needs a function that can manage hotel information, including adding, deleting, modifying, and querying. At the same time, the hotel information at the front desk of the website must be updated synchronously with the hotel information at the background of the website.
14. Tourist attraction information management: The system needs a function that can manage tourist attractions, including adding, deleting, modifying, and querying. At the same time, the tourist attraction information at the front desk of the website must be updated synchronously with the tourist attraction information at the background of the website.
15. Tourist route management: In the background of the website, the administrator user should realize the operation of the tourist route, including adding, deleting, modifying and querying. This website mainly implements functional modules such as tourist picture management, tourist route management, tourist attraction management, tourist news management, tourist notice management, station news management, hotel information management, reservation record management, system management, etc. The system uses Visual studio.net2010 as The system development environment adopts ASP.NET technology, uses C# language, and uses SQL Server as the background database. With the rapid development of the tourism industry today, it is necessary to combine the website with the tourism industry to provide people with convenient and fast services, such as local development status, scenic spot introduction, tourist routes, transportation, accommodation and so on. In order to attract more tourists to come for sightseeing, a tourism website with detailed tourism information is very necessary.

Table of contents

Chapter 1 Introduction 1
1.1 Development background 1
1.2 Development status 1
1.3 Research content 1
1.4 Paper structure 2
1.5 Summary
of this chapter 2Chapter 2 Introduction to system development technology 3 2.1 Introduction
to Adobe Dreamweaver 3
2.2 Introduction to HTML/CSS 3 2.3
Introduction to ASP.NET 3
2.4 Concept and characteristics of Sqlserver database 4
2.5 Summary of this chapter 4
Chapter 3 System analysis 5
3.1 Functional requirements analysis 5
3.2 Business process analysis 6
3.3 Data process analysis 8
3.4 Summary of this chapter 10
Chapter 4 System design 11
4.1 System network architecture design 11
4.2 System overall design 11
4.3 System function module design 12
4.4 Database design 12
4.4.1 Conceptual model design 12
4.4.2 Database table design 13
4.5 Database connection meter 15
4.6 Summary
of this chapter 15 Chapter 5 System realization 16
5.1 Front page realization 16
5.2 Implementation of login module 16
5.3 Realization of travel route and hotel information module 19
5.4 Realization of message module 20
5.5 Realization of reservation module 21
5.6 Realization of hotel management module 23
5.7 Summary of this chapter 24
Chapter 6 System test 25 6.1
Operating environment description 25
6.2 Interface test 25
6.3 Function Test 25
6.4 Test Results 26
6.5 Chapter Summary 27
Chapter 7 Summary 28
Acknowledgments 29
References 30
 

Guess you like

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