论坛系统设计与实现
摘 要
论坛系统服务已经是互联网的一种常见的交流方式,论坛中开放专题讨论服务区,可以在此处发表自己的观点,感受,交流技术,乃至畅谈人生,既可以作为网友的交流渠道,也可以作为百科全书回答网友千奇百怪的问题或者在此处提出问题。通过论坛的交流方式,增强个人与个人,团体与个人的交流联系,在网络上传递信息和人生感悟。因此论坛在网上的地位显而易见,它已成为现代人沟通和获取信息的主要方式之一,被人们所重视。
根据本系统的研究现状和发展趋势,系统从需求分析、结构设计、数据库设计,在到系统实现,分别为前端实现和后端实现。论文内容从系统描述、系统分析、系统设计、系统实现、系统测试来阐述系统的开发过程。本系统力求结合实际找出一种切实可行的开发方案,经过反复研究和学习,借助java编程语言、sqlserver数据库和tomcat服务器来完成系统的所有功能,最后进行系统测试,来检测系统的权限和漏洞,从而将系统完善,达到符合标准。
关键字:论坛,jsp编程语言,sqlserver数据库
design and implementation
ABSTRACT
Now most BBS is based on the B/S structure. BBS is also often referred to as Bulletin Board System. With the popularization of Chinese Internet and the drastic price reduction of computers and peripherals, the concept of Internet is gradually gaining popularity. The number of Chinese Internet users has grown exponentially, and the popularity of BBS has been followed by Email. Almost every web site have their own or links, BBS BBS BBS community to provide services to users is full and very friendly, users in the community can set different style according to his be fond of, customize a variety of services according to their own needs.
According to the current research status and development trend of the system, the system is implemented from demand analysis, structural design and database design to the realization of the system and the back-end implementation respectively. The paper elaborates the development process of the system from system description, system analysis, system design, system implementation and system test. The system tries to combine the actual find out a feasible development plan, after repeated research and study, using the Java programming language, essentially a database and tomcat server to accomplish all functions of the system, and finally to the system test, to detect system permissions and loopholes, thus the system perfect, to conform to the standard.
Key words: BBS, JSP programming language, sqlserver database.
目 录
第1章 绪论
1.1开发背景与意义
1.2开发现状
1.3论文结构
1.4本章小结
第2章 系统总体规划
2.1系统规划
2.1.1 Myeclipse与tomcat简介
2.1.2HTML/CSS简介
2.1.3JSP简介
2.1.4Sqlserver数据库概念和特点
2.2可行性分析
2.2.1技术可行性
2.2.2经济可行性
2.2.3操作可行性
2.3本章小结
第3章 系统需求分析
3.1系统功能说明
3.2业务流程分析
3.3数据流程分析
3.4本章小结
第4章 系统设计
4.1系统设计思想
4.2系统总体设计
4.3系统功能模块设计
4.4数据库设计
4.4.1概要模型
4.4.2逻辑模型
4.4.3物理模型
4.4.4数据库连接计
4.5本章小结
第5章 系统的实现
5.1实现环境说明
5.2前台页面的实现
5.3登录模块的实现
5.4论坛模块的实现
5.6版块管理模块的实现
5.7本章小结
第6章 系统测试
6.1测试目的
6.2界面测试
6.3功能测试
6.4测试结果
6.5本章小结
第7章 总结
参考文献
致 谢