基于jsp的bbs论坛管理系统.rar
基于jsp的bbs论坛管理系统,基于jsp的bbs论坛管理系统包括源代码目 录摘 要 1关键词 1abstract 1keywords 1前 言 21 系统技术及运行环境 31.1 jsp技术简介 31.2 javabean技术简介 41.3 jdbc技术简介 41.4 tomcat技术简介 51.5运行环境 52 需求分析 62.1 编写目的 62...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wanli1988go 发布
基于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
参考文献
主要参考资料:
[1] 武延军,黄飞跃. 精通JSP编程技术[M]. 北京:人民邮电出版社,2001:126-178.
[2] 柏亚军. JSP编程基础及应用实例集锦[M].北京:人民邮电出版社,2001:41-82.
[3] 清宏计算机工作室.JSP编程技巧[M].北京:机械工业出版社,2000 :32-39.
[4] 周影 .网络编程语言JSP实例教程[M].北京:电子工业出版社,2003:17-32.
[5] 陈海山.深入Java Servlet 网络编程[M].北京:清华大学出版社,2002 :55-62.
[6] Donny.JSP与网站开发编程实战[M].北京:科学出版社 ,2001:22-53.
[7] Steven Holzner.Java技术内幕[M].北京:机械工业出版社,2002 : 22-25.
[8] Phil Hanna .JSP技术大全[M].北京:机械工业出版社,2002 : 222-223.
[9] Karl Moss. Java Servlet开发人员指南[M].北京:清华大学出版社,2002:45-67.
[10] 李存珠,李宣东. 软件工程概论[M].南京大学计算机系出版, 2001:30-87.
包括源代码
目 录
摘 要 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
参考文献
主要参考资料:
[1] 武延军,黄飞跃. 精通JSP编程技术[M]. 北京:人民邮电出版社,2001:126-178.
[2] 柏亚军. JSP编程基础及应用实例集锦[M].北京:人民邮电出版社,2001:41-82.
[3] 清宏计算机工作室.JSP编程技巧[M].北京:机械工业出版社,2000 :32-39.
[4] 周影 .网络编程语言JSP实例教程[M].北京:电子工业出版社,2003:17-32.
[5] 陈海山.深入Java Servlet 网络编程[M].北京:清华大学出版社,2002 :55-62.
[6] Donny.JSP与网站开发编程实战[M].北京:科学出版社 ,2001:22-53.
[7] Steven Holzner.Java技术内幕[M].北京:机械工业出版社,2002 : 22-25.
[8] Phil Hanna .JSP技术大全[M].北京:机械工业出版社,2002 : 222-223.
[9] Karl Moss. Java Servlet开发人员指南[M].北京:清华大学出版社,2002:45-67.
[10] 李存珠,李宣东. 软件工程概论[M].南京大学计算机系出版, 2001:30-87.