CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RMI server

搜索资源列表

  1. RMI入门例子

    0下载:
  2. RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86720
    • 提供者:李俊
  1. 【用RMI构建聊天应用程序】

    0下载:
  2. 用RMI构建聊天应用程序: 其基本思想是:多个客户通过APLLET进行聊天,客户的聊天内容分别显示在各自的 TextArea 内,要做到这些,需要做到: 1、客户首先向服务器注册,告知服务器它在监听某主题; 2、客户注册之后,向服务器发送消息; 3、服务器再把消息发送给所有监听此主题的客户-Construction chatting with RMI application : The basic idea is : many customers APLLET for c
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:8640
    • 提供者:杨旭迎
  1. Source

    0下载:
  2. rmi server web service for a stock track systerm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14956910
    • 提供者:ericfigo
  1. 关于实现加法的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example, the examp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8273
    • 提供者:郑云洲
  1. 较为复杂的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,这个例子较为复杂。此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7845
    • 提供者:郑云洲
  1. Timer

    0下载:
  2. 用RMI实现在JAVA环境下服务器与客户端的时钟同步。-RMI implementation using JAVA environment in the server and the client clock synchronization.
  3. 所属分类:Remote Control

    • 发布日期:2017-03-29
    • 文件大小:70281
    • 提供者:Echo
  1. RMI

    0下载:
  2. RMI的源程序 server端实现了梅森素数的查找 客户端调用服务查找-RMI source server-side to achieve a Mersenne prime search service to find the client calls
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1605
    • 提供者:胡正坤
  1. RMIOperate3

    0下载:
  2. RMI通讯,可以远程访问服务器端获取消息,给客户端应用在广域网.-RMI communications, can be remote access server-side access to news, to the client applications in wide area network.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:4717
    • 提供者:vv
  1. java

    0下载:
  2. 用RMI方法实现当地的Java聊天程序,是基于一个服务器端的多个客户端的聊天程序。只需进行编译后即可运行。-Use RMI methods to achieve local Java chat program is based on a multiple client server chat program. Just be compiled to run.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2326
    • 提供者:wangdong
  1. spring.rmi

    0下载:
  2. spring rmi通信配置未例,通过spring配置客户端与服务器端通过rmi进行通信,从而为客户端为rcp的运用提供数据传输的能力,也可用于服务端间的通信,速度很快。 项目需要myeclipse,需要的LIB已经全部加入。-spring rmi communication configuration without cases, through the spring configuration client and server communicate via rmi to the cl
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-01
    • 文件大小:14245862
    • 提供者:砂砂
  1. RMI_1

    0下载:
  2. 编写简单的HTTP 1.0 客户端程序,编写简单的HTTP 1.0 服务器程序 编写多线程Web服务器 编写RMI程序-Write a simple HTTP 1.0 client program, write a simple HTTP 1.0 server program write multi-threaded Web server writing RMI programs
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:829125
    • 提供者:DANDAN
  1. RMI

    0下载:
  2. 编写简单的HTTP 1.0客户端/服务器程序,多线程Web服务器以及简单的RMI程序-Write a simple HTTP 1.0 client/server applications, multi-threaded Web server and a simple RMI program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:114486
    • 提供者:DANDAN
  1. RMI_DEMO

    0下载:
  2. RMI服务器端和客户端调用DEMO,包括JAVA标准RMI方式和使用SPRING RMI代理方式(ECLIPSE工程,需要JDK1.4或以上)。-RMI server and client called DEMO, including JAVA standard methods and the use of SPRING RMI RMI proxy mode (ECLIPSE project, which requires JDK1.4 or above).
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4800068
    • 提供者:hjjwind
  1. rmi-server

    0下载:
  2. RMI Server implementation
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:15826
    • 提供者:imachol
  1. server

    0下载:
  2. RMI 的客户端与服务器程序 学习RMI的可以-The client and RMI server program
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:3002
    • 提供者:梅宇
  1. RMI

    0下载:
  2. This file contains two files rmi server and rmi client and implements remote method invvocation in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2997
    • 提供者:qwueene
  1. RMI

    0下载:
  2. This simple implementation of RMI Server and RMI Client -This is simple implementation of RMI Server and RMI Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-15
    • 文件大小:7329
    • 提供者:kmrudula11
  1. java-rmi-server

    0下载:
  2. java rmi远程调用服务器搭建,rmi具体实现步骤说明,- java rmi remote call server build, rmi specific implementation steps described
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:5084
    • 提供者:王倩
  1. java-RMI-math-operator-server-client

    0下载:
  2. A java RMI server client math operator. Simple project for the network services class.-A java RMI server client math operator. Simple project for the network services class.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:damianpd
  1. rmi

    0下载:
  2. server for simple rmi
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:6318080
    • 提供者:ddc97
« 12 3 4 5 6 »
搜珍网 www.dssz.com