国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于socket的bbs設(shè)計(jì)與實(shí)現(xiàn).doc

約44頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)

基于socket的bbs設(shè)計(jì)與實(shí)現(xiàn),基于socket的bbs設(shè)計(jì)與實(shí)現(xiàn)摘要基于socket的網(wǎng)絡(luò)通信是一種靈活的、易于實(shí)現(xiàn)的,低成本的方法。它可以運(yùn)行在各種使用tcp/ip協(xié)議作為通訊協(xié)議的網(wǎng)絡(luò)上。在socket api的幫助下,開(kāi)發(fā)基于socket的網(wǎng)絡(luò)通信軟件也是非常易于實(shí)現(xiàn)的。本文的目標(biāo)是通過(guò)在tcp/ip協(xié)議之上,實(shí)現(xiàn)一個(gè)基于socket的bbs...
編號(hào):45-3086大小:958.00K
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 ningxiang00 發(fā)布

基于SOCKET的BBS設(shè)計(jì)與實(shí)現(xiàn)

摘要

基于SOCKET的網(wǎng)絡(luò)通信是一種靈活的、易于實(shí)現(xiàn)的,低成本的方法。它可以運(yùn)行在各種使用TCP/IP協(xié)議作為通訊協(xié)議的網(wǎng)絡(luò)上。在SOCKET API的幫助下,開(kāi)發(fā)基于SOCKET的網(wǎng)絡(luò)通信軟件也是非常易于實(shí)現(xiàn)的。本文的目標(biāo)是通過(guò)在TCP/IP協(xié)議之上,實(shí)現(xiàn)一個(gè)基于SOCKET的BBS系統(tǒng)。
本文在分析Internet技術(shù),B/S模式,Web技術(shù)及網(wǎng)絡(luò)通信發(fā)展的基礎(chǔ)上,研究了基于SOCKET的BBS系統(tǒng)。重點(diǎn)介紹了網(wǎng)絡(luò)通信協(xié)議,B/S模式和SOCKET通信技術(shù)在BBS中的應(yīng)用。整個(gè)設(shè)計(jì)采用了ASP技術(shù)進(jìn)行設(shè)計(jì),具體實(shí)現(xiàn)方法介紹了ASP網(wǎng)頁(yè)數(shù)據(jù)庫(kù)的連接與操作,ASP網(wǎng)頁(yè)安全性的實(shí)現(xiàn)方法和超文本信息的運(yùn)用。其中涉及到ADO技術(shù),數(shù)據(jù)庫(kù)技術(shù)以及正則表達(dá)式技術(shù)和一些腳本語(yǔ)言,并從幾個(gè)不同的方面來(lái)對(duì)上述技術(shù)的實(shí)現(xiàn)方法進(jìn)行了討論。
本系統(tǒng)是一個(gè)最基本的基于SOCEKT的BBS系統(tǒng),可擴(kuò)展性很大,科學(xué)的開(kāi)發(fā)過(guò)程也極有利于系統(tǒng)的擴(kuò)充與擴(kuò)展。系統(tǒng)采用MS SQL Server數(shù)據(jù)庫(kù),若需要可以移植到其它大中型數(shù)據(jù)庫(kù)系統(tǒng)環(huán)境下,只需改動(dòng)少數(shù)幾個(gè)ASP功能模塊文件,系統(tǒng)的分析與定義都結(jié)合了現(xiàn)在流行的面向?qū)ο蠓椒ㄒ约皞鹘y(tǒng)的結(jié)構(gòu)分析與設(shè)計(jì)方法。

關(guān)鍵詞 BBS系統(tǒng),ASP技術(shù),ADO技術(shù),SQL SERVER數(shù)據(jù)庫(kù),SOCKET通信,JavaScript腳本語(yǔ)言,正則表達(dá)式


ABSTRACT

The network communications based on SOCKET is a flexible,easy to implement and low-cost method. It can run on the network which use of various TCP/IP agreement.With the help of Socket API,developing communications software based on SOCKET is very easy to achieve. This disquisition aims to realize a Socket BBS system through TCP/IP agreement.
  Based on the analysis of internet technology,Web technology and communications networks,this paper researches Socket BBS system.It focuses on the network communication protocol,B/S model and the application of Socket communications technology in BBS system.The whole system adopts ASP technology for the design,idiographic methods introduce ASP database connectivity and operation,ASP website security and use of hyper text information.And it discusses from several different aspects of these technology to achieve the methods.
  The system is a most foundational BBS system basiced on SOCKET, and can be expanded.Scientific development process is conducive to the expansion of the system.The system uses MS SQL Server database,and as required,it can be transferred to other larger or medium-sized database system environment, Simply changing a few ASP module documents. The analysis and definition of System combine popular object-oriented methods and the traditional structure analysis and design methods.

KEY WORDS  BBS, Asp,Ado, Sql server, Socket, JavaScript, RegExp
 
目    錄
摘要 I
ABSTRACT II
第一章 緒論 1
1.1 BBS研究背景 1
1.2 BBS發(fā)展?fàn)顩r 1
1.3 主要研究?jī)?nèi)容 2
1.4 論文組織結(jié)構(gòu) 3
1.5 本章小結(jié) 3
第二章 相關(guān)技術(shù)分析 4
2.1網(wǎng)絡(luò)通信協(xié)議與SOCKET網(wǎng)絡(luò)通信 4
2.2 ASP技術(shù) 4
2.3 ADO技術(shù) 5
2.4 數(shù)據(jù)庫(kù)技術(shù) 7
2.5 VBSCRIPT及JAVASCRIPT腳本語(yǔ)言 8
2.6 正則表達(dá)式技術(shù) 10
2.7 本章小結(jié) 10
第三章 系統(tǒng)需求分析與功能設(shè)計(jì) 11
3.1 系統(tǒng)分析 11
3.1.1 Internet及Web技術(shù)的發(fā)展 11
3.1.2 基于Scoket的BBS系統(tǒng)技術(shù)可行性分析 11
3.2 需求分析 12
3.2.1 系統(tǒng)的綜合要求 12
3.2.2 系統(tǒng)的數(shù)據(jù)要求 13
3.2.3 系統(tǒng)的邏輯模型 16
3.3 本章小結(jié) 17
第四章 系統(tǒng)設(shè)計(jì) 18
4.1 系統(tǒng)概要設(shè)計(jì) 18
4.1.1 數(shù)據(jù)結(jié)構(gòu)的設(shè)計(jì) 18
4.1.2 系統(tǒng)結(jié)構(gòu)的設(shè)計(jì) 19
4.2 系統(tǒng)詳細(xì)設(shè)計(jì) 20
4.2.1 功能設(shè)計(jì) 20
4.2.2 ASP網(wǎng)頁(yè)數(shù)據(jù)庫(kù)的連接 21
4.2.3 ASP網(wǎng)頁(yè)數(shù)據(jù)庫(kù)的操作 23
4.2.4 ASP網(wǎng)頁(yè)安全性的實(shí)現(xiàn)方法 26
4.2.5 在貼子中實(shí)現(xiàn)超文本信息輸入和顯示 27
4.3 本章小結(jié) 31
第五章 系統(tǒng)運(yùn)行 32
5.1 系統(tǒng)運(yùn)行環(huán)境 32
5.2 系統(tǒng)運(yùn)行效果及分析 32
5.2.1 系統(tǒng)運(yùn)行效果演示 32
5.2.2 系統(tǒng)性能分析 33
第六章 總結(jié)與展望 35
6.1 總結(jié) 35
6.2 展望 35
結(jié)束語(yǔ) 37
參考文獻(xiàn) 38