BBS论坛管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
本文是以技术开发设计的文章发布系统。采用结构化生命周期法,自顶向下、逐层分解,模块化的系统结构设计。全文共分为绪论、系统概述、系统需求分析、系统功能分析(编程和管理)、系统主要界面设计、系统总结等六章。绪论中阐述了系统的意义和系统的开发环境。系统概述中阐述了系统背景,所用技术、系统目标以及功能等。系统设计阶段阐述了网站的总体设计思想、首页的设计、网站的总体功能设计以及数据库的逻辑设计。在系统总结中阐述了系统的优劣势以及系统的扩展。文中详细说明了系统分析、系统设计的方法在系统实际开发中应用,并总结了开发过程中的一些经验和体会。
关键词:BBS C# sql server2005
Abstract
This paper is to release system based on technology development and design of the article. Use structured life cycle method, top-down, layer decomposition, modular structure design. The full text is divided into the introduction, system analysis, system requirements analysis, outline of system function (programming and management), the main interface of system design, system summary chapter six. The introduction expounds the meaning and system development environment. System overview describes the background of the system, technology, system objectives and functions used. The system design expounded website design ideas, home page design, website design and database functions of the overall logic design. In the system summary describes the advantages and disadvantages of the extended system and system. This paper details the methods of system analysis, system design and application in the actual development of the system, and summarizes some experience in the process of development and experience.
Keywords: BBS C# SQL Server2005
目录
摘要 ............................................................................................................................................... I Abstract ............................................................................................................................................ II
1 引言 ....................................................................................................................................... - 1 -
✧ 1.1开发背景................................................................................................................ - 1 -
✧ 1.2系统目标............................................................................................................... - 1 -
✧ 1.3定义 ....................................................................................................................... - 1 -
2 系统概述 ................................................................................................................................. - 2 -
✧ 2.1系统流程................................................................................................................ - 2 -
✧ 2.2 版块、帖子、用户模块的主要实现思路及图例............................................... - 2 -3系统需求分析 .......................................................................................................................... - 4 -
✧ 3.1系统基本功能需求................................................................................................ - 4 -
✧ 3.2系统数据库设计.................................................................................................... - 4 -
✧ 3.3系统业务流程及描述............................................................................................ - 6 -
✧ 4.1功能界面框图...................................................................................................... - 10 -
✧ 4.2功能描述.............................................................................................................. - 10 -5系统主要界面设计 ................................................................................................................ - 12 -
✧ 5.1 显示帖子列表页面............................................................................................. - 12 -
✧ 5.2 发表帖子页面..................................................................................................... - 13 -
✧ 5.3 管理员登录页面................................................................................................. - 13 -
✧ 5.4 后台用户管理页面............................................................................................. - 14 -
6 系统总结 ............................................................................................................................... - 14 -
✧ 6.1系统特点及不足.................................................................................................. - 14 -
✧ 6.2系统以后的扩展与拓宽...................................................................................... - 14 -
✧ 6.3自己的体会与感想.............................................................................................. - 15 -致谢 ....................................................................................................................................... - 16 -参考文献 ................................................................................................................................... - 17 -附录 ........................................................................................................................................... - 18 -