电子商务论文

上传人:壹****1 文档编号:492905100 上传时间:2024-02-20 格式:DOC 页数:38 大小:930KB
返回 下载 相关 举报
电子商务论文_第1页
第1页 / 共38页
电子商务论文_第2页
第2页 / 共38页
电子商务论文_第3页
第3页 / 共38页
电子商务论文_第4页
第4页 / 共38页
电子商务论文_第5页
第5页 / 共38页
点击查看更多>>
资源描述

《电子商务论文》由会员分享,可在线阅读,更多相关《电子商务论文(38页珍藏版)》请在金锄头文库上搜索。

1、 山东财经大学本科毕业论文(设计)题目: 网上订房系统 Online booking system 学 院 管理科学与工程学院 专 业 电子商务 班 级 学 号 姓 名 指导教师 山东财经大学教务处制二一二 年 四 月山东财经大学学士学位论文原创性声明本人郑重声明:所呈交的学位论文,是本人在导师的指导下进行研究工作所取得的成果。除文中已经注明引用的内容外,本论文不含任何其他个人或集体已经发表或撰写过的研究成果。对本文的研究做出重要贡献的个人和集体,均已在论文中作了明确的说明并表示了谢意。本声明的法律结果由本人承担。学位论文作者签名: 年 月 日山东财经大学关于论文使用授权的说明本人完全了解山东

2、财经大学有关保留、使用学士学位论文的规定,即:学校有权保留、送交论文的复印件,允许论文被查阅,学校可以公布论文的全部或部分内容,可以采用影印或其他复制手段保存论文。指导教师签名: 论文作者签名: 年 月 日 年 月 日山东财经大学学士学位论文网上订房系统摘 要随着社会的的不断进步,酒店业的竞争也愈来愈激烈,要想在竞争中取得优势,必须在经营管理、产品服务等方面提高管理意识。如何利用先进的管理手段,提高客房的管理水平,是每一个酒店管理者所面临的重大问题。传统手工的订房管理,管理过程繁琐而复杂,执行效率低,并且易于出错。通过这样的系统,我们可以做到信息的规范管理和快速查询,实现了订房信息管理的系统化

3、、规范化和自动化,这样不仅减少了管理工作量,还提高了管理效率,降低了管理成本。酒店订房系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。因此本人结合开放式酒店的要求,对ACCESS数据库管理系统、数据库组件、ACCESS语言原理、ASP应用程序设计,对数据库技术进行了较深入的学习和应用,主要完成对酒店订房系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的酒店订房系统可以满足顾客

4、、酒店管理员双方面的需要。实现了数据库表的浏览,记录的添加、删除和修改,实现了多种条件查询等。设计充分利用ASP、ACCESS数据库技术的强大力量,提高了编程效率和可靠性。本文简要介绍了“酒店订房系统”的项目背景和意义,着重阐述了该系统开发实现过程,从系统的需求分析、模块设计、数据设计、系统实现到系统测试等各个环节都进行了详细的分析和描述。本文还简略的介绍了主要的开发工具Eclipse3.2和ACCESS数据库的功能特性。关键词: ASP;JAVA;ACCESS;酒店订房系统AbstractAs society progresses, the hotel industry, more and

5、more intense competition, in order to gain advantage in the competition must be in operation and management, product management services to raise awareness. How to make use of advanced management tools to improve the management level rooms, a hotel manager for each of the major issues facing the. Tr

6、aditional hand-room management, management of complicated and complex process, the implementation of low efficiency, and easy to make mistakes. The adoption of such a system, we can standardize the management of information and fast information, the realization of the rooms of a systematic informati

7、on management, standardization and automation, so that management not only reduces the workload, but also improve the management efficiency, reducing management costs. Hotel Reservation System is a typical management information system (MIS), including the development of the main background of the e

8、stablishment and maintenance of database and application development front-end aspects. For the former requirement to establish data consistency and integrity, and data security of a good library. For applications which require full-featured and easy to use and so on. Therefore, I combine the requir

9、ements of the hotel open, and ACCESS database management system, database components, ACCESS language principle, ASP application programming, database technology for more in-depth study and application, mainly the sun to complete the Hotel Reservation System needs analysis, functional modules, datab

10、ases, pattern analysis, and thus the design of the database structure and applications. System proved that the sun of this article designed to meet the customers the hotel booking system, hotel managers need a two-way street. The realization of a database table browsing, records added, deleted and m

11、odified to achieve a variety of conditions such inquiries. Design take full advantage of ASP, ACCESS database technology a powerful force to improve the efficiency and reliability of the programming. This paper introduces the Hotel Reservation System project background and significance, with an emph

12、asis on the realization of the system development process, from the system of needs analysis, module design, data design, system testing to all aspects of the system have been detailed analysis and description. This article also briefly describes the main development tools and Eclipse3.2 features AC

13、CESS database. Keywords: ASP;JAVA;ACCESS; hotel reservations system山东财经大学本科论文目 录绪论11.1研究背景与研究意义11.1.1研究背景11.1.2研究意义11.2系统调研与可行性分析21.2.1现状调研21.2.2可行性分析2第1章 系统的开发平台与开发工具31.1 ASP31.1.1 ASP简介31.1.2 ASP定义31.2 MVC技术41.2.1 MVC模型介绍41.2.2 MVC设计模式的实现51.2.3 MVC设计模式的优点51.3 ACCESS 概述51.4 IIS的安装与配置6第2章 系统需求分析72.1

14、系统功能分析72.1.1功能需求72.1.2性能需求72.1.3运行需求72.2数据需求82.2.1静态数据82.2.2动态数据8第3章 数据库设计93.1数据库系统93.1.1数据库以及数据采集93.2数据处理流程93.2.1系统登陆流程93.2.2.系统管理流程93.2.3订房流程93.2.5订房查询操作流程93.3系统数据库设计103.3.1 E-R图:103.3.2 数据库表10第 4 章 前台主要功能模块详细设计124.1 前台文件总体架构124.1.1 模块功能介绍124.1.2前台页面运行结果124.2 网站导航设计134.3 在线订房管理模块设计134.4 意见反馈管理模块设计164.5 公告栏模块设计174.5.1 首页滚动显示174.5.2 具体信息展示18第五章 后台主要功能模块详细设计195.1 后台总体架构195.1.1模块功能介绍195.1.2 后台页面运行结果195.2 后台登录模块设计205.3 管理首页/退出模块设计205.4 网站管理模块设计205.4.1 网站管理模块文件架构205.4.2更改初始信息模块设计205.4.3 查看服务器信息管理模块设计215.5 图片管理模块设计23附录28参考文献29致

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 大杂烩/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号