摘 要
随着互联网的高速发展,为了满足商家对于蛋糕订单的管理的需求,客户预订服务,提高工作人员的工作效率并且能更好更准确的为顾客服务,因此开发一个完善的蛋糕预订系统十分必要。本课题的主要目的就是开发一个实用的完善的蛋糕预订系统,以满足广大用户和蛋糕店的需要。
本文提出了一个创新的网上管理方法解决了人工错账的问题。蛋糕需求数量和质量的提升越来越快,但是要想更好更快的为顾客服务,蛋糕的管理也十分重要,网络上的蛋糕店有相应指出在当今这个信息化的时代,蛋糕预订必须要有一套功能强大,可靠,方便的平台处理日常,业务账务收支统计,使工作简化,得到统一的管理。利用本平台系统还可以更好的开展业务,建立商家与客户之间的良好信任关系。所以开发一套实用的蛋糕预订系统是是社会人民的需求;通过这个平台,可以使蛋糕预订业务和效益在原有台阶上迈入一个新的阶段。
本次设计系统地阐述了整个蛋糕预订网站的功能。实现了从蛋糕管理,蛋糕分类和查询,到购物车实现,用户订单处理,再到系统管理。基本上实现了网上蛋糕销售的功能流程,能够实现用户与商家在网上进行蛋糕交易。本网站使用SUN公司的Java语言的MVC模式和SSM框架,然后数据库采用Mysql,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可行系统。
关键字: 蛋糕网站;蛋糕预订;MVC;SSM;Java
Abstract
With the rapid development of the Internet, in order to meet the needs of merchants for cake order management, customer booking service, improve the efficiency of staff and better and more accurate customer service, Therefore, it is necessary to develop a perfect cake reservation system. The main purpose of this project is to develop a practical and perfect cake reservation system to meet the needs of users and cake shops.
This paper puts forward an innovative online management method to solve the problem of manual error. The quantity and quality of cake demand are improving faster and faster, but in order to serve customers better and faster, cake management is also very important. Cake booking must have a powerful, reliable and convenient platform to handle daily, business accounting income and expenditure statistics, simplify the work and get unified management. The platform system can also better carry out business and establish a good trust relationship between merchants and customers. Therefore, it is the demand of the social people to develop a practical cake reservation system. Through this platform, the cake reservation business and benefit can enter a new stage on the original level.
This design systematically expounds the function of the whole cake reservation website. From cake management, cake classification and query, to shopping cart implementation, user order processing, and then to system management. Basically realized the online cake sales function flow, can realize the user and the merchant to carry on the cake transaction on the net. This website uses the MVC mode and SSM framework of SUN company's Java language, and then the database uses the various object-oriented development tools it provides, especially the data window, which can easily and succinctly manipulate the database. First, the system application prototype is established in a short time, then the initial prototype system is iteratively modified and improved until a satisfactory feasible system is formed.
Keywords: cake website; cake reservation; MVC;SSM;Java
目 录
摘 要
Abstract
1 绪论
1.1 选题背景及意义
1.1.1选题背景
1.1.2选题意义
1.2 国内外现状及趋势
1.2.1 国内研究现状
1.2.2 国外研究现状
1.2.3 发展趋势
1.3 研究主要内容
2 开发相关技术及工具
2.1 Tomcat服务器简介
2.2 Spring MVC简介
2.3 JavaScript和CSS简介
2.4 SSM简介
2.5 系统数据的介绍
2.5.1 数据库的概念
2.5.2 MySQL数据库简介
2.6 系统运行环境配置
3 系统分析
3.1 整体功能需求
3.2 关键抽取
3.3 用例规约分析
3.4 系统流程分析
4.3 数据流图
4.4 系统结构分析
4.2 用户模块的程序流程图
4 系统设计
4.1 系统工作原理
4.2 系统结构设计
4.2数据库设计
4.2.1 概念模型设计
4.2.2 数据表设计
5 系统实现
5.1 前台
5.1.1 会员登录
5.1.2 会员资料修改
5.1.3 预订蛋糕
5.1.4 查看订单
5.1.5 交易记录
5.1.6 网站资讯
5.2 后台
5.2.1 交易信息
5.2.2 网站信息
5.2.3 基础信息
5.2.4 系统管理
5.2.5 个人信息
5.2.6 退出后台
6 系统测试
6.1 测试目的
6.2 测试方法
6.3 测试总结
7总结
参考文献