毕业论文新闻发布系统设计与实现毕业论文

  • 格式:docx
  • 大小:3.08 MB
  • 文档页数:47

下载文档原格式

  / 47
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

毕业论文--新闻发布系统设计与实现毕业论文

————————————————————————————————作者:————————————————————————————————日期:

毕业设计(论文)

系别:信息工程系

专业:网络工程

班级:网络121

姓名:田振宁

学号:08061312128

毕业题目:新闻发布系统的设计与实现指导老师:陈淦

完成时间:2016年5月25日

摘要

如今的大多数新闻发布系统网站,其运营管理平台,都是以查询,更新,删除,分类为主要功能,通常从管理台传入数据到数据库,前台查询数据显示在界面供用户阅读体验。新闻发布系统作为一个门户网站,每天访问的用户量非常庞大,对新闻的更新要求自然很高,一般的直接输入发布新闻自然会变得工作量很大,针对此问题,我们引入了一键导入功能,将新闻内容一键导入,实时更新,给用户提供最新的新闻资讯。让用户更好的了解身边的新闻事实,提高每一个用户对新闻真实性的了解。

本文主要介绍了系统开发所采用的关键技术,对系统各个功能和模块设计进行了需求分析,详细了解了各模块功能实现所需的技术,设计并实现系统各模块功能,最后介绍了各模块功能及操作流程。

新闻发布系统的设计最终达到了初期设计的需求,各模块功能达到了预期要求,页面的美观也达到了用户的需求,初步解决了用户评论,互动,实时查看新闻的需求,加入了用户权限控制的用户管理,更好的发放权限给每一个人,目前系统优化全面,未来将继续维护系统各个方面的不足之处,加入更多功能,为用户提供更好的新闻发布系统。

【关键词】门户网站;真实性;用户体验;新闻发布;系统维护

Abstract

Site now most of the news release system, its operation management platform, is based on the query, update, delete, classified as the main functions, usually from manage incoming data to the database, the front desk query data displayed in the interface for users to reading experience.News release system as a web portal, users access to every day is very large, natural high to news update request, general news will naturally become the direct input of a lot of work, aiming at this problem, we introduce a key import function, the news content is a key to import, updated in real time, provide users with the latest news and information.Allow the user to better understand the news fact, around improve each user understanding of news authenticity.

This article mainly introduced the system development, the key technologies adopted by every function and module design of system requirements analysis, the technology needed to understand the function of each module in detail, designing and implementing system has the function of each module, and finally introduces the each module function and operation process.

Early news release system design and eventually reached the design requirements, each module function has reached the expected requirement, beautiful of the page to the user's demand, the preliminary solved the user reviews, interactive, real-time demand for news, joined the user access control of user management, better access to each one, the current system optimization, comprehensive all aspects of the future will continue to maintain system deficiency, add more features, to provide users with better news release system

【Key words】Web portals;Authenticity;User experience;News release System; maintenance

目录

第一章绪论 (1)

1.1研究背景与意义 (1)

1.2 研究内容与目标 (2)

1.3 论文结构 (2)

第二章相关技术简介 (4)

2.1开发整体框架 (4)

2.2系统开发相关技术 (4)

2.2.1 MVC模式 (4)

2.2.2 Ckeditor (5)

2.2.3 BootStrap (6)

2.2.4 jQuery (6)

2.3开发平台与工具 (7)

2.3.1系统软件 (7)

2.3.2工具软件 (7)

第三章需求分析 (8)

3.1可行性分析 (8)

3.2用例分析 (9)

3.2.1 系统超级管理员 (9)

3.2.2 用户人员用例图 (10)

3.3系统总体设计 (11)

3.3.1 菜单权限管理分析 (11)

3.3.2 角色管理流程分析 (12)

3.3.3 新闻管理流程分析 (13)

第四章系统设计与实现 (15)

4.1数据库设计与实现 (15)

4.1.1 前台用户表(user) (15)

4.1.2 后台用户表(sys_user) (15)

4.1.3评论表(comment) (16)

4.1.4图片上传表(image_sequence) (17)

4.1.5新闻表(news) (17)

4.1.6点赞表(prise) (18)

4.1.7数据字典定义表(sys_dict) (18)

4.1.8菜单表(sys_menu) (19)

4.1.9角色表(sys_role) (19)

4.1.10角色权限表(sys_role_right) (20)

4.1.11用户角色表(sys_user_role) (20)

4.2功能模块设计与实现 (21)

4.2.1功能模块设计 (21)