搜索资源列表
ProCust
- 工厂--消费者模式,服务端代码.可用于监听客户端的请求并启动线程进行处理-factory -- the consumer model, the server code. Can be used to monitor the client's request and start the thread processing
GAOXIAOServer
- 一个服务器端主程序,服务器为每个用户访问都为他创建一个线程为他服务,用户操作完毕,线程生命周期结束 -main program a server, the server for each user visits to a thread he created for his services, user meeting, thread the end of the life cycle
server_services_of_chat_room_by_Java
- Java聊天室项目的服务器端:基于shocket 类似dos界面的,实现基本的聊天室的服务器端的功能.例如:监听客户请求,启动服务器线程,与客户端进行通信等-Java chat room project server : Based on similar dos shocket interface, achieve basic chat room server functions. For example : listening to customers request, start the s
SubjectSpider_ByKelvenJU
- 1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行
share_p2p
- 一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
wangluobianchengshiyan(4)
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
chatserver
- 利用Nio多线程实现用户随机聊天的一个简单例子 服务器用NIO技术实现,避免了服务器需要为每一个客户开启一个线程,并用多线程实现读写操作。-Multithread by Nio the user a simple example of random chat server technology with the NIO, to avoid the server needs to open a thread for each client, and read and write operati
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
javamessage-src
- java message client server thread-java message client server thread
CS
- 这是一个模拟用服务器线程的联网游戏的小程序,玩家可以和服务器来玩锤子,剪刀,布的游戏!-This is a simulated network with the server thread applet game, players and the server can play a hammer, scissors, cloth Game!
third
- 实现了管道线程,适合初学者学习。用java实现了服务器线程,以及QuoteClient和QuoteServer。-Achieved a pipe thread, suitable for beginners to learn. Achieved using java server thread, as well as QuoteClient and QuoteServer.
ServerThread
- 多用户聊天的服务器端的线程机制,发出来大家指点指点,我也可以学习学习。-Multi-user chat server thread mechanism, given that we' re all pointing pointing, I can learn from.
client_server
- Android实现模拟QQ的客户端,服务端用读写线程池,客户端和服务器通信用封装的超级消息对对象,此对象有发送者ID和接收者ID,客户端使用自定义的service接收Message-Android analog QQ client, server thread pool used to read and write, the client and server communications package super news objects, object sender ID and the
Server
- 多线程下载,包含服务端和客户端-Multi-thread download, including server and client
ThreadPool
- 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
Pool-of-Thread
- 用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
ATM
- java程序,模拟实现ATM功能,C/S模式,服务器多线程。-Java simulation program, the realization of ATM function, the C/S mode, the server thread.
SystemServer
- Server Thread extends Thread Source Code for Andriod.
Thread
- 采用多线程Thread构造一个服务器端和多个客户端的通信-Multithreading Thread communication using a configuration server and multiple clients