freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于java的分布式聊天系統(tǒng)設(shè)計(jì)-展示頁(yè)

2025-07-06 18:19本頁(yè)面
  

【正文】 . for example, Netmeeting, , MSNMessager and so on. This system development mainly includes two aspects of the server procedure of the network chat and the customer procedure of the network chat. The former establishes the server through the Socket, the server can read and deliver the information which client side sends, and can renovate the users tabulation. The latter make a connection with the server, carries on munication between the client side and the client side. With the LAN correspondence mechanism principle, through inheritting the Thread kind to establish the multithreading directly. In the development, it uses the elementary theory knowledge which the puter network programmes. for example, TCP/IP agreement, Client/Server pattern, network programming design method and so on. In the network programming, it realizes reading and transmission of the information, that is,informaton flows realize the information exchange, introduce information flow analysis for realizing a system, in which containes some basic software engineering methods. After analyzes these situations, this LAN chating tool takes Eclipse as the basic development environment and piles in JAVA language. first, it will establish the system application prototype in a short time. then, for the initial prototype system, it needs constantly revised and improved, until a viable system.Key words:JAVA。在網(wǎng)絡(luò)編程中對(duì)信息的讀取、發(fā)送,是利用流來(lái)實(shí)現(xiàn)信息的交換,其中介紹了對(duì)實(shí)現(xiàn)一個(gè)系統(tǒng)的信息流的分析,包含了一些基本的軟件工程的方法。其中用到了局域網(wǎng)通信機(jī)制的原理,通過(guò)直接繼承Thread類來(lái)建立多線程。前者通過(guò)Socket套接字建立服務(wù)器,服務(wù)器能讀取、轉(zhuǎn)發(fā)客戶端發(fā)來(lái)的信息,并能刷新用戶列表。本次設(shè)計(jì)的聊天系統(tǒng)就是模仿騰訊來(lái)設(shè)計(jì)的。********2011屆本科畢業(yè)論文畢業(yè)論文 題 目: 基于JAVA的聊天系統(tǒng)設(shè)計(jì)學(xué)生姓名: *** 學(xué)生學(xué)號(hào): 079080617 系 別: ******** 專 業(yè): ******** 屆 別: 2011 指導(dǎo)教師: *** 目 錄前言 (3)1 概述 (3) 開(kāi)發(fā)背景 (4) JAVA語(yǔ)言簡(jiǎn)介 (4) JAVA語(yǔ)言的特點(diǎn) (4) JAVA環(huán)境配置 (5) 分布式簡(jiǎn)介 (7) JAVA語(yǔ)言在分布式系統(tǒng)的應(yīng)用 (8)2 需求分析 (9) 系統(tǒng)說(shuō)明 (9) 系統(tǒng)功能簡(jiǎn)介 (9) 基本功能 (9) 界面設(shè)計(jì) (10)3 系統(tǒng)設(shè)計(jì) (10) 系統(tǒng)設(shè)計(jì)思想 (10) 聊天系統(tǒng)的功能模塊設(shè)計(jì) (10) 聊天系統(tǒng)工作原理圖 (10) 聊天系統(tǒng)功能圖 (11) 數(shù)據(jù)庫(kù)設(shè)計(jì) (12)4 詳細(xì)設(shè)計(jì) (12) 開(kāi)發(fā)環(huán)境工具 (12) 詳細(xì)代碼及說(shuō)明 (13) 服務(wù)器程序設(shè)計(jì) (13) 客戶端程序設(shè)計(jì) (13)5 測(cè)試 (17)6 總結(jié) (19) 畢業(yè)設(shè)計(jì)總結(jié)與展望 (19) 經(jīng)驗(yàn)和感想 (20)致謝 (20)參考文獻(xiàn) (21)基于JAVA的分布式聊天系統(tǒng)設(shè)計(jì)學(xué)生:**指導(dǎo)老師:**********************摘 要:隨著互聯(lián)網(wǎng)的快速發(fā)展,網(wǎng)絡(luò)聊天軟件已經(jīng)作為一種重要的信息交流工具,受到越來(lái)越多的網(wǎng)民的青睞。目前,出現(xiàn)了很多非常不錯(cuò)的聊天工具,其中應(yīng)用比較廣泛的有Netmeeting、騰訊、MSNMessager等等。該系統(tǒng)開(kāi)發(fā)主要包括網(wǎng)絡(luò)聊天服務(wù)器程序和網(wǎng)絡(luò)聊天客戶端程序兩個(gè)方面。后者通過(guò)與服務(wù)器建立連接,來(lái)進(jìn)行客戶端與客戶端的信息交流。開(kāi)發(fā)中利用了計(jì)算機(jī)網(wǎng)絡(luò)編程的基本理論知識(shí),如TCP/IP協(xié)議、客戶端/服務(wù)器端架構(gòu)(C/S)、網(wǎng)絡(luò)編程的設(shè)計(jì)方法等。經(jīng)過(guò)分析這些情況,該局域網(wǎng)聊天工具采用Eclipse為基本開(kāi)發(fā)環(huán)境和JAVA語(yǔ)言進(jìn)行編寫(xiě),首先可在短時(shí)間內(nèi)建立系統(tǒng)應(yīng)用原型,然后,對(duì)初始原型系統(tǒng)進(jìn)行不斷修正和改進(jìn),直到形成可行系統(tǒng)。 distributed。 Socket。這些軟件系統(tǒng)大多都采用C/S工作模式,制作這些軟件的公司在互聯(lián)網(wǎng)上免費(fèi)提供下載客戶端程序,卻不提供服務(wù)器程序。為了弄懂這些軟件的工作原理,所以我就開(kāi)始著手本課題的研究。正是因?yàn)檐浖奶匦?,所以分布式系統(tǒng)具有高度的內(nèi)聚性和透明性。內(nèi)聚性是指每一個(gè)數(shù)據(jù)庫(kù)分布節(jié)點(diǎn)高度自治,有本地的數(shù)據(jù)庫(kù)管理系統(tǒng)。在分布式數(shù)據(jù)庫(kù)系統(tǒng)中,用戶感覺(jué)不到數(shù)據(jù)是分布的
點(diǎn)擊復(fù)制文檔內(nèi)容
外語(yǔ)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1