简介
【毕设项目推荐Javaweb项目】4271松江大学城就餐推荐系统设计与实现+ssm(论文+源码)
本系统适合作为计算机类毕业设计和课程设计源码下载进行参考学习。不得用于商业或者违法用途,否则一切后果自负
论文+源码获取
微信:wind0053
演示视频
功能界面展示
论文展示
摘 要
知识改变命运,科技的发展造就小程序在美食推荐的管理工作中也占有重要份额。美食推荐的管理工作也向着信息化管理进军。由于内部每个工作部门之间的责任问题使美食推荐的工作信息分散,不好统计,实现不了信息共享等问题,迫切的需要科技和小程序技术的加入。
本松江大学城就餐推荐系统从美食推荐管理出发,经过了分析与设计,所设计的功能可以符合餐饮推荐的真实需求,并且在操作上也可以适当大众。本系统在数据库上采用MySQL数据库,保证系统中数据的完整性。本系统的重点是信息的调用与安全问题,经过研究和调查,本松江大学城就餐推荐系统在开发语言上使用了Java语言,微信小程序技术、SSM框架以及Vue技术,所设计的角色包括管理员和用户。用户可以浏览餐厅信息、美食信息进行评价、收藏,管理员可以管理用户的信息和美食、餐厅、评价的信息。所设计的系统保证了美食推荐相关工作信息的安全和用户的权利。
关键词:餐厅信息;用户信息;评价信息;Java语言;美食信息
Abstract
Knowledge changes fate. The development of science and technology creates small programs, which also occupy an important share in the management of food recommendation. The management of food recommendation is also marching towards information management. Due to the responsibility problems between each internal work department, the work information of food recommendation is scattered, it is difficult to make statistics, and information sharing can not be realized. There is an urgent need for the addition of science and technology and small program technology.
The dining recommendation system of Songjiang University Town starts from the food recommendation management, and after analysis and design, the designed function can meet the real needs of catering recommendation, and can be properly operated by the public. The system uses MySQL database in the database to ensure the integrity of the data in the system. The focus of this system is the call and security of information. After research and investigation, the dining recommendation system of Songjiang University town uses Java language, wechat applet technology, SSM framework and Vue technology in the development language. The designed roles include administrator and user. Users can browse restaurant information and food information for evaluation and collection, and administrators can manage user information and food, restaurant and evaluation information. The designed system ensures the safety of work information related to food recommendation and the rights of users.
Key words: restaurant information; User information; Evaluation information; Java language; Food information
目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1 课题研究背景 1
1.2 课题开发的目的和意义 1
1.3 课题国内外研究现状 2
1.4 论文结构安排 3
第2章 系统所使用的关键技术分析 4
2.1 SSM框架 4
2.2 Java语言 4
2.3 数据库MySQL软件技术 4
2.4 tomcat服务器技术 5
2.5 Vue技术 5
2.6 微信开发者工具分析 5
2.7微信小程序分析 6
2.8 Idea开发工具介绍 6
2.9 B/S结构介绍 6
第3章 系统需求和可行性分析 8
3.1系统需求分析 8
3.2系统非功能方面分析 8
3.2.1系统性能分析 8
3.2.2系统易用性分析 8
3.2.3系统可扩展性分析 9
3.2.4代码健壮性分析 9
3.2.5数据的安全性分析 9
3.3 系统功能方面的分析 9
3.4 可行性分析 10
3.4.1经济可行性分析 10
3.4.2 需求可行性分析 10
3.4.3技术可行性分析 10
3.4.4操作可行性分析 11
3.3 数据流图分析 11
第4章 系统总体设计 13
4.1 系统设计要求 13
4.2系统概要设计 13
4.3 系统功能设计 14
4.4数据库设计 15
4.4.1数据库ER图设计 15
4.4.2 数据库的物理结构设计 17
第5章 系统详细实施 25
5.1 前台界面设计 25
5.2校园资讯功能设计 25
5.3餐厅信息功能设计 26
5.4美食信息设计界面 27
5.5 用户注册功能的设计实现 28
5.6在线评价功能实现 29
5.7管理员登录功能设计 30
5.8管理员功能界面的实现 31
5.9我的的功能界面设计 31
第6章 系统测试 33
6