{$cfg_webname}
主页 > 计算机 > JAVA >

网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)

来源:wenku163.com  资料编号:WK16312198 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312198
资料介绍
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)(任务书,毕业论文13300字,中期检查报告,外文翻译,程序代码,SQLserver数据库,答辩PPT) 摘  要 随着经济的快速发展,网络已经渗透到人们生活及工作中的各个领域,人们越来越注重利用网络的快捷与准确的特点来完成自己的工作,21世纪已经是属于网络的时代。人们把更多的注意力转移到网络上来,除了购物之外,人们也渐渐地在网络上开始想换个交流。以贴吧为例,它已经成为人们获取信息、发表言论的重要场所。它由贴吧注册用户所发表的大量主题组成。近年来,随着网络的普及完善发展,网上的贴吧也越来越火,因此建设一个好的贴吧显得越来越有必要了。 贴吧的全称是电子布告系统,起初它还只是个公布信息的一种工具,但是随着技术的不断发展,现在的贴吧最终发展成一个信息整合、思想交流、资源共享的电子互动平台。 它可以提供给注册用户一个平台,用户可以通过网路的接入,登录贴吧,在这个平台上发表文章、阅读文章、回复文章等等。这次的系统开发详细表明了贴吧系统的设计思路,并对各部分设计进行了详尽的分析,最终给出了一个完整的设计方案并对其进行了实现,以便在投入实际应用后系统可以更加稳定可靠的工作。系统开发主要包括后台数据库的建立、维护以及前端应用程序的开发两个方面,真正实现信息资源的共享。 本系统以java为开发语言,在web环境下,基于B/S三层结构模式,以myeclipse为开发工具结合开发的贴吧系统。这个系统具有伸缩性好,扩展性强,能兼容、易维护、界面美观,功能实用的功能。通过本系统,可以让人们实现实时在线交流,真正做到信息资料的共享,也可以积极而及时地参与讨论,在了解他人观点意见的同时也可以发表自己的看法。 关键词:贴吧系统;B/S结构;sqlserver   The design and implementation of Post Bar system Abstract With the rapid development of economy, network has penetrated into every field of life and work of people, people pay more and more attention to using the network fast and accurate to complete their work, the twenty-first Century is the era of network. People pay more attention to the Internet, in addition to shopping, people also gradually began to change in the network communication. In the case of Postbar, it has become an important place for people to obtain information, speech. It consists of the forum registered user sends a lot of theme. In recent years, with the development of Internet, online PostBar is becoming more and more popular, so the construction of a good postbar is becoming more and more important. The full name of the forum is the electronic notice system, at first it was just released a tool of information, but with the development of technology, now the forum eventually develop into an information integration, resource sharing, exchange ideas of electronic interactive platform. It can provide users a platform, network users can access, login to the forum, published articles, read, reply to the article and so on in this platform. The development of the system with that design ideas of the system, and design the various parts of a detailed analysis, and finally a complete design scheme is given and the realization of them, so that in practice the system can be more stable and reliable work. The system development mainly includes two aspects the establishment, maintenance of the background database and front-end application development, realize the sharing of information resources. This system is developed by java language, in the web environment, B/S three layer structure model based on the postbar forum system, combined with the development of a tool for the development of myeclipse. This system has good flexibility, expansibility, compatibility, easy maintenance, the interface is beautiful, functional and practical function. Through this system, people can realize real-time online communication, truly sharing of information, can also actively and timely to participate in the discussion, in understanding others opinion also can express their views. Keywords:  postbar system;B/S structure;sqlserver   本系统主要实现以下功能: 1.贴吧实现用户的注册、发表言论、回复、搜索。 2.贴吧系统可以查看自己的帖子、查看他人的回复、删除信息。 3.在后台实现查看贴吧类别、添加类别、修改用户等。    (一)管理员功能: (1)我的帖子:管理员在此模块可以发布帖子,查看其他用户给予的回复,回复的人数,或是删除帖子。如果页面过多,可以直接选择跳转到其他页面。 (2)精华帖子:管理员在此可以查看系统中的精华帖子,并作出回复或是删除帖子。 (3)搜索功能:管理员可以通过帖子标题、帖子内容、发布者或是关键字进行模糊查询或是精确查询。 (4)类别管理:管理员在后台可以添加的类别,如贴吧的名称、贴吧介绍,添加后可以查看类别列表,并作出修改或是删除。 (5)版面管理:管理员可以添加版面,如版面的所属类别、名称、版主、版面公告等信息,添加可以查看版面列表,并作出修改或是删除。 (6)用户管理:管理员可以通过选择不同的用户类型进行查看不同的用户信息,并作出修改或是删除的操作。     (二)普通用户功能: (1)注册功能:游客需要注册才能成为普通用户,用户登录后可以在首页中看到其他用户的帖子,并可以做出回复进行交流,也可以自己发帖,查看回复或是删除自己的帖子。 (2)搜索功能:用户可以通过帖子标题、帖子内容、发布者或是关键字进行模糊查询或是精确查询。 (3)我的帖子:用户在此模块可以发布帖子,查看其他用户给予的回复,回复的人数,或是删除帖子。如果页面过多,可以直接选择跳转到其他页面。 (4)精华帖子:用户在此可以查看系统中的精华帖子,并作出回复,在此模块中用户只能删除自己发布的帖子。   (三)游客功能介绍: 游客只能查看其他人发布的帖子,无法发布、回复或是删除帖子,要想成为普通用户必须通过注册。   网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL)
网上贴吧(论坛BBS)系统设计与实现(JSP,SQL) 目  录 摘  要 i Abstract ii 1  绪论 1 1.1  系统开发背景 1 1.2  系统开发意义 1 1.3  组织安排 1 1.3.1  任务目标 1 1.3.2  运行环境 2 2  可行性及技术简介 3 2.1 Jsp简介 3 2.2 B/S结构工作模式图 4 2.3 Myeclipse简介 4 2.4 SQL Server简介 4 2.5 可行性分析 5 2.5.1  技术可行性 5 2.5.2  经济可行性 5 2.5.3  操作可行性 5 2.6 需求分析 6 3  可行性及技术简介 7 3.1  系统概要设计 7 3.2 系统功能模块设计 7 3.3 数据库设计 8 3.3.1 系统实体图 8 3.3.2 数据库表 10 4  系统实现 12 4.1  系统概述 12 4.2  系统页面实现 12 4.2.1  系统首页 12 4.2.2  用户注册页面 13 4.2.3  管理员发布帖子页面 16 4.2.4  类别管理页面 17 4.2.5  贴吧管理页面 18 4.2.6  用户管理页面 20 4.2.7  用户精华帖子页面 21 4.2.8  搜索帖子页面 22 5  系统测试 22 5.1  正确认识软件测试 23 5.2  软件测试的目的 23 5.3  系统测试的方法 23 结  论 25 参考文献 26 致  谢 27 外文资料 28 中文翻译 33

 

推荐资料