| 设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计 | |||||
|
|||||
|
|||||
|
|||||
二十一世纪,网络化、信息化等名词已经成为当下时代的标签,且随着Internet的飞速发展,网络应用日益广泛,互联网已经成为当今社会一个非常热门的研究领域,如:电子商务,网络教学,网络游戏,网上医疗等。
本文首先分析市场上已存在订餐系统的实际需求和业务流程,再结合顾客的习惯消费方式,设计并实现了一个实用的农家乐网站。具体研究内容包括以下几个方面:首先,本文在讨论网上订餐市场趋势和市场优势的基础上,分析系统的功能需求和非功能性需求,并对系统需求以用例图和用例描述的形式进行详细说明。其次,在需求分析基础上,根据系统需求提出系统设计目标和原则,分别设计了系统技术架构和功能架构。其中,技术架构主要考虑系统的可扩展性、可维护性以及性能问题,采用分层模型的J2EE架构,设计和分析了各层的功能;而功能架构设计主要讨论了系统各部分的功能组成,并给出一个动态的系统功能流程。再次,在系统架构设计的基础上我们进行了农家乐网站的详细设计。该部分按订餐用户、农家乐用户和系统管理员用户三个模块来设计系统,并对各个模块的设计进行了描述。在系统建模中,给出了农家乐网站的整体结构图,进而分别讨论了订餐用户、农家乐用户和系统管理员用户各个模块的详细设计。最后,本文对农家乐网站的应用情况作了简单介绍,并对系统进一步改进提出了建议。
综上所述,我们在分析业务需求和分析顾客的习惯消费方式的基础上,采用了SSH整合框架技术,设计并实现了农家乐网站。
关键词:信息化电子商务农家乐网站
ABSTRACT
In the 21st century, informatization has become the contemporary label. With the rapid development of Internet and the increasingly wide range of network applications, Internethas become nowadays a very popular research fields, such as electronic commerce, network teaching, online games, online medical and so on.
In this paper, wedesign and implementa practical online meal ordering system by analyzing some existing meal ordering systems and the actual needs of the business process, and combining the habits of customers. Specifically,wefirstwill discuss thefunctional and non-functional requirementsofthe systembased onthe market trends and advantages. Then we presenta detailed description of the system requirements by some case diagrams and descriptions. Secondly, according to the function analysis, we proposethedesign goals and principles of this system,and the technical and functional frameworks of this system.Among them, forthetechnical framework the scalability, maintainability and performance of this system are studied. Weanalyze and designthe function of each layer by using the J2EE architecture of the layered model. For the function of architecture design, we mainly discuss the functionality of each model of the system, and give a dynamic system process. Thirdly, we show a detailed design of online meal ordering system based on the above analysis. In the whole system, there are three modules including customers, restaurant owners and system administrators. We describe the overall structure of the online meal ordering system. Moreover, the detailed designs of three modules are described. Finally, we conclude the whole system and propose some suggestions for the further improvements.
In summary, we applyStruts, Spring, Hibernate framework technologytodesign and realize an online meal ordering systemon the basis ofanalyzingthe business needs and the customer's consumption patterns
KEYWORDS: Informatization Electronic Commerce Online ordering目录
摘要
ABSTRACT
第一章绪论1
1.1农家乐网站的市场趋势1
1.2农家乐网站的市场优势1
1.3解决的主要问题2
1.4本文的主要工作2
1.5论文的组织结构3
第二章预备知识5
2.1系统开发语言5
2.2系统开发工具5
2.3系统开发框架技术6
第三章需求分析9
3.1系统分析与设计目标9
3.2可行性分析9
3.3设计的总体规划10
3.4功能分析10
3.4.1用例图10
3.4.2用例描述11
3.5.3系统E-R图25
3.5.4主要功能活动图26
第四章概要设计29
4.1运行环境29
4.2系统逻辑架构设计29
4.3数据存储设计30
4.3.1系统数据结构设计30
4.3.2数据库表设计30
4.4类模型设计34
4.5运行设计34
4.5.1运行模块组合34
4.5.2运行控制35
4.6系统出错处理设计37
4.6.1出错信息37
4.6.2补救措施37
4.6.3系统维护设计37
第五章详细设计39
5.1程序系统的结构39
5.2 Customer类设计说明40
5.3 Restaurant类设计说明41
5.4 Order类设计说明42
5.5 Food类设计说明43
5.6 Message类设计说明44
5.7 Notice类设计说明45
5.8 Note类设计说明46
5.9 ShoppingCart类设计说明47
5.10 Admin类设计说明49
第六章软件的实现与测试51
6.1总体实现51
6.2软件测试58
6.2.1测试环境和测试工具58
6.2.2测试策略和方案58
6.2.3功能测试58
6.2.4测试的结论59
第七章总结与展望61
7.1总结61
7.2展望61
参考文献62
致谢63
附录A:主要源代码65
附录B:软件使用说明书73

毕业66资料站 biye66.com ©2015-2026 版权所有 | 微信:15573586651 QQ:3903700237
本站毕业设计和毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!