【正文】
哈爾濱工業(yè)大學華德應用技術學院本科畢業(yè)設計(論文) I 摘 要 本文是一篇討論基于 WEB 的數據庫管理的本科畢業(yè)論文網上論文, 它詳細地講述了開發(fā)一個基于 JSP 的通用 BBS(Bullitin Board System)網站系統(tǒng)所用到的技術和方法。其中運用了 ORACLE 數據庫技術、 JavaBean 及JavaScript 腳本語言技術等等,并從幾個不同的方面來對上述技術的實現方法進行了討論。本系統(tǒng)在已投入使用的系統(tǒng)基礎上增加和拓展了一些新的功能。本系統(tǒng)使用了 jsp 和 javabean 技術,使系統(tǒng)的可移植性得到很大的提高,在系統(tǒng)將來使用范圍進一步擴大的情況下本系統(tǒng)可以在原 有的基礎上作升級和拓展 網上論壇管理系統(tǒng)提供了多種功能,通過用戶自己感興趣的話題來進行深層次的交流,給用戶帶來一個交流的平臺,通過這個平臺朋友們可以交流學習,各界成功人事還可以分享成功的經驗。 關鍵詞 網上論壇; Oracle 數據庫; JSP; JAVABEAN 哈爾濱工業(yè)大學華德應用技術學院本科畢業(yè)設計(論文) II Abstract This article is a discussion based on the WEB data bank administration undergraduate course graduation thesis, it narrated in detail has developed one the technology and the method which (Bullitin Board System) the website system used based on JSP general BBS. Has utilized ORACLE the SERVER data base technology, JavaBean and JavaScript script language technology and so on, and came from several different aspects to the above technical realization method to carry on the discussion. This system input into the use in the system foundation to increase and to develop some new functions. Used this technology which Jsp and Javabean unified enable the system the probability to obtain the very big enhancement, future will use in the situation in the system which the scope further expanded this system to be allowed in the original foundation to make the promotion and the development Online forum management system provides a variety of functions, through the topics of interest to the user39。s own level of munication for students, giving users a platform, through this platform who want an open mind can learn, all successful personnel to share successful experience. Keywords BBS ORACLE JSP JAVABEAN 哈爾濱工業(yè)大學華德應用技術學院本科畢業(yè)設計(論文) III 目 錄 摘要 ............................................................................................................................... I Abstract ........................................................................................................................ II 第 1 章 緒論 ................................................................................................................ 1 課題背景 ........................................................................................................... 1 目的和意義 ....................................................................................................... 1 系統(tǒng)設計思 想 ................................................................................................... 2 系統(tǒng)開發(fā)環(huán)境 ................................................................................................... 2 B/S 結構的數據庫訪問模式 ................................................................... 2 MyEclips 簡介 ......................................................................................... 3 Oracle 10g 數據庫簡介 .......................................................................... 4 論文的工作內容及論文的結構 ....................................................................... 4 第 2 章 可行性分析 .................................................................................................... 6 經濟可行性 ....................................................................................................... 6 技術可行性 ....................................................................................................... 6 操作可行性 ....................................................................................................... 7 系統(tǒng)流程圖 ....................................................................................................... 7 帖子管理流程圖 ........................................................................................ 8 討論專區(qū)管理流程圖 ................................................................................ 8 信息管理流程圖 ........................................................................................ 9 本章小結 ......................................................................................................... 10 第 3 章 需求分析 ...................................................................................................... 11 BBS 網站的規(guī)劃 ............................................................................................. 11 BBS 網站的需求分析 ..................................................................................... 11 數據流圖 .................................................................................................. 11 數據字典 .................................................................................................. 13 本章小結 ......................................................................................................... 16 第 4 章 總體設計 ...................................................................................................... 17 系統(tǒng)模塊總體設計 ......................................................................................... 17 數據庫設計 ..................................................................................................... 18 數據庫設計概述 ...................................................................................... 19 數據分析 .................................................................................................. 19 哈爾濱工業(yè)大學華德應用技術學院本科畢業(yè)設計(論文) IV 數據庫的詳細設計 ......................................................................................... 20 數據庫的 ER 圖的設計 ......................................................................... 20 數據表的設計 .......................................................................................... 21 本章小結 ......................................................................................................... 24 第 5 章 詳細設計 ...................................................................................................... 26 系統(tǒng)運行平臺設置 ....................................................................................