文件名称:P2PCS
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-07-03
- 文件大小:
- 63kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
点对点数据交换(P2P):实现基于服务器转发的任意多点间的数据共享与交换
类似P2P的QQ聊天系统,有客户端和服务器端。
服务器端记录当前在线客户列表,把客户列表发送给每一个在线客户,并实时刷新。
任一个客户可以和任意其它的客户进行交互,即从在线客户列表中选择一个或一组其它客户通过服务器转发彼此进行交互,包括信息交互,文件交互。-Peer data exchange (P2P): server-based forwarding any more sharing and exchange of data between
P2P similar QQ chat system, a client-side and server-side.
Server records the current online customer lists, customer lists to send to each online customer, and real-time refresh.
Either a client can interact with any other clients, from online customer list, select one or a group of other customers to interact with each other through the server, including information exchange, document interaction.
类似P2P的QQ聊天系统,有客户端和服务器端。
服务器端记录当前在线客户列表,把客户列表发送给每一个在线客户,并实时刷新。
任一个客户可以和任意其它的客户进行交互,即从在线客户列表中选择一个或一组其它客户通过服务器转发彼此进行交互,包括信息交互,文件交互。-Peer data exchange (P2P): server-based forwarding any more sharing and exchange of data between
P2P similar QQ chat system, a client-side and server-side.
Server records the current online customer lists, customer lists to send to each online customer, and real-time refresh.
Either a client can interact with any other clients, from online customer list, select one or a group of other customers to interact with each other through the server, including information exchange, document interaction.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
P2PShareServer\build\classes\p2pshareprotocol\ShareProtocol.class
..............\.....\.......\................\UserInfo.class
..............\.....\.......\........server\MessageManager.class
..............\.....\.......\..............\P2PShareServer.class
..............\build.xml
..............\manifest.mf
..............\nbproject\build-impl.xml
..............\.........\genfiles.properties
..............\.........\private\private.properties
..............\.........\project.properties
..............\.........\project.xml
..............\src\p2pshareprotocol\ShareProtocol.java
..............\...\................\UserInfo.java
..............\...\........server\MessageManager.java
..............\...\..............\P2PShareServer.java
........Client\build\built-jar.properties
..............\.....\classes\p2pshareclient\ClientGUI$1.class
..............\.....\.......\..............\ClientGUI$2.class
..............\.....\.......\..............\ClientGUI$3.class
..............\.....\.......\..............\ClientGUI$4.class
..............\.....\.......\..............\ClientGUI$5.class
..............\.....\.......\..............\ClientGUI$6.class
..............\.....\.......\..............\ClientGUI.class
..............\.....\.......\..............\FileRecieve.class
..............\.....\.......\..............\FileSend.class
..............\.....\.......\..............\P2PShareClient.class
..............\.....\.......\........protocol\ShareProtocol.class
..............\build.xml
..............\dist\P2PShareClient.jar
..............\....\README.TXT
..............\manifest.mf
..............\nbproject\build-impl.xml
..............\.........\genfiles.properties
..............\.........\private\private.properties
..............\.........\.......\private.xml
..............\.........\project.properties
..............\.........\project.xml
..............\src\p2pshareclient\ClientGUI.form
..............\...\..............\ClientGUI.java
..............\...\..............\FileRecieve.java
..............\...\..............\FileSend.java
..............\...\..............\P2PShareClient.java
..............\...\........protocol\ShareProtocol.java
........Server\build\classes\p2pshareprotocol
..............\.....\.......\p2pshareserver
........Client\build\classes\p2pshareclient
..............\.....\.......\p2pshareprotocol
..............\.....\generated-sources\ap-source-output
........Server\build\classes
..............\nbproject\private
..............\src\p2pshareprotocol
..............\...\p2pshareserver
........Client\build\classes
..............\.....\empty
..............\.....\generated-sources
..............\nbproject\private
..............\src\p2pshareclient
..............\...\p2pshareprotocol
........Server\build
..............\nbproject
..............\src
........Client\build
..............\dist
..............\nbproject
..............\src
P2PShareServer
P2PShareClient