基于Java+HTML5+Node.js的自助餐厅管理系统(客户版+商家版) 毕业论文+任务书+选题表+开题报告+文献综述+外文翻译及原文+项目源码及数据库文件
摘要随着智能移动设备的普及,移动互联网在生活中的重要性越来越明显,为了适应快速发展的Web技术以及不断提出的移动Web应用需求,HTML5应运而生。而传统餐饮管理系统由于功能有限,很难满足移动端访问、快捷预定和数据可视化等功能。本文介绍了该课题的研究意义,设计了自助餐厅在线订购系统所需要实现的一些基本功能和拓展功能,建立完整的需求分析和数据库设计,结合最新的HTML5框架(Bootstrap)、Node.js、Mysql,前端数据可视化、Gulp前端模块化构建、前后端分离、MVC、AJAX等技术,开发了一套基于HTML5的自助餐厅管理系统(客户版+商家版),并部署在本人的服务器上测试运行。关键词:HTML5;移动开发;餐饮服务;管理系统;B/S模式ABSTRACTWith the popularity of smart mobile devices, mobile Internet has become more and more obvious in life, in order to adapt to the rapid development of Web technology and proposed mobile Web applications, HTML5 came into being. While the traditional catering management system function is limited, it is difficult to meet the mobile terminal access, fast reservation and data visualization function. This paper introduces the significance of the topic, design the cafeteria online ordering system needs to realize some of the basic functions and development capabilities, to establish a complete requirements analysis and database design, with the latest HTML5 framework(Bootstrap), node.js, front data visualization, front-end module block building, front end separation, MVC, AJAX and other technology, developed a set based on HTML5 cafeteria management system (version of the client + businesses) and deployment on my server using the test.Keywords: HTML5; mobile development;food and beverage service; management system;B/S model目录摘要 IIIABSTRACT IV第1章 绪论 61.1 课题背景 61.2 国内外现状分析 61.3 课题的目的和意义 81.4 本文组织结构 9第2章 开发的相关技术介绍 102.1 HTML5技术新特性 102.2 Bootstrap3框架 112.3 Mysql数据库 112.4 B/S结构 112.5 AJAX数据交互 112.6 Node.js编程语言 122.7前端数据可视化 122.8 Gulp前端模块化构建 122.9前后端分离开发模式 122.10 MVC框架模式 132.11 本章小结 13第3章 系统分析与设计 143.1 系统需求分析 143.1.1 客户版功能需求分析 143.1.2 商家版功能需求分析 143.1.3 非功能性需求分析 153.2 系统模块划分 163.3 系统数据库设计 173.3.1物理数据库设计 173.3.2 数据库字段和关系说明 183.4 本章小结 19第4章 系统实现 204.1 系统开发环境搭建 204.2 系统技术实现细节 204.2.1 gulp自动化构建方案 204.2.2 JavaScript模块化加载 244.2.3 模板引擎 264.2.4 前后端数据连调机制 294.2.5 响应式设计实现 304.3 系统主要功能的实现 314.3.1 客户版功能实现 314.3.2 商家版功能实现 394.4 本章小结 50第5章 总结与展望 515.1 总结 515.2 展望 51参考文献 52致谢 54