基于asp.net的web-bbs系统.rar

RAR格式版权申诉手机打开展开

基于asp.net的web-bbs系统,基于asp.net的web-bbs 系统1.9万字 46页包括开题报告和任务书摘 要随着internet 技术的飞速发展,论坛随之产生,已经成为网络上不可缺少的交流方式之一,深受网民的喜爱。“网上论坛”是internet上的一种信息服务系统,它提供一块公共电子白板,每个用户都可以在上面书写,可发布信息或提出看法,可以让...
编号:88-34680大小:263.70K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 usactu 发布

基于Asp.net的Web-BBS 系统
1.9万字 46页
包括开题报告和任务书



摘 要
随着Internet 技术的飞速发展,论坛随之产生,已经成为网络上不可缺少的交流方式之一,深受网民的喜爱。“网上论坛”是Internet上的一种信息服务系统,它提供一块公共电子白板,每个用户都可以在上面书写,可发布信息或提出看法,可以让来自世界各个角落的用户针对某个主题进行讨论,如此便可以达到集思广益的效果。
本论文重点阐述了系统的需求以及代码与数据库的实现。作为一个Web-BBS系统,其前台的设计是相当重要的,包括有:用户能使用BBS的最基本权力;使用者资料正确,即可以在讨论区当中发表文章、发表话题、回复话题;具有正式注册身份的使用者才具有进入本系统并参与其中的各项信息服务的各种权利。使用者通过了身份的确认后,即可具有上述使用权。管理员根据自己的权限对话题进行查询、修改、增加和删除操作,对注册用户进行查询、修改、增加和删除操作,对用户的基本资料进行查看和修改等操作。
系统使用Microsoft Visual Studio 2005编译和管理代码,使用Microsoft SQL Server 2000存储、处理和管理数据,使用Microsoft SQL Server 2000查询分析器和事件追踪器查询和追踪SQL语句,此开发工具利于减轻服务器和带宽的负担,从而达到节约ISP的空间及带宽租用成本的目的,使用会话管理和密钥加密管理用户信息。系统页面直观、明了、条理清晰,易学、易用、易管理。保证数据的存储稳定,保持页面的稳定,信息更新的速度以及论坛人员和信息的容量,登陆信息的加密以及会话管理都是论文很重要的一部分。
关键字:
BBS,Web-BBS,发表话题,Asp.net,Sql server

Web-BBS system based on Asp.net
ABSTRACT


With the development of Internet technology, the BBS has become the one of the indispensable exchanges in network. "Web-BBS" is the one of the information service systems in internet. It can provide a public bulletin board, and every users can write on it. The users from everywhere can deliver the information and discuss some issues, so that it is full of many points.
This paper expatiates the BBS system's needs and the design of the code and database. As a Web-BBS system, the design of prelude is a quite important part. Users can use the most basic power. While the user's information is correct, then he can deliver the articles, issues and revert to issues in the discussing. Only having formally registered, users can have access to the system and participate all the information service of their rights. Through the confirmation of the identity, users may have the rights to use these. Under the authority of their topic of inquiry, administrators can do exanmiations, modifications, additions and deletions of the issues and the registered users, and they can examine or modify the users' information.
By using Microsoft Visual Studio 2005 management of compilering code, Microsoft SQL Server 2000 storage to process and manage data, and tracking SQL statement with the query analyzer and incident tracking of Microsoft SQL Server 2000 devices. Those development tools are to reduce server and bandwidth burdens, thus that can saving ISP space and the cost of renting bandwidth. Manage users information by using session management and encryption key management. The system here is direct, clear , lucid, and easy to learn, to use, to manage. Ensuring data storage stability, maintaining the stability of pages, the speed of updating information, theBBS system staff and information capacity, landing information encryption and session management are very important parts in this paper.

Key words:
BBS,Web-BBS,the issues delivering,Asp.net,Sql server
目 录
1. 绪论 1
1.1 引言 1
1.2 BBS的历史 1
1.2.1 BBS的起源 1
1.2.2 BBS的分类 2
1.3 BBS与Blog 3
1.4 课题来源和研究背景 4
1.4.1 课题来源 4
1.4.2 研究背景 5
2. 系统环境简介 9
2.1 软件选择 9
2.1.1 服务器端: 9
2.1.2 客户端: 9
2.1.3 开发工具 9
2.2 硬件选择 9
2.2.1 服务器端: 9
2.2.2 客户端: 10
2.3项目目标及主要内容 10
2.3.1 项目目标 10
2.3.2 主要内容 10
2.4 可行性分析 11
2.4.1 经济方面的可行性: 11
2.4.2 技术条件方面的可行性: 11
2.4.3 操作方面的可行性: 11
2.4.4 社会环境方面的可行性: 11
2.4.5 人员方面的可行性: 11
3. 系统开发概况 13
3.1 系统设计目标 13
3.2 系统模块划分 13
3.2.1 系统前台模块划分 13
3.2.2 系统后台模块划分 14
3.3 系统流程图 14
3.3.1 用户流程图 15
3.3.2 管理员流程图(后台) 15
4. 系统详细设计 16
4.1 注册与登陆模块 16
4.1.1 功能概述 16
4.1.2 实现阐述 16
4.2 查看基本信息和修改个人信息模块 19
4.2.1 功能概述 19
4.2.2 实现阐述 19
4.3 话题模块 20
4.3.1 功能概述 20
4.3.2 实现阐述 20
4.4 短信息模块 22
4.4.1 功能概述 22
4.4.2 实现阐述 22
4.5 管理者模块 23
4.5.1功能概述 23
4.5.1 实现阐述 23
5. 数据库设计 25
5.1 数据库总体设计 26
5.2 数据库连接 27
6. 创新点和程序的优化 28
6.1 程序的优化 28
6.1.1 代码复用 28
6.1.2 连接池 29
6.1.3 使用Page.IsPostback 属性 29
6.2 创新点 30
6.2.1 加密技术 30
6.2.2 数据库控制版块分类 30
6.2.3 用户OS、IP信息查看 32
7.系统优点与不足 33
7.1 BBS的特点: 33
7.2 本Web-BBS系统的优点 34
7.3 本Web-BBS系统的不足和局限性 34
总 结 35
致 谢 36
参考文献 37



参考文献
[9] 李应伟,姚素霞. 景丽ASP.NET数据库高级编程(C# 篇)[M]. 北京:清华大学出版社.
[10] 吴晨,孙少波. Asp.netT数据库库项目案例导航[M]. 北京:中国铁道出版社.
[13] 郭茂灿. 虚拟社区中的规则及其服从(以天涯社区为例)[OL]. 社会学研究
[14] 本书编委会.SQL Server编程篇[M]. 电子工业出版社.
[15] 李存斌等. 数据库应用技术—SQL Server 2000简明教程[M]. 北京:中国水利水电出版社.
[16] Macro Bellinaso,Kevin Hoffman. Asp.net Web站点高级编程[M]. 康博译. 北京:清华大学出版社.