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

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

      基于MyEclipse的博客系統

       本文ID:LWGSW17991 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于MyEclipse的博客系統 (收費:1000 積分)  

      論文字數:13479.頁數:59

      摘要

       Blog--又稱“網絡日記”,是個人信息在網絡上的集中體現,Blog是繼Email、BBS、ICQ之后出現的第四種網絡交流方式,是網絡時代的個人“讀者文摘”,是以超級鏈接為武器的網絡日記,是代表著新的生活方式和新的工作方式,更代表著新的學習方式。一個Blog其實就是一個網頁,它通常是由簡短且經常更新的帖子所構成。Blog的內容和目的有很大的不同,從對其他網站的超級鏈接和評論,有關公司、個人構想到日記、照片、詩歌、散文,甚至科幻小說的發表或張貼都有。博客的特點是個人信息的公開發布性,交流性。本系統基于網絡博客的特點和普遍功能,設計了一個基本實現博客功能的系統。
       博客系統主要包括以下三個部分:前臺,個人博客管理、系統管理。本系統使用MySQL server來設計數據庫,使用MyEclipse 6.0.1作為開發工具,采用了B/S結構開發。
       本論文介紹了博客的知識、產生與歷史、現狀與發展趨勢。介紹了開發系統所用的技術。最后介紹了開發的過程和功能。重點說明了系統設計所遇到的難點和解決方案。

      關鍵詞:博客系統,BLOG,MySQL server,MyEclipse 6.0.1,B/S結構

      ABSTRACT

       Blog, another name “network diary”, is the concentrated embodiment of individual information in network. It is the forth intercommunion means which appeared after Email、BBS、ICQ. Blog is an individual reader tabloid in network age, which is called network diary by super-link and represents new life style and new work style, new study style all the more. A blog is actually a webpage which is common composed by short and often updated notes. There are many differences between content and aim in blog. In blog, you can see many things like super-link to other websites or comments, company and individual’s diaries、photos、poesy and essay, the publish or paste of science fiction. The characteristics of blog are public issuance and intercommunication of personal information. This system has been designed to implement blog functions based on internet blog’s features and common functions.
       There are there main parts in internet blog: foreground、individual blog management、system management. We has designed data-base using MySQL server and made MyEclipse 6.0.1 as exploitation tool in this system.
       This article will introduce bolg’s knowledge 、emergence and history 、status quo and development trend. Besides, it introduces the technology used in the system and exploitation process and function. This article puts the emphases on the difficulties encountered during system design and how to resolve these problems.

      Key words: Blog system,Blog,MySQL server,MyEclipse 6.0.1, B/S structure

      目錄

      摘要 I
      ABSTRACT II
      第1章 緒論 1
      1.1 開發背景 1
      1.2 開發內容 1
      第2章 概述與技術介紹 2
      2.1 博客系統概述 2
      2.2 博客系統技術介紹 2
      2.3 主要任務與目標 3
      2.4 本章小結 3
      第3章 博客系統需求與設計 4
      3.1 需求分析 4
      3.1.1 功能模塊劃分 4
      3.1.2 具體頁面實現功能 4
      3.1.3 系統結構 5
      3.2 系統功能模塊 6
      3.3 數據庫的設計與實現 7
      3.4 數據表的關系圖 11
      第4章 系統的環境配置 12
      4.1 數據庫配置 12
      4.2 系統環境配置 13
      4.2.1 JSP的服務器安裝與配置 13
      4.2.2 項目的建立與TOMCAT的集成與配置 14
      第5章 系統的功能實現 15
      5.1 數據庫連接設置 15
      5.2 系統管理模塊 15
      5.2.1 管理員登錄功能 15
      5.3.2 公告管理功能 17
      5.3.3 用戶管理 22
      5.3.4 日志管理 24
      5.4 個人博客管理模塊 27
      5.4.1 用戶登入功能 27
      5.4.2 用戶注冊 28
      5.4.3 日志管理 30
      5.4.4 相冊管理 35
      5.4.5 好友管理 38
      5.5 技術要點 41
      5.5.1 游客瀏覽的實現 41
      5.5.2 分頁 43
      5.6 系統維護 44
      第6章 結束語 45
      致謝 46
      參考文獻 47
      附錄 48


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:服裝信息網臺管理系統 下一篇:企業網站系統的設計
      Tags:基于 MyEclipse 博客 系統 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      <tfoot id="2cwk0"></tfoot>
    • <tfoot id="2cwk0"></tfoot>