论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于JSP的BBS实现

 本文ID:LWGSW14135 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于JSP的BBS实现 (收费:1000 积分)  

论文字数:11294,页数:43

摘   要
    现今的社会是一个信息飞速发达的社会,其中在信息的交流当中,互联网占据着一个非常重要的位置。人们可以通过在互联网上收到最新的消息,也可以通过互联网进行信息的交流。而论坛就是大家进行信息交流的其中一个渠道。
    论坛的概念:论坛(BBS)是Bulletin-Board-System的缩写,即电子公告栏。它是一种在Internet网上开放的信息服务系统,通过论坛用户可以方便的实现信息的交换和文件的共享。
   本文主要完成了基于JSP技术的信息交流论坛的设计和实现,主要实现了客户端和服务器端的动态交互。该系统包含六个模块:论坛用户登陆注册模块,论坛账户信息模块,论坛文章发布模块,公告/制度模块,版块管理模块,信息管理模块。论文详细描述了模块的结构、功能以及具体设计过程。系统采用了JSP技术以及JavaBeans组件技术和JDBC技术实现。

关键词:JSP,BBS,MYSQL,JavaBeans,系统设计

 

Bulletin-Board-System realization based on JSP

Abstract
Nowadays is a flourishing society that information travels fast. Among the exchanges of information, the Internet occupies a very important position, through which people can receive the latest news, and can exchange with each other as well. And the forum is an outlet for everyone to exchange information, which can also make the exchange of information convenient.
The concept of the forum: The forum (BBS) is the abbreviation of the Bulletin- Board- System, namely the column of the electronics announcement. It is a service system that is open on Internet, through which, the forum customer can conveniently realizes the commutation of the information and the share of the documents.
  In this text, it mainly completed the design and realizations of information exchanges forum based on the JSP technique. And it main carry out a dynamic state between the customer and the server. There are six molds piece: The forum customer debarkation registers the mold piece, the forum bank account information mold piece, the forum article releases the mold piece, announce/ the system mold piece, a management mold piece, information management mold piece. The thesis has described module structure、function detailed and has designed process concretely. System has adopted the JSP technology and the JavaBeans module technology and the JDBC technology have come true.
KeyWord: JSP, BBS, MYSQL, JavaBeans, System design

 


目       录
摘   要 I
Abstract II
绪     论 1
第一章  系统概述 2
1.1设计目标 2
1.2 研究方法 2
1.3项目中涉及的技术 2
1.3.1 JSP技术 2
1.3.2 JavaBeans技术 3
1.3.3 JDBC技术 3
1.4设备要求 4
第二章  需求分析 5
2.1需求规格 5
2.1.1系统组成 5
2.1.2功能性需求 5
2.1.3非功能性需求 7
2.2开发环境的选择 7
第三章  概要设计 8
3.1总体设计 8
3.2系统结构与程序的关系 10
3.3运行模式 10
3.4接口设计 10
3.4.1用户接口 10
3.4.2外部接口 10
3.4.3内部接口 11
3.5数据结构设计 11
3.5.1系统ER图 11
3.5.2逻辑结构设计要点 11
3.5.3物理结构设计要点 13
3.5.4数据结构与程序的关系 13
3.6功能模块设计 16
3.6.1总体设计 16
3.6.2功能模块设计 16
3.7系统故障处理设计 18
3.7.1出错信息 18
3.7.2补救措施 19
3.7.3系统维护设计 19
第四章  详细设计 20
4.1用户注册登陆模块 20
4.1.1功能说明 20
4.1.2功能实现 20
4.1.3程序运行过程截图 23
4.2帐户信息模块 24
4.2.1功能说明 24
4.2.2功能实现 25
4.2.3程序运行过程截图 28
4.3文章发布模块 28
4.3.1功能说明 28
4.3.2功能实现 28
4.3.3程序运行过程截图 29
4.4公告制度模块 29
4.4.1功能说明 29
4.4.2功能实现 29
4.4.3程序运行过程截图 31
4.5版块管理模块 31
4.5.1功能说明 31
4.5.2功能实现 31
4.5.3程序运行过程截图 33
4.6信息管理模块 34
4.6.1功能说明 34
4.6.2功能实现 34
4.6.3程序运行过程截图 36
第五章  结论 37
参考文献(References) 38
致谢 39


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于JSP的学生学籍管理系统 下一篇:基于JSP学生成绩管理系统软件的开..
Tags:基于 JSP BBS 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号