新闻发布系统论文毕业设计.doc
文本预览下载声明
摘要
随着计算机科学的发展,数据库技术在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
显示全部