【正文】
.......................................................................... 18 數(shù)據(jù)庫表設計 ............................................................................. 19 系統(tǒng)模塊設計 ............................................................................. 21 關系模型 ............................................................................................... 22 數(shù)據(jù)字典 ............................................................................................... 23 5 系統(tǒng)詳 細設計 ........................................................................................... 26 系統(tǒng)的開發(fā)環(huán)境 .................................................................................... 26 JSP 支持平臺 ............................................................. 26 JDK 概述及配置 .......................................................................... 27 開發(fā)工具 Dreamweaver 8............................................................ 28 系統(tǒng)中 JSP 技術的應用 ......................................................................... 29 用 JavaBean 封裝數(shù)據(jù)庫操作 .................................................... 29 字符編碼過濾器 EncodingFilter ............................................... 30 系統(tǒng)主要功能模塊設計 ......................................................................... 30 相冊模塊 .................................................................................... 30 日志模塊 .................................................................................... 32 視頻模塊 .................................................................................... 34 留言板模塊 ................................................................................ 35 6 研究成果與前景展望 ................................................................................ 35 研究成果概述 ........................................................................................ 35 軟件測試 ............................................................................................... 36 軟件測試的目標及方法 .............................................................. 36 難點和問題 ................................................................................ 37 總結與展望 ............................................................................................ 37 畢業(yè)設計總結 ............................................................................. 37 展望 ........................................................................................... 38 致謝 ............................................................................................................. 39 參考資料 ..................................................................................................... 39 附錄 系統(tǒng)使用說明 ........................................................... 錯誤 !未定義書簽。本人完全意識到本聲明的法律后果由本人承擔。采用開發(fā)工具采用的是Dreamweaver Myeclipse。 關鍵字 : JavaBean、 JDBC、 ODBC 菏澤學院本科生畢業(yè)論文 6 Based on B/S structure is Java personal blog development Student majoring in Computer science and technology Dukang Tutor LvFangXing Abstract: This thesis research topic is based on B/S structure Jsp personal blog development. This system mainly provide users with blog system. Through the demand analysis of the system, high level design and detailed design, so that the system has the database information retrieval and maintenance function, and fulfilled the blog system related operation function. In this system in the design and implementation of main USES the JSP (Java web Server JavaBean + + Servlet dynamic web design technology, and with Windows XP as operation environment, use browser/Server structure (B/S), backend database is MySQL Server as JSP, Tomcat support platform. Using development tool use is Dreamweaver 8, and programming tools Myeclipse. This system mainly consists of four function modules: 1. The main module function: set the user interface, accept the user to select, call the corresponding program blocks. 2 albums module function: accept blogger submit information, according to the information makes the corresponding add, delete, modify operation, and to the corresponding operation on the database operation, the modified database content, in order to offer the front desk calls 3. Log module function: according to the blogger submit information that the database add modification and deletion, update the database. For front desk calls. 4. Video module function: to achieve upload or delete video, and the database, 菏澤學院本科生畢業(yè)論文 7 in order to offer timely operation desk operation. 5. Shut get autorization module function: to achieve blogger personal information to add, delete, modify the function, and promptly to the database operation, for front desk calls. 6. Guestbook module function: provide your visitor with message way, background, and delete, viewer messages to the database, for even operation desk calls. This system mainly pleted the album module and log of the module, the detailed design blog closed after five modules of the system, achieves the help users to personal blog systems use purpose. Key word: JavaBean, JDBC, ODBC 菏澤學院本科生畢業(yè)論文 1 1 前言 問題的提出 隨著互聯(lián)網的不斷發(fā)展 ,人們的生活發(fā)生了巨大的變化 ,人們獲取信息資料的方式也發(fā)生了巨大的改變 ,越來越多的人喜歡到網上去收集信息 ,特別是近幾年 ,隨著數(shù)字化產品的不斷普及 ,人們越來越喜歡上 Blog(博客) ,當下個人博客得到了長足的發(fā)展 ,類似于新浪,網易,都有自己的博客系統(tǒng)。 是個人持續(xù)性的日記或評論。 抒發(fā)分享個人情緒:博客常用來抒發(fā)個人情緒,把生活中的不滿、郁悶或憤怒宣泄到博客上,或是網友們分享個人心情。借此,大部分人可以從網絡上通過個人博客進行網絡營銷。 相對應用于 Client 端(指的是瀏覽器端的 HTML 文件)內嵌的描述語言, Sun公司提供的 也支持類似的描述語言,它便是 Java 語言。網絡上傳送給客戶端的僅是得到的結果, JSP 對客戶瀏覽器的要求很低,支持無 Plug in, ActiveX,無 Java Applet、甚至無 Frame的瀏覽器。 版本包含更多的標準標簽。在這 對標志中的所有東西都會被腳 本描述語言引擎執(zhí)行。這使得以后對該頁面的調用有非??斓捻憫?。例如,如果 JSP 頁面訪問數(shù)據(jù)庫,可能生成許多到數(shù)據(jù)庫的連接,將極大地影響到數(shù)據(jù)庫的性能。 JSP 真正的對手是 ASP 和 PHP,還有最近才問世的 ,在 Web 技術方面 ASP, PHP 和 JSP 的比較見下表。Apache Web Server 下 JSP 的實現(xiàn)可以通過免費的 Apache Jserv 和 GNUJSP, JakartaTomcar 實現(xiàn)。但由于 PHP 技術本身的易學易用,加上眾多的函數(shù)支持和開放源代碼的特性,在中小型 Web 站點的開發(fā)上, PHP 還是會占有一席之地的。 Servlet 是 Java