<strike id="uwak6"></strike>
<ul id="uwak6"><pre id="uwak6"></pre></ul>
    <samp id="uwak6"></samp>
      • <th id="uwak6"></th>
          • 論文格式
            電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業(yè)管理 信息計算科學 電氣自動化 歷史論文
            機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
            制藥工程 生物工程 包裝工程 模具設計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
            通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
            • 首頁 |
            • 畢業(yè)論文 |
            • 論文格式 |
            • 個人簡歷 |
            • 工作總結 |
            • 入黨申請書 |
            • 求職信 |
            • 入團申請書 |
            • 工作計劃 |
            • 免費論文 |
            • 合作期刊 |
            • 論文同學網 |
            搜索 高級搜索

            當前位置:論文格式網 -> 畢業(yè)論文 -> 計算機論文
            畢業(yè)論文標題:

            BBS系統(tǒng)開發(fā)與賬戶安全保護的實現

             本文ID:LWGSW14050 價格:收費積分/100
            掃一掃 掃一掃
            本站會員可自行下載:下載地址 BBS系統(tǒng)開發(fā)與賬戶安全保護的實現 (收費:1000 積分)  

            論文字數:9500,頁數:28

              摘  要 
            BBS的英文名稱是Bulletin Board System,翻譯為中文就是“電子公告板”。BBS在上世紀九十年代進入中國,并迅速普及。本設計的目的是用ASP和SQL開發(fā)一個簡易的BBS系統(tǒng),并實現賬戶安全保護。此外,BBS系統(tǒng)有操作簡單、界面友好的特點,并具有廣泛的應用前景。BBS系統(tǒng)開發(fā)主要講述了系統(tǒng)設計的基本功能和方法。接著以BBS系統(tǒng)為例,逐一介紹開發(fā)的步驟:系統(tǒng)分析、系統(tǒng)設計、系統(tǒng)實現。在系統(tǒng)分析中先后用數據流程圖、系統(tǒng)的功能結構圖分析了BBS系統(tǒng)所需的各種數據。在BBS系統(tǒng)的設計中,詳細的展現了系統(tǒng)的各個功能模塊,所需的數據庫表及表字段,菜單的設計等,并通過運用MD5函數,實現用戶賬戶的安全保護。在BBS系統(tǒng)的實現中,取得了系統(tǒng)預期的成果,基本使各個模塊的功能得以實現,并給出了模塊實現的核心代碼和主要的界面設計。

            關鍵詞:BBS系統(tǒng);ASP;SQL;賬戶安全


            Development of BBS System and Implementation of Account Security Protection
            Abstract
            BBS’s English name is Bulletin Board System. In 90's of the last century BBS enters China and becomes popular. Aim of this design is to develop a simple system of BBS based on Asp and SQL, and the implementation of account Security Protection. Furthermore, BBS system is good for easy operation and friendly interface, it has comprehensive application foreground. Development of BBS System mainly narrates basic function and method for System Design. Then take this system as an example, recommend developing the step of this system one by one: system analysis, system design, and system realization. Successively used the data stream chart the system function structure drawing in the system analysis to analyze each kind of data which the BBS system needed. In the design of the system, detailed each function module which has represented the system, necessary database form and field, design of the menu, and implementation of user's account security protection by using MD5 function. In the realization of the system, I got anticipated achievement, realized each module’s basic function, and showed the modules realization core code and the main GUI design.

            Key words: BBS system;ASP;SQL;Account security

            目  錄

            1 引言 1
            1.1 BBS概念與發(fā)展背景 1
            1.2 BBS系統(tǒng)的應用 1
            2 BBS理論基礎 1
            2.1 BBS相關理論基礎 1
            2.2 BBS開發(fā)運行環(huán)境 2
            3 系統(tǒng)功能需求分析 3
            3.1 BBS系統(tǒng)的綜合要求 3
            3.1.1  系統(tǒng)功能要求 3
            3.1.2  系統(tǒng)的數據要求 3
            3.2 數據庫E-R圖 3
            4 系統(tǒng)概要設計 4
            4.1 模塊的劃分與功能設計 4
            4.2 數據庫結構的設計 5
            5 系統(tǒng)詳細設計 7
            5.1 論壇首頁模塊 7
            5.1.1  功能描述 7
            5.1.2  界面設計 7
            5.1.3  工作流程及代碼設計 8
            5.2  新用戶注冊模塊 8
            5.2.1  功能描述 8
            5.2.2  界面設計 9
            5.2.3  工作流程及代碼設計 9
            5.3  會員登陸模塊 10
            5.3.1  功能描述 10
            5.3.2  界面設計 11
            5.3.3  工作流程及代碼設計 11
            5.4  用戶資料修改模塊 12
            5.4.1  功能描述 12
            5.4.2  界面設計 12
            5.4.3  工作流程及代碼設計 12
            5.5  發(fā)帖模塊 135.5.1  功能描述 13
            5.5.2 界面設計 13
            5.5.3  工作流程及代碼設計 13
            5.6  留言模塊 14
            5.6.1  功能描述 14
            5.6.2  界面設計 15
            5.6.3  工作流程及代碼設計 15
            5.7  賬戶安全保護的實現 16
            5.7.1  系統(tǒng)安全描述 16
            5.7.2  md5算法描述 16
            5.7.3  賬戶安全的實現 17
            6 系統(tǒng)測試 17
            結    論 19
            參考文獻 19
            致    謝 20
            聲    明 21


            相關論文
            本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
            上一篇:醫(yī)院管理系統(tǒng)—病歷管理系統(tǒng)的設.. 下一篇:具有動態(tài)口令認證機制的網上投票..
            Tags:BBS 系統(tǒng) 開發(fā) 賬戶 安全 保護 實現 【收藏】 【返回頂部】
            最新文章
            熱門文章
            計算機論文
            推薦文章

            本站部分文章來自網絡,如發(fā)現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

            論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

            Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

            感谢您访问我们的网站,您可能还对以下资源感兴趣:

            论文格式网:毕业论文格式范文
            <ul id="2kq2s"></ul>