asp.net交友中心论坛子系统+外文翻译.doc

约100页DOC格式手机打开展开

asp.net交友中心论坛子系统+外文翻译,目 录摘要1abstract20 引言41 概述51.1 开发背景51.2 开发环境和工具71.2.1 windows xp81.2.2 visual basic121.2.3 sql server 200014 1.2.4 reamweaver mx 2004172 主要技术和分析212.1 asp.net的产生21...
编号:35-263800大小:1.63M
分类: 论文>计算机论文

内容介绍

此文档由会员 wanli1988go 发布

目 录

摘要………………………………………………………………………… 1
Abstract…………………………………………………………………… 2
0 引言……………………………………………………………………… 4
1 概述……………………………………………………………………… 5
1.1 开发背景……………………………………………………………… 5
1.2 开发环境和工具……………………………………………………… 7
1.2.1 Windows XP………………………………………………………… 8
1.2.2 Visual Basic……………………………………………………… 12
1.2.3 SQL Server 2000……………………………………………… 14
1.2.4 Reamweaver MX 2004…………………………………………… 17
2 主要技术和分析……………………………………………………… 21
2.1 ASP.NET的产生…………………………………………………… 21
2.2 ASP.NET的优势…………………………………………………… 23
2.3 ASP.NET的主要文件……………………………………………… 26
2.4 ASP.NET中的列表绑定控件……………………………………… 28
2.5 ASP.NET与IIS…………………………………………………… 29
2.5.1 IIS简介………………………………………………………… 30
2.5.2 IIS与ASP.NET结合…………………………………………… 33
2.6 利用ADO.NET访问数据库………………………………………… 34
3 论坛的系统设计……………………………………………………… 36
3.1 B/S结构模式的确定……………………………………………… 36
3.2 功能目标设计……………………………………………………… 36
3.3具体页面确定……………………………………………………… 37
4 论坛的数据库设计…………………………………………………… 38
4.1 数据库的需求分析………………………………………………… 38
4.2数据库的结构设计………………………………………………… 39
5 BBS论坛子系统后台的数据库和文件配置…………………………… 39
5.1 后台数据库配置…………………………………………………… 39
5.2 后台文件配置……………………………………………………… 39
6 网上论坛系统详细设计与实现……………………………………… 40
6.1 系统概况…………………………………………………………… 40
6.2 功能描述…………………………………………………………… 41
6.2.1 头、尾文件及首页描述………………………………………… 41
6.2.2 调查页面描述…………………………………………………… 42
6.2.3 注册功能描述…………………………………………………… 43
6.2.4 发、回贴功能描述……………………………………………… 45
7 心得体会……………………………………………………………… 50
8 参考文献……………………………………………………………… 52
9 附录…………………………………………………………………… 54
10 外文译文……………………………………………………………… 75
11 原文说明……………………………………………………………… 89

摘 要

随着科技的发展网络越来越普及,大多数人都能够使用计算机,人们通过计算机获取各种各样的知识,通过计算机进行娱乐,通过计算机结识朋友,通过计算机进行交流,甚至还能通过互联网购物,在此之前他们只能通过报纸,电视等途径获得信息。BBS正是网友们进行交流的途径之一。
BBS的开发工具有好多,一般常用的是ASP、ASP.NET、VB、C++、Java,后台数据库有SQL以及ACCESS等等。一般网上的BBS都是使用ASP跟ACCESS数据库相结合,采用的语言一般是C++,因为ACCESS数据库结构比较简单而C++语言比较规范。
本系统利用ASP.NET和ADO.NET技术开发,运作于Windows XP的环境下,采用的HTML编辑器形式为Dreamweaver MX 2004,后台数据库采用SQL SERVER 2000.因为本系统属于交友中心网站的一个子系统所以没有使用较简单的ACCESS数据库而是使用大型数据库SQL。
该系统可以分为两个模块:论坛调查模块和论坛模块。
对于论坛调查模块,根据系统的功能分析,它包括以下的功能:论坛调查、查看调查结果。对于论坛模块,根据系统的功能分析,它包括以下功能:论坛首页、用户注册、查看文章、发表文章、回复文章等等。

关键词: ASP.NET,ADO.NET,SQL SERVER 2000,调查模块,论坛模块

BBS of making friends
Abstract

Owing to increasingly development of technology, network is more and more widespread, so that most people can use computers. They can gain knowledge with computers, do recreation, meeting new friends, chating with other people and intercommunicate with computers. They can also do shipping whith Internet. We can get information from Internet, before that people can only get information from news paper, TV etc. BBS is just one way for Net Pals to intercommunicate with each other.
There are a lot of exploit tools of BBS, including the most common ASP, ASP.NET, VB, C++, JAVA; and background database, such as SQL SERVER 2000 and ACCESS, etc. The most common BBS in Internet is maked of ASP, ACCESS and C++. Because ACCESS is easier and smaller than SQL SERVER 2000 and C++ is standarded than other computer languages.
This system is made of ASP.NET and ADO.NET, ASP.NET and ADO.NET is newer than ASP and ADO. They have more and better function than ASP.NET and ADO.NET.The system moves and operates under Windows XP. Its HTML editor is Dreamweaver MX2004; background database is SQL SERVER 2000.This system is one part of Making Friends Ce..