摘要
随着信息互联网购物的飞速发展,国内放开了自媒体的政策,一般企业都开始开发属于自己内容分发平台的网站。本文介绍了新闻推荐系统的开发全过程。通过分析企业对于新闻推荐系统的需求,创建了一个计算机管理新闻推荐系统的方案。文章介绍了新闻推荐系统的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
本新闻推荐系统有管理员和用户两个角色。管理员功能有个人中心,用户管理,排行榜管理,新闻管理,我的收藏管理,系统管理等。用户功能可以在首页查看新闻排行榜,新闻信息,并可以注册登录,收藏新闻,对新闻评论。用户注册登录,评论新闻,收藏新闻,查看新闻,搜索新闻。因而具有一定的实用性。
本站是一个B/S模式系统,采用Spring Boot框架作为开发技术,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得新闻推荐系统管理工作系统化、规范化。
关键词:新闻推荐系统;Spring Boot框架;MYSQL数据库
Abstract
With the rapid development of information Internet shopping, China has liberalized the self-media policy, and most companies have begun to develop websites that belong to their own content distribution platforms. This article introduces the whole process of the development of news recommendation system. By analyzing the enterprise's demand for news recommendation system, a program of computer management news recommendation system was created. The article introduces the system analysis part of the news recommendation system, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.
This news recommendation system has two roles: administrator and user. Administrator functions include personal center, user management, ranking management, news management, my collection management, system management, etc. The user function can view news rankings and news information on the home page, and can register and log in, collect news, and comment on news. User registration and login, comment news, bookmark news, view news, search news. So it has a certain practicability.
This site is a B/S model system, using Spring Boot framework as the development technology, MYSQL database design and development, fully guarantee the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of the news recommendation system systematized and standardized.
Keywords:News recommendation system; Spring Boot framework; MYSQL database
目录
基于springboot+vue的新闻推荐系统 1
1系统概述 1
1.1 研究背景 1
1.2研究目的 1
1.3系统设计思想 1
2相关技术 3
2.1 MYSQL数据库 3
2.2 B/S结构 3
2.3 Spring Boot框架简介 4
3系统分析 4
3.1可行性分析 4
3.1.1技术可行性 5
3.1.2经济可行性 5
3.1.3操作可行性 5
3.2系统性能分析 5
3.2.1 系统安全性 5
3.2.2 数据完整性 6
3.3系统界面分析 6
3.4系统流程和逻辑 7
4系统概要设计 8
4.1概述 8
4.2系统结构 9
4.3.数据库设计 10
4.3.1数据库实体 10
4.3.2数据库设计表 12
5系统详细实现 14
5.1 管理员模块的实现 14
5.1.1 用户信息管理 14
5.1.2 排行榜管理 15
5.1.3 新闻信息管理 15
5.2 用户模块的实现 16
5.2.1 首页信息 16
5.2.2 新闻信息 17
5.2.3 我的收藏 17
6系统测试 18
6.1概念和意义 18
6.2特性 18
6.3重要性 19
6.4测试方法 19
6.5 功能测试 20
6.6可用性测试 20
6.7性能测试 20
6.8测试分析 21
6.9测试结果分析 21
结论 21
致谢语 22
参考文献 22
标签:management,新闻,系统,system,LW,源码,毕业设计,recommendation,news From: https://blog.51cto.com/u_15745565/8878664