CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - server thread

搜索资源列表

  1. ProCust

    0下载:
  2. 工厂--消费者模式,服务端代码.可用于监听客户端的请求并启动线程进行处理-factory -- the consumer model, the server code. Can be used to monitor the client's request and start the thread processing
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:971byte
    • 提供者:李朝阳
  1. GAOXIAOServer

    0下载:
  2. 一个服务器端主程序,服务器为每个用户访问都为他创建一个线程为他服务,用户操作完毕,线程生命周期结束 -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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:jar
  1. server_services_of_chat_room_by_Java

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5.21kb
    • 提供者:miracleboy
  1. SubjectSpider_ByKelvenJU

    1下载:
  2. 1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.82mb
    • 提供者:祝庆荣
  1. share_p2p

    0下载:
  2. 一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:63.5kb
    • 提供者:叶志勇
  1. java-TCP

    1下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:11.5kb
    • 提供者:zhang liang
  1. wangluobianchengshiyan(4)

    0下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:18.78kb
    • 提供者:cnwst
  1. chatserver

    0下载:
  2. 利用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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:38.21kb
    • 提供者:cunjia
  1. JAVAClient_Server

    0下载:
  2. 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:53.84kb
    • 提供者:
  1. javamessage-src

    0下载:
  2. java message client server thread-java message client server thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5.75kb
    • 提供者:刘辉
  1. CS

    0下载:
  2. 这是一个模拟用服务器线程的联网游戏的小程序,玩家可以和服务器来玩锤子,剪刀,布的游戏!-This is a simulated network with the server thread applet game, players and the server can play a hammer, scissors, cloth Game!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:6.08kb
    • 提供者:木杉
  1. third

    0下载:
  2. 实现了管道线程,适合初学者学习。用java实现了服务器线程,以及QuoteClient和QuoteServer。-Achieved a pipe thread, suitable for beginners to learn. Achieved using java server thread, as well as QuoteClient and QuoteServer.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2.17kb
    • 提供者:张涵
  1. ServerThread

    0下载:
  2. 多用户聊天的服务器端的线程机制,发出来大家指点指点,我也可以学习学习。-Multi-user chat server thread mechanism, given that we' re all pointing pointing, I can learn from.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:524byte
    • 提供者:Jcxy
  1. client_server

    0下载:
  2. 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
  3. 所属分类:Applet

    • 发布日期:2017-11-27
    • 文件大小:6.85mb
    • 提供者:gaohongfei
  1. Server

    0下载:
  2. 多线程下载,包含服务端和客户端-Multi-thread download, including server and client
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.48kb
    • 提供者:张曼
  1. ThreadPool

    0下载:
  2. 该程序是用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
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6.53mb
    • 提供者:wenjian
  1. Pool-of-Thread

    0下载:
  2. 用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:9.82mb
    • 提供者:淦华
  1. ATM

    0下载:
  2. java程序,模拟实现ATM功能,C/S模式,服务器多线程。-Java simulation program, the realization of ATM function, the C/S mode, the server thread.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:余赐繁
  1. SystemServer

    0下载:
  2. Server Thread extends Thread Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:5.31kb
    • 提供者:mienaowi
  1. Thread

    0下载:
  2. 采用多线程Thread构造一个服务器端和多个客户端的通信-Multithreading Thread communication using a configuration server and multiple clients
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:徐天
« 12 3 4 »
搜珍网 www.dssz.com