预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共81页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

摘要基于web机票预定信息系统设计与实现的是为了方便全国乘坐民航的消费者进行机票预定而设计的。系统的用户分为管理员和普通用户,通过不同的用户名和密码来登陆系统来进行所需要的操作,管理员可以对后台数据库中的内容进行修改和管理。该系统的重要功能涉及会员管理,航线航班管理,机票服务管理,客户留言信息管理,以及管理员的后台管理等。该系统其开发重要涉及后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者规定建立起数据一致性和完整性强,数据安全性好的数据库。而对于后者则规定应用程序功能完备,易使用等。本设计采用ASP.NET为开发环境进行操作界面和代码的设计;数据库采用MicrosoftSQLServer2023数据库系统。论文的大体框架如下:第一章绪论;第二章可行性分析;第三章介绍可行需求分析;第四章介绍系统总体设计;第五章介绍系统数据库设计;第六章介绍系统具体设计;第七章和第八章介绍系统的测试与性能分析;第九章是总结。关键词:会员管理;航线航班管理;机票服务管理;客户留言;数据库设计。AbstractDesignandImplementationofBookingTicketsfortheWeb-BasedInformationSystemistofacilitatetheuseofCADbookingticketsfortheconsumerdesigned.Systemhaveadministratorsandordinaryusers,throughdifferentusernamesandpasswordstothelandingsystemtocarryoutsomeneededoperations,Administratorscanmodifyandmanagethebackgrounddatabasetheitscontent.Thesystem'smainfunctionsincludemembersofmanagement,flightroutemanagement,ticketservicemanagement,customerinformationmanagementmessages,Administratorsmanagethebackgroundofsystem.TheDevelopmentofthesystemincludingtwofacetswhichitsdatabasebackgroundtotheestablishmentandmaintenanceandthedevelopmentofthefront-endapplications.Regardingtheformerrequiretoestablishthestrongerdataconsistencyandintegrity,gooddatasecuritydatabase.AsforthelatterwedemandedtheapplicationCompletefunctions,andeasytouse.ThedesignusedASP.NETdevelopmentenvironmentfortheoperationoftheinterfaceandcodedesign;DatabaseusedMicrosoftSQLServer2023databasesystem.Thethesis`sgeneralframeworkisasfollows:Chapter1Introduction;Chapter2feasibilityanalysis;Chapter3introducethepossibledemandanalysis;Chapter4introducetheOveralldesign;Chapter5introducethedatabasedesign;Chapter6introduceadetailedsystemdesign;Chapter7andChapter8introducethesystem`stestandfunctionanalysis;Chapter9isasummary.Keywords:Membermanagement;Flightroutemanagement;Ticketservicemanagement;CustomersMessage;Databasedesign.目录第1章绪论11.1系统的概述11.2相关工具与开发工具介绍2第2章可行性分析42.1技术可行性42.2经济可行性42.3操作可行性52.4运营环境5第3章需求分析63.1系统环境的工作需求及流程63.2系统数据流图和数据字典6第4章总体设计114.1总述114.2系统结构图11第5章数据库设计145.1概念设计145.2逻辑