【正文】
of the friends and sugar up the interface of the forum. Due to the main function of the BBS, developments of forum e down to developments in technology and application technology in database. Now we have ASP, , PHP, JSP and so on. This paper use ASP and some VBScript puter language to carry out the mainly function of the BBS. Databases like MYSQL and Oracal is popular now days. We choose Access produced by Microsoft Company. It is easy to span a simple forum, hardly any programs to install. The design flow of this paper starts with analyzing the needs of the system, by confirming the processes and designs of the system, dividing modules, then designs of date and structures, finally developments and programming of every module. Key words: Forum; Inter; JavaScript; ASP; Database 目 錄 摘要 .............................................................................................................................................. 2 第 1章 系統(tǒng)功能設(shè)計(jì) ................................................................................................................... 5 引言 ................................................................................................................................ 5 需求分析 ......................................................................................................................... 5 功能設(shè)計(jì) ......................................................................................................................... 7 擴(kuò)展功能設(shè)計(jì) ................................................................................................................ 10 第 2章 系統(tǒng)架構(gòu)與數(shù)據(jù)庫設(shè)計(jì) .................................................................................................. 11 功能模塊的劃分 ............................................................................................................ 11 數(shù)據(jù)庫設(shè)計(jì) ................................................................................................................... 14 第 3章 基本設(shè)計(jì) ........................................................................................................................ 16 論壇首頁設(shè)計(jì) ................................................................................................................ 16 數(shù)據(jù)庫連接函數(shù) ............................................................................................................ 16 第 4章 模塊的實(shí)現(xiàn) ................................................................................................................... 18 用戶模塊 ....................................................................................................................... 18 用戶的登陸 ......................................................................................................... 18 用戶的注冊(cè) ......................................................................................................... 19 帖子模塊 ....................................................................................................................... 23 發(fā)布、修改、刪除帖子 ....................................................................................... 23 帖子瀏覽模塊 ..................................................................................................... 24 帖子搜索模塊 ..................................................................................................... 25 管理人員模塊 ................................................................................................................ 26 系統(tǒng)參數(shù)設(shè)置 ..................................................................................................... 26 用戶授權(quán) ............................................................................................................ 27 數(shù)據(jù)庫的備份與 還原 ........................................................................................... 27 第 5章 論壇的架構(gòu) ..................................................................................................................... 28 安裝環(huán)境和參數(shù)設(shè)置 ..................................................................................................... 28 運(yùn)行論壇 ....................................................................................................................... 30 第 6 章 結(jié)論 ............................................................................................................................... 32 參考文獻(xiàn) ..................................................................................................................................... 33 致 謝 ........................................................................................................................................ 34 附錄 A ASP的介紹 ............................................................................................. 錯(cuò)誤 !未定義書簽。 關(guān)鍵字 : 論壇; Inter; JavaScript; ASP;數(shù)據(jù)庫 DESIGN AND IMPLEMENT OF STUDENTS39。目前常用的數(shù)據(jù)庫有 MYSQL、 Oracal 等,在數(shù)據(jù)庫的選取上, 為了簡化架設(shè)的實(shí)現(xiàn),采取 Microsoft 公司的 Access 作為數(shù)據(jù)庫平臺(tái),這樣在單機(jī)上架設(shè)一個(gè)簡單的論壇幾乎不需要安裝任何程序。按照論壇的基本功能,論壇的開發(fā)可以歸結(jié)為 Web 開發(fā)技術(shù)和數(shù)據(jù)庫應(yīng)用技術(shù)。由于得到了廣大網(wǎng)友的歡迎,越來越多的商業(yè)網(wǎng)站開始重視論壇,把論壇作為與用 戶交流的平臺(tái)和在線技術(shù)支持與服務(wù)的平臺(tái)。 畢業(yè)設(shè)計(jì)(論文) 學(xué)生論壇的設(shè)計(jì)與實(shí)現(xiàn) 學(xué)生論壇的設(shè)計(jì)與實(shí)現(xiàn) 摘要 論壇也稱為 BBS, BBS 是 Bulletin Board System 的縮寫,意思是電子公告版,一種在 Inter 上常見的用于信息服務(wù)的 Web 系統(tǒng),它的主要服務(wù)是用來幫助瀏覽者相互溝通、吸引用戶、服務(wù)用戶的。他起源于 20 世紀(jì) 80 年代初,最初只是用于發(fā)布公告信息和討論問題的在線交流平臺(tái),后來隨技術(shù)的發(fā)展與網(wǎng)絡(luò)的普及功能越來越強(qiáng)大。論壇的功能是多種多樣的,現(xiàn)在流行的各種論壇插件讓這些功能更加的多元化,但論壇的基本功能依然是信息的發(fā)布與討論,在實(shí)現(xiàn)基本功能的同時(shí)也要豐富論壇的其他功能,如建立網(wǎng)友的榮譽(yù)系統(tǒng),美化論壇的界面。目前主要的開發(fā)技術(shù)有 ASP、 PHP、 JSP 等,本文主要采取 ASP 為開發(fā)技術(shù),并使用了一些 VBScript語言來實(shí)現(xiàn)論壇基本功能。本文設(shè)計(jì)的流程是從系統(tǒng)的需求分析開始,確定系統(tǒng)的流程與設(shè)計(jì),到模塊的劃分,再到數(shù)據(jù)加結(jié)構(gòu)的設(shè)計(jì),最后開始每個(gè)模塊的編程與開發(fā)。 FORUM Abstract Forum, also called BBS, is short for Bulletin Board System. BBS is a web system that often seen on Inter for information service. Its main purpose is to help the viewer to municate with each other, attract user and serve them. BBS was originating in the 198039。 附錄 B ADO對(duì)象 ....................................................