【正文】
點(diǎn),按鼠標(biāo)右鍵,從彈出選單中選擇 “停止 ”,然后選中剛才新建的站點(diǎn),同樣的選擇 “啟動(dòng) ”就可以通過在 IE 瀏覽器中鍵入 “ ”或者“ 來訪問本機(jī)上剛才新建的新的站點(diǎn)了。這樣,就可以通過在 IE 瀏覽器中鍵入“ “ ”來訪問本機(jī)上的 Web 站點(diǎn)了。推薦使用window2020+IIS5 這對(duì)組合,因?yàn)?window2020 是相對(duì)比較穩(wěn)定的系統(tǒng),對(duì)于服務(wù)器網(wǎng)絡(luò)方面微軟投入得較多,比較適合做為服務(wù)使用。單機(jī)并不需要設(shè)置成為局域網(wǎng),只需要設(shè)置成為單機(jī)服務(wù)器就可以。 ( 8) 使用 server 端 script 產(chǎn)生 client 端 script,你可以使用 ASP 程序碼,在站點(diǎn)服務(wù)器執(zhí)行 script 語言 (VBscript 或 Jscript),來產(chǎn)生或更改在 client 端執(zhí)行的 script 語言。除了可使用 VBscript 或JScript 語言來設(shè)計(jì),并可通過 Plugin 的方式,使用由 third party 所提供的其他 scripting語言。 ( 3) 與瀏覽器無關(guān) (Browser Independence):用戶端只要使用常規(guī)的可執(zhí)行 HTML 碼 的瀏覽器,即可瀏覽 Active Server Pages 所設(shè)計(jì)的主頁內(nèi)容, Script 語言 (Vbscript ,Jscript)是在站點(diǎn)服務(wù)器 (Server 端 )執(zhí)行,用戶不需要執(zhí)行這些 Script 語言。 Asp 的出現(xiàn)必定會(huì)重新席卷所有的web 應(yīng)用程序,預(yù)示著未來也將是 script(腳本)語言的天下。 Asp 的出現(xiàn)使 web 頁面更加多姿多彩。 關(guān)鍵詞 : 聊天室;數(shù)據(jù)庫; 控件 ; 數(shù)據(jù)表 Abstract: Chat rooms are widely used today as a work service, which provides for the majority of Inter users a convenient way to municate, online chat has bee an important event of the Inter. The proposed graduation WEBbased chat rooms can provide users with convenient, quick, civilized chat environment. The graduation project using ASP + IIS + ACCESS technology development, a B / S model chat room. The chat room has a private chat, group chat, the administrator login, chat room management, user login statistics, online help and resource management functions. In addition, users can visit chat rooms to send after the expression, change the text color and other operations. System was pleted in window2020 + IIS5 environment for testing, the test found that the functional stability of chat rooms, operating normally, to achieve the desired results. Keywords: Chatroom; Datebase; Control; Data Sheet 目錄 1 課題背景 ............................................................ 1 ASP 技術(shù) ........................................................... 1 ASP 特點(diǎn) .......................................................... 1 2 ASP 的系統(tǒng)配置 ....................................................... 2 3 聊天室開發(fā)與設(shè)計(jì) ..................................................... 3 聊天室功能模塊說明 ................................................ 3 聊天室開發(fā)環(huán)境及工具 .............................................. 3 聊天室總體設(shè)計(jì) .................................................... 4 4 聊天室的軟件實(shí)現(xiàn) .................................................... 7 主頁面 ............................................................ 7 登陸頁面 .......................................................... 7 信息發(fā)送 功能 ....................................................... 9 信息提 取 功能 ....................................................... 9 指定 對(duì)話功能 ...................................................... 10 管理員登陸頁面 .................................................... 11 在線幫助 .......................................................... 11 資源管理 .......................................................... 12 JS 腳本語言 的運(yùn)用 ................................................. 13 退出聊天室 ...................................................... 13 5 調(diào)試與維護(hù) ......................................................... 14 系統(tǒng)調(diào)試 .......................................................... 14 系統(tǒng)維護(hù) .......................................................... 15 6 結(jié)束語 ............................................................. 17 設(shè)計(jì) 總結(jié) ........................................................ 17 不足之處與今后的改進(jìn) ............................................ 17 參考文獻(xiàn) ............................................................. 18 致謝 ................................................................. 19 1 1 課題背景 ASP 技術(shù) Microsoft Active Server Pages 簡稱 asp, 是一種 微軟開發(fā)的服務(wù)器端腳本 語言 , 使用它可以創(chuàng)建和運(yùn)行動(dòng)態(tài)的,交互的 web 服務(wù)器應(yīng)用程序 [1]。 本畢業(yè)設(shè)計(jì)采用 ASP+IIS+ACCESS 技術(shù)開發(fā)了一個(gè) B/S 模式 的聊天室。