毕业设计(论文)任务书课题名称某星级饭店网络预定系统的设计与开发学院计算机专业班级班姓名学号毕业设计(论文)的主要内容:1、进行调研,了解、分析用户对某星级饭店网络预定系统的设计与开发要求。2、熟悉并掌握B/S模式的软件开发方法及其开发工具。3、熟练掌握一种程序设计语言,掌握其Web数据库开发、访问技术。4、利用软件工程的理论和方法,指导完成某星级饭店网络预定系统的开发。根据课题要求,软件主要完成如下功能:网站的后台系统、饭店专业动态信息发布功能、饭店资源管理功能、反馈信息管理功能、饭店客房预定功能、会员信息管理功能等。5、要求软件设计界面友好、使用方便,程序执行安全、可靠、稳定。6、完成与设计内容有关的外文资料的翻译,译文约5000字。7、完成毕业论文并提交设计软件及清单一份。起止时间:2007年3月5日至2007年6月20日共16周指导教师签字系主任签字院长签字张雷摘要在饭店的管理及业务日益复杂,要求也在不断提高的现状下,利用高科技、现代化的电脑自动化预定系统来协助处理日益繁重的饭店业务,对于大型的星级饭店已是必须具备的预定方式。本饭店预定系统针对饭店的具体业务而开发,业务预定以饭店的前台管理为核心,为用户提供便捷、高效的服务。本系统是采用当今流行的C#开发而成。作为一种面向对象的编程语言,它对系统的设计起到了很大的帮助。另外作为开发环境的Asp.net是一种建立在通用语言上的程序框架,能够只用一台Web服务器来建立强大的Web应用程序。后台数据库使用的是SQLServer2000,在此数据库中进行相关的操作安全、可靠,为系统安全有效运行提供了保障。本预定系统分为前台操作和后台管理,包括新闻中心、商务预定、会员管理、帮助信息、饭店评议等功能。关键词:预定系统,C#,Asp.net,SQLServer2000AbstractUnderthepresentconditionthatthemanagementandbusinessesofthehotelareincreasinglycomplicated,requestaswellatraisecontinuously,makeuseofthemodernautomatedcomputerreservationsystemstohelphandletheincreasingworkloadofthehotelbusiness,Forlarge-starhotelisnecessaryfortheintendedmanner.Thishotelscheduletothesystemaimsattheconcretebusinessbutdevelopmentsofthehotel,thebusinessscheduletotakethestagemanagementofthehotelasthecore,providingtheconvenienceforthecustomer,efficientlyofservice.ThesystemistheuseofcontemporarypopdevelopedwithC#.Asanobject-orientedprogramminglanguage,itsdesignofthesystemhasplayedasignificanthelp.Furthermore,asthedevelopmentenvironment,Asp.netwhichisbuiltonthecommonlanguageoftheproceduralframework,canonlyuseaWebservertobuildpowerfulWebapplications.BackgrounddatabaseisusedbySQLServer2000.thedatabaseassociatessafeoperation,dependableandprovidestheguaranteeforthesafevalidmovementofthesystem.Originallyscheduletothesystemisdividedintothestageoperationandthebackstagemanagements,includingthenewscenter,businesstoscheduleto,membermanagement,helpmessage,HotelReview,andotherfunctions.Keywords:reservationsystem,C#,ASP.NET,SQLServer2000目录1绪论................................................................11.1课题的项目背景..................................................11.2课题的现实意义..................................................11.3课题的内容综述..................................................21.4课题的实施目标..................................................22相关知识和开发工具简介...............................................32.1开发工具的介绍..................................................32.1.1简介.......................................................32.1.2.NET的介绍................................................52.1.3ADO.NET简介...............................................62.2SQLServer2000简介.........................