- 1、本文档共27页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
BBS论坛管理系统大学课程设计
摘 要
本文是以ASP.NET技术开发设计的文章发布系统。采用结构化生命周期法,自顶向下、逐层分解,模块化的系统结构设计。全文共分为绪论、系统概述、系统需求分析、系统功能分析(编程和管理)、系统主要界面设计、系统总结等六章。绪论中阐述了系统的意义和系统的开发环境。系统概述中阐述了系统背景,所用技术、系统目标以及功能等。系统设计阶段阐述了网站的总体设计思想、首页的设计、网站的总体功能设计以及数据库的逻辑设计。在系统总结中阐述了系统的优劣势以及系统的扩展。文中详细说明了系统分析、系统设计的方法在系统实际开发中应用,并总结了开发过程中的一些经验和体会。
关键词:BBS ASP.NET C# sql server2005
Abstract
This paper is to release system based on ASP.NET 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 ASP.NET C# SQL Server2005
目录
摘 要 II
Abstract III
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 -
1 引 言
1.1开发背景
BBS起源于20世纪80年代初。最初,论坛只是用于发布公告信息,讨论问题的在线交流平台。后来,随着网络的普及,论坛的功能越来越丰富,受到广大网民的欢迎。因此,商业网站对论坛重视起来,纷纷在自己的网站上开辟论坛。作为与网民交流的园地。同时在线技术支持和在线服务也在论坛中开展起来。当代的大学生几乎都会接触甚至经常登陆自己感兴趣的论
文档评论(0)