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

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

    基于JSP的BBS實現

     本文ID:LWGSW14135 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 基于JSP的BBS實現 (收費:1000 積分)  

    論文字數:11294,頁數:43

    摘   要
        現今的社會是一個信息飛速發(fā)達的社會,其中在信息的交流當中,互聯網占據著一個非常重要的位置。人們可以通過在互聯網上收到最新的消息,也可以通過互聯網進行信息的交流。而論壇就是大家進行信息交流的其中一個渠道。
        論壇的概念:論壇(BBS)是Bulletin-Board-System的縮寫,即電子公告欄。它是一種在Internet網上開放的信息服務系統(tǒng),通過論壇用戶可以方便的實現信息的交換和文件的共享。
       本文主要完成了基于JSP技術的信息交流論壇的設計和實現,主要實現了客戶端和服務器端的動態(tài)交互。該系統(tǒng)包含六個模塊:論壇用戶登陸注冊模塊,論壇賬戶信息模塊,論壇文章發(fā)布模塊,公告/制度模塊,版塊管理模塊,信息管理模塊。論文詳細描述了模塊的結構、功能以及具體設計過程。系統(tǒng)采用了JSP技術以及JavaBeans組件技術和JDBC技術實現。

    關鍵詞:JSP,BBS,MYSQL,JavaBeans,系統(tǒng)設計

     

    Bulletin-Board-System realization based on JSP

    Abstract
    Nowadays is a flourishing society that information travels fast. Among the exchanges of information, the Internet occupies a very important position, through which people can receive the latest news, and can exchange with each other as well. And the forum is an outlet for everyone to exchange information, which can also make the exchange of information convenient.
    The concept of the forum: The forum (BBS) is the abbreviation of the Bulletin- Board- System, namely the column of the electronics announcement. It is a service system that is open on Internet, through which, the forum customer can conveniently realizes the commutation of the information and the share of the documents.
      In this text, it mainly completed the design and realizations of information exchanges forum based on the JSP technique. And it main carry out a dynamic state between the customer and the server. There are six molds piece: The forum customer debarkation registers the mold piece, the forum bank account information mold piece, the forum article releases the mold piece, announce/ the system mold piece, a management mold piece, information management mold piece. The thesis has described module structure、function detailed and has designed process concretely. System has adopted the JSP technology and the JavaBeans module technology and the JDBC technology have come true.
    KeyWord: JSP, BBS, MYSQL, JavaBeans, System design

     


    目       錄
    摘   要 I
    Abstract II
    緒     論 1
    第一章  系統(tǒng)概述 2
    1.1設計目標 2
    1.2 研究方法 2
    1.3項目中涉及的技術 2
    1.3.1 JSP技術 2
    1.3.2 JavaBeans技術 3
    1.3.3 JDBC技術 3
    1.4設備要求 4
    第二章  需求分析 5
    2.1需求規(guī)格 5
    2.1.1系統(tǒng)組成 5
    2.1.2功能性需求 5
    2.1.3非功能性需求 7
    2.2開發(fā)環(huán)境的選擇 7
    第三章  概要設計 8
    3.1總體設計 8
    3.2系統(tǒng)結構與程序的關系 10
    3.3運行模式 10
    3.4接口設計 10
    3.4.1用戶接口 10
    3.4.2外部接口 10
    3.4.3內部接口 11
    3.5數據結構設計 11
    3.5.1系統(tǒng)ER圖 11
    3.5.2邏輯結構設計要點 11
    3.5.3物理結構設計要點 13
    3.5.4數據結構與程序的關系 13
    3.6功能模塊設計 16
    3.6.1總體設計 16
    3.6.2功能模塊設計 16
    3.7系統(tǒng)故障處理設計 18
    3.7.1出錯信息 18
    3.7.2補救措施 19
    3.7.3系統(tǒng)維護設計 19
    第四章  詳細設計 20
    4.1用戶注冊登陸模塊 20
    4.1.1功能說明 20
    4.1.2功能實現 20
    4.1.3程序運行過程截圖 23
    4.2帳戶信息模塊 24
    4.2.1功能說明 24
    4.2.2功能實現 25
    4.2.3程序運行過程截圖 28
    4.3文章發(fā)布模塊 28
    4.3.1功能說明 28
    4.3.2功能實現 28
    4.3.3程序運行過程截圖 29
    4.4公告制度模塊 29
    4.4.1功能說明 29
    4.4.2功能實現 29
    4.4.3程序運行過程截圖 31
    4.5版塊管理模塊 31
    4.5.1功能說明 31
    4.5.2功能實現 31
    4.5.3程序運行過程截圖 33
    4.6信息管理模塊 34
    4.6.1功能說明 34
    4.6.2功能實現 34
    4.6.3程序運行過程截圖 36
    第五章  結論 37
    參考文獻(References) 38
    致謝 39


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:基于JSP的學生學籍管理系統(tǒng) 下一篇:基于JSP學生成績管理系統(tǒng)軟件的開..
    Tags:基于 JSP BBS 實現 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
      <strike id="8om2o"></strike>