新闻自动发布系统[数据库+源代码+文献及翻译+毕业设计报告].rar
新闻自动发布系统[数据库+源代码+文献及翻译+毕业设计报告],摘 要随着internet的普及,网页逐渐融入人们的生活,快速及时地浏览新闻,获取五彩缤纷的网上信息,已成为人们日常生活的一部分,与此同时越来越多的企业建立了自己的www网站,企业通过网站可以展示产品,发布最新动态,与用户进行交流和沟通,与合作伙伴建立联系,以...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 bshhty 发布新闻自动发布系统[数据库+源代码+文献及翻译+毕业设计报告]
摘 要
随着Internet的普及,网页逐渐融入人们的生活,快速及时地浏览新闻,获取五彩缤纷的网上信息,已成为人们日常生活的一部分,与此同时越来越多的企业建立了自己的WWW网站,企业通过网站可以展示产品,发布最新动态,与用户进行交流和沟通,与合作伙伴建立联系,以及开展电子商务等。其中新闻发布系统是构成企业网站的一个重要组成部分,它担负着双层作用,一方面可以用来动态发布有关新产品或新开发项目,另一方面又可以及时向顾客公告企业经营业绩、技术与研发进展、特别推荐或优惠的工程项目、产品和服务,从而吸引顾客,扩大顾客群。本文论述的就是采用基于JSP技术,MySQL数据库开发动态的新闻发布系统。该系统涉及到前台新闻的浏览和后台新闻的管理。前台新闻显示模块主要分为各个栏目的浏览以及各栏目下新闻的浏览。后台管理模块主要涉及到新闻栏目以及新闻的管理。主要实现其添加,删除和修改的功能。
关键词:新闻发布;JSP;MySQL
Abstract
With the popularity of the Internet, the website gradually integrating into the life of its people, rapid time to browse news, Each of access to online information, has become part of people's daily life. Meanwhile more and more enterprises to establish their own Web sites, corporate websites can display products. Published latest developments and users of the exchange and communication with partners to establish contacts and conduct e-commerce. Products which is publishing system for enterprises constitute an important component part, and it has double-role While dynamic can be used to release new products or new projects. the other hand, we can notice in a timely manner to customer business performance, technology, and research and development progress, Preferred or concessionary projects, products and services in order to attract customers, expanding customers. This paper is based on JSP technology, develop dynamic MySQL database of news release system. This system involves the front and back of the news through the news. Receptionist news display module mainly divided into each column and column under the browse through the news. Background management module mainly involves news programrns and news management. Mainly realizes its add, delete and modify functions.
Keywords: News Release; JSP; MySQL
目 录
引 言 1
第一章 系统的分析和设计 2
1.1 系统需求分析 2
1.1.1 业务用例 2
1.1.2 数据库的需求分析 3
1.2 系统总体设计 3
2.2.1 功能模块图 3
2.2.2 功能描述 4
1.3 系统数据库设计 5
1.3.1 数据库设计的基本理论 5
1.3.2 数据库的概念设计 7
1.3.3 数据字典 9
1.3.4 表的逻辑关系 10
1.4系统环境设置 10
1.4.1 系统开发环境选取 10
1.4.2 系统运行环境配置 11
1.5 系统架构部署 14
1.6 业务逻辑关系 14
第二章 系统开发技术简介 15
2.1 开发工具的选用 15
2.2 JSP简介 15
2.3 JSP技术的强势 16
2.4 JSP的技术方法 16
2.5 JSP的应用模型 17
第三章 系统原型设计 19
3.1 系统主界面设计 19
3.1.1 标题栏的链接 19
3.1.2 分栏目显示新闻 20
3.2 一级栏目主页面 20
3.3 二级栏目主页面 21
3.4 新闻详细内容显示页面 22
3.5 管理员登陆页面 22
3.6 后台管理页面 23
3.6.1 一级栏目管理 24
3.6.2 二级栏目管理 25
3.6.3 新闻管理 27
3.7 数据库实现 31
3.7.1 数据库逻辑设计 31
3.7.2 创建表的脚本文件 32
第四章 系统测试 33
4.1 登陆测试 33
4.2 一级栏目管理测试 35
4.2.1 添加一级栏目测试 35
4.2.2 修改一级栏目测试 36
4.2.3 删除一级栏目测试 37
4.3 二级栏目管理测试 39
4.3.1 添加二级栏目测试 39
4.3.2 修改二级栏目测试 40
4.3.3 删除二级栏目测试 41
4.4 新闻管理测试 42
4.4.1 添加新闻测试 42
4.4.2 修改新闻测试 45
4.4.3 删除新闻测试 46
4.5 新闻详细页面测试 47
结 论 48
参考文献 49
谢 辞 50