JAVA论坛的设计与实现毕业论文.doc
文本预览下载声明
JAVA论坛的设计与实现
院 系 专 业 班 级 学 号 姓 名 指导教师 负责教师
辽宁科技大学
年月摘要;;Abstract
Because of the simple personal world forum system of BS, the procedure is the system, which can discuss, publish theme and model, and solve the problem. It can apply to amusement, recreation and education, etc.. Through the network, this system can realize networking discussion. Further, the system can offer net friend inquiry, which is a swift, convenient problem solution channel. Realize. It is a great significance of the realization of resource-sharing in promoting the development of computer network.
This text has introduced research background and meaning of the simple feifei forum system at first, then explains development course and relevant technology in detail, through using the technology such as Java, JSP, database, data structure, the software project, proposes forum solution of system, and divides the whole forum system into front desk inquire, deliver question and system management, etc., according to the users.
The databases and columns are one of the key problems that we design and realize the forum system based on the Web technology should be solved, and it can fully utilize, improve visit capacity, thus reach the number of increasing visitor, and increase the clicking rate of the forum, this text has done deep discussion to it. Design and realization of the system uses JSP, HTML, JAVA technology synthetically, and finish database development, user information management, the design of webpage website, etc.
Keywords datebase; jsp;forum system
目录
摘要 I
Abstract II
第1章 绪论 1
1.1 系统开发背景 1
1.2 论坛的国外国内发展史 2
1.3 系统的功能概述 3
第2章 可行性分析 5
2.1 技术可行性 5
2.2 经济可行性 5
2.3 操作可行性 5
第3章 需求分析 6
3.1 产品背景 6
3.2 产品概述 6
3.3 功能需求 11
3.4 性能需求 13
第4章 概要设计 15
4.1 系统运行总体流程 15
4.2 目标系统体系结构 16
4.2.1 系统结构图 16
4.2.2 根据系统结构图介绍功能 16
4.2.3 “系统管理”模块结构图 19
4.2.4 “用户管理”模块结构图 19
4.2.5 “主题专区”模块结构图 20
第5章 数据库设计 21
5.1 数据表需求分析 21
5.2 数据库逻辑设计 21
第6章 详细设计 27
6.1 系统的主界面模块设计 27
6.2 用户管理模块 2
显示全部