- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
新闻网站管理系统
摘要
随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今Web应用的潮流。利用JSP技术开发的网站新闻管理系统,实现了网站新闻的动态管理,因为可以用来动态发布新闻信息,所以使得对信息的管理更加及时、高效,提高了工作效率。
本文主要介绍利用JSP + Tomcat +MYSQL开发环境开发动态的Web新闻发布系统,给出了详细的系统设计、编码、调试过程,可实现在网络上多用户操作,不同的用户拥有不同级别的权限,可以实现在线用户登录、用户信息修改;动态的浏览、添加、修改、删除新闻。在JSP代码编写的过程也用到了许多技巧,比如ession对象的使用、Flash对象的使用、状态栏的特效等等,通过各方面的论证,该系统具有一定的市场实用价值,具有一定的开发潜力。JSP技术,数据库,JavaBean
ABSTRACT
As the development of computer science, database technology is applied widely day by day, providing more considerate and individual services for the internet users. At the same time, individuation has become the main trend of the application of the modern web. JSP is one of the databases, by which the web-management system for news publications make the dynamic management for news web come true. It can public news dynamically, so it do the management for news more promptly and efficiently and improve the work efficiency.
This essay is an introduction to exploration of dynamic web-management system for news publications and that of the suitable environment, providing the specific processes to design, code, debug the system. It can also achieve the function for user logging on online, changing information, dynamically browsing, adding, changing, and deleting the news. The process of compiling the JSP cod based on lots of techniques, such as the application of , , and the special effect of status bar etc. Proved by all directions, JSP enjoys certain utility value, has surely market and tremendous development potential.
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 研究内容 2
第2章 系统分析简介 3
2.1 概述 3
2.2互联网简介 3
2.3 JSP简介 3
2.4 MYSQL简介 4
2.5 tomcat简介 5
2.6 Dreamweaver简介 6
2.7 JavaBean概述 7
第3章 新闻管理网站 9
3.1 总体设计 9
3.1.1 规划 11
3.1.2 功能结构图 11
3.1.3 设计目标 13
3.1.4 开发及运行环境 14
3.1.5 数据库设置 14
3.2 新闻系统显示 15
3.2.1 首页 15
3.2.2 新闻显示 15
3.2.3 新闻查看 17
3.3 新闻系统管理 18
3.3.1 会员注册登录模块 18
3.3.2 添加修改删除模块 20
3.3.3 重负区域模块设置 21
3.3.4 查询区域模块设置 22
3.3.5 排行模块 22
3.4 新闻评论系统 24
3.5 新闻留言板系统 26
3.6 新闻投票系统 28
3.7 新闻视频系统 30
文档评论(0)