搜索资源列表
chat
- socket技术,一个简单的*面的聊天程序,可以实现登录聊天室和多个人聊天。-socket technology, a simple chat program free interface, can achieve more than one person log on to chat rooms and chat.
socket
- 客户端,使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;会话完成后,关闭Socket。客户端不需要指定打开的端口,通常临时的、动态的分配一个1024以上的端口。 服务器,使用ServerSocket监听指定的端口,端口可以随意指定(由于1024以下的端口通常属于保留端口,在一些操作系统中不可以随意使用,所以建议使用大于1024的端口),等待客户连接请求,客户连接后,会话产生;在完成会话后,关闭连接。 -Client, use the Socket o
fifth-chess
- 这是空闲的时候写的局域网对战五子棋,用来和朋友玩的。 开发环境是java,支持局域网内主机间联机对战,但是单机部分还未实现,有兴致的童鞋可以自己尝试着编写一下。主要技术是socket编程以及多线程,有兴趣的可以参看一下。-I programed the game at the free time to play with my friends. It is a java application and support local host connection. But the AI didn
TcpClient
- GUI加Socket编程,实现聊天室和自由会话功能,可以动态选择模式。 -GUI plus Socket programming, chat rooms and free conversation function, you can dynamically select the mode.
FileUpload
- 该源码阐述了如何利用Socket和Http协议断点续传文件的方法,同时包含进度条和自由选择文件的功能。-The source describes how to use the Socket and Http protocols HTTP file method also includes functional progress bar and free choice of the file.
