- 1、本文档共41页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
新闻发布系统论文毕业设计
摘要
随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今Web应用的潮流。利用JSP技术开发的网站新闻管理系统,实现了网站新闻的基础管理,因为可以用来动发布新闻信息,所以使得对信息的管理更加及时、高效,提高了工作效率,丰富大众的信息量。
如今,JSP在JAVA WEB方向的发展日趋成熟,并得到了官方网站和许多大型公司的支持,目前java爱好者风靡了全世界,JSP的项目开发前景不可限量。
本项目就是基于jsp的项目开发经验做的简单的新闻管理系统,实现的主要功能有后台管理,新闻发布,新闻编辑,新闻预览和删除等功能。
做本项目的主要目的是运用基础的jsp知识,强化自己对jsp技术的感知能力,为以后开发大型的jsp项目做基础。
关键词:jsp;java web;javascript;servlet;javabean;新闻管理
Abstract
With the development of computer science, database technology is more widely on the Internet and provide a more thoughtful and humane services for the majority of network users. Personalization has gradually become the trend of todays Web applications. JSP technology development website news management system, site-based management of the news, can be used to move releasing news and information, so that more timely and efficient information management, improve the work efficiency, the amount of information to enrich the public.
Today, JSP, JAVA WEB direction of development matures, and the official website and the support of many large companies, java lovers captivated the world, the JSP project development boundless prospects.
This project is a simple news management system jsp-based experience in project development, the main function of background, management, press releases, news editor, news, preview and delete.
The main purpose of doing this project is to use based on JSP knowledge, strengthen their perception jsp technology as a foundation for the future development of large jsp project.
Keyword: jsp;java web ;javascript;servlet;javabean;News Management
目录
引言 1
1 系统分析 2
1.1 需求分析 2
1.2 可行性分析 2
2 总体设计 3
2.1 项目规划 3
3 系统设计 4
3.1 设计目标 4
3.2 开发及运行环境 4
3.3 逻辑结构设计 4
3.3.1 新闻表: 5
3.3.2 管理员表: 5
3.4 网站功能实现图 6
3.4.1 首页功能截图 6
3.4.2 前台登录表单 6
3.4.3 添加新闻表单 7
3.4.4 编辑新闻视图 8
3.4.5 友情链接 8
3.4.6 有哪些信誉好的足球投注网站框 9
4 网站总体架构 10
4.1 网站首页的运行结果 10
4.2 文件目录的分布 11
5网站后台主要功能模块设计 12
5.1后台登录模块设计 12
6 代码实现 13
6.1 登录模块 13
6.2 注册代码的实现 14
6.3 首页静态页面的代码 14
6.4 新闻编辑页面的代码: 15
6.5 网站实现的数据库库连接代码 16
文档评论(0)