论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于Asp.net的Web-BBS系统

 本文ID:LWGSW13543 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于Asp.net的Web-BBS系统 (收费:1000 积分)  

论文字数:19275,页数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:驾校管理系统 下一篇:基于API的媒体网关的设计与开发
Tags:基于 Asp.net Web-BBS 系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号