基于jsp的bbs论坛管理系统.doc
基于jsp的bbs论坛管理系统,基于jsp的bbs论坛管理系统目 录摘 要1关键词1abstract1keywords1前 言21 系统技术及运行环境31.1 jsp技术简介31.2 javabean技术简介41.3 jdbc技术简介41.4 tomcat技术简介51.5运行环境52 需求分析62.1 编写目的62.2 任务目标62.2.1基本性能6...
内容介绍
此文档由会员 zsz1980 发布基于JSP的BBS论坛管理系统
目 录
摘 要 1
关键词 1
Abstract 1
Keywords 1
前 言 2
1 系统技术及运行环境 3
1.1 JSP技术简介 3
1.2 JAVABEAN技术简介 4
1.3 JDBC技术简介 4
1.4 TOMCAT技术简介 5
1.5运行环境 5
2 需求分析 6
2.1 编写目的 6
2.2 任务目标 6
2.2.1基本性能 6
2.2.2开发目标 7
2.2.3 应用目标 7
2.3选择编程语言 7
2.3.1 JSP与ASP的比较 7
2.3.2 JSP的特点与优点 8
3系统设计 10
3.1系统设计思想 10
3.1.1 网上论坛系统说明 10
3.1.2 网上论坛系统总体分析 10
3.2 数据库设计思想 11
3.3 各单元模块设计 12
3.3.1用户注册登陆功能 12
3.3.2会员发贴与回复功能 13
3.3.3管理员管理帖子与用户管理功能 15
4 编码实现 16
4.1 功能总体说明 16
4.1.1 功能总体说明 16
4.1.2主要功能流程 17
4.2各个功能模块的实现 17
4.2.1数据库的连接 17
4.2.2用户登陆与注册模块的实现 18
4.2.3分页显示的功能实现 23
4.2.4 发表与回复功能模块实现 24
4.2.5后台管理模块的实现 27
5 系统测试 30
总 结 31
参考文献 33
致 谢 33
摘 要
为了方便信息的交流,在结合动态服务网页(JSP)和MYSQL 技术之下开发了这个快截、界面友好的网上交流系统。论坛使用动态服务网页(JSP)技术建设论坛的骨干框架,使用MYSQL制作系统的数据库,实现了一个功能相对齐全的论坛系统,网友可以自由地提出问题以及帮助他人解决问题,或者交流经验。
该论坛功能较齐全,在这里可以自由地发表自己的观点和对论坛的主题发表意见,我们还可以对网友的问题及时地解决,获取对自己有用的知识。该论坛还有一些特殊的功能,强大的搜索功能等。
关键词
动态服务网页;论坛;用户管理
BBS forum Management System Based on JSP
Abstract
In order to facilitate people information the exchange, in unified JSP and MYSQL under the server technology has developed this quick truncation, the contact surface friendly system. The system use the JSP technology construction the main frame, use MYSQL as the systems database, realized a forum system which function relatively completely, the net friend has been possible freely to propose the question as well as helped other people to solve the problem, or exchange experience.
This forum function is complete, everyone may freely express his viewpoint in here and express the opinion to the subject, we also may promptly solve to net friend's question, and gain the useful knowledge from there. This forum also has some special functions, for example the power search function.
Keywords
Java Server Pages; BBS; user management