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

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

      基于SSH框架的聊天室系統(tǒng)的設計與實現(xiàn)

       本文ID:LWGSW14610 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于SSH框架的聊天室系統(tǒng)的設計與實現(xiàn) (收費:1000 積分)  

      論文字數(shù):14442,頁數(shù):48

      摘要
       
       隨著網(wǎng)絡技術飛速發(fā)展的今天,人們的生活和工作也越來越離不開信息網(wǎng)絡的支持,順應這一趨勢,涌現(xiàn)出了許多的網(wǎng)絡交流方式,如電子郵件、電子論壇等。但是,即使如此,還是有很多交流方式不能更接近于現(xiàn)實生活中最大量的互動。于是有人提出了在線交談,這其中的代表就是網(wǎng)絡聊天室。
       網(wǎng)絡聊天室的最大優(yōu)點就是網(wǎng)民之間能夠實時互動。它為廣大網(wǎng)民提供了一種方便快捷的溝通方式。具有相同興趣的網(wǎng)民雖然互不認識,但可以通過網(wǎng)絡聊天室來交流和學習。
       本文主要介紹通過SSH(Struts+Spring+Hibernate)框架及Ajax技術來實現(xiàn)一個簡單的網(wǎng)絡聊天室。介紹了SSH框架及Ajax的基本知識,分析了聊天室的工作原理。其中重點介紹了網(wǎng)絡聊天室的各個模塊的功能及實現(xiàn)方法。
       
      關鍵詞: 聊天室,SSH,Ajax

      Abstract
       
       As the technology of network developing fast today, People's life and work more and more can not do without the support of the information network, In order to temporize this trend, different kinds of network communication methods appear, such as Emil, BBS etc. Even though, there are still many modes of communication can not be closer to real life and the maximum amount of interaction. Someone proposed an online chat; one of them is internet chat rooms.
       One of the biggest advantages of internet chat rooms is real-time interaction between users. It provides a vast number of Internet users convenient and efficient modes of communication. With the same interest in the Internet while not know each other, but we can through the Internet chat rooms to communicate and learning.
       This thesis talked about through SSH (Struts + Spring + Hibernate) framework and Ajax technology to develop a simple Internet chat room. Also talked about basic knowledge of Ajax and SSH framework. It analyses this system work principle. Focus on the function and to implementation the system.
       
       Keywords: Chat Room, SSH, Ajax

      目錄

      摘要 I
      Abstract II
      第1章 引言 1
      1.1 背景 1
      1.2 研究內(nèi)容 2
      第2章 聊天室系統(tǒng)的基本概述 4
      2.1 J2EE的基本概念 4
      2.2 J2EE體系架構概述 5
      2.3 系統(tǒng)開發(fā)平臺及工具簡介 6
      2.3.1 Eclipse開發(fā)工具 6
      2.3.2 Tomcat服務器 7
      2.3.3 Oracle 10g數(shù)據(jù)庫 10
      第3章 MVC模式與Struts框架的原理與應用 11
      3.1 MVC模式 11
      3.1.1 MVC結構 11
      3.1.2 MVC處理過程 11
      3.2 Struts框架及其原理 12
      3.2.1 Struts框架簡介 12
      3.2.2 Struts如何實現(xiàn)MVC 13
      3.3 Struts的工作流程 13
      第4章 聊天室系統(tǒng)的數(shù)據(jù)庫設計與訪問 15
      4.1 數(shù)據(jù)庫需求分析 15
      4.2 數(shù)據(jù)結構概念設計 15
      4.3 數(shù)據(jù)庫邏輯結構設計 15
      4.4 Eclipse中配置數(shù)據(jù)庫 16
      4.4.1 配置JDBC驅動 16
      4.4.2 創(chuàng)建要連接的數(shù)據(jù)文件 18
      4.5 數(shù)據(jù)庫訪問方法 19
      4.5.1 Hibernate簡介 19
      4.5.2 創(chuàng)建Hibernate框架 20
      第5章 聊天室系統(tǒng)的總體設計方案 22
      5.1 SSH框架簡介 22
      5.2 系統(tǒng)的模塊設計 23
      5.3 系統(tǒng)的軟件實現(xiàn) 24
      5.3.1 SSH框架搭建 24
      5.3.2 系統(tǒng)詳細流程 26
      5.4 定義配置和資源文件 27
      5.5 登陸模塊 27
      5.6 注冊模塊 29
      5.7 表單校驗 31
      5.8 聊天模塊 32
      5.8.1 聊天界面 32
      5.8.2 用戶列表 33
      5.8.3 聊天信息 33
      5.8.4 發(fā)送 34
      5.8.5 清屏 35
      5.8.6 屏蔽 35
      5.8.7 退出聊天室 36
      5.8.8 表情 37
      5.8.9 顏色 37
      5.8.10 悄悄話 38
      第6章 結束語 40
      第7章 致謝 42
      參考文獻 43
      附錄 源代碼 45


      相關論文
      本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于PB的房屋租賃系統(tǒng)的設計與實現(xiàn) 下一篇:通用企業(yè)建站系統(tǒng)的設計與實現(xiàn)
      Tags:基于 SSH 框架 聊天室 系統(tǒng) 設計 實現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文