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. coursesystem

    0下载:
  2. 课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:17451
    • 提供者:li
  1. RMITest

    0下载:
  2. 包括继承Remote接口,服务器端提供远程对象,客户端来调用这一远程对象,基本体现了RMI的基本功能。-including inheritance Remote interface server for remote objects, the client calls to the remote object. basic reflects the RMI's basic functions.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:24133
    • 提供者:yxj
  1. RMIexample

    0下载:
  2. 这个一个远程方法调用(RMI)例子,客户端获取上次登陆的时间.这里的服务器要连上 sqlServer,来存储不同用户登陆的时间.-this a remote method invocation (RMI) example, client access to the last landing time. here the server to connect sqlServer. different users to store landing time.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:117077
    • 提供者:邹文科
  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. 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. mms

    0下载:
  2. 应用于华为中国移动甘肃项目组的彩信发送平台全套代码,未纳入产品线,版权为本人个人所有 使用JAVA和Spring框架开发(用到了Spring的RMI),部署于AIX系统,服务器端部署于能和移动MMSC通信的主机上,客户端拼装彩信内容并转换为字节流,通过RMI调用服务端方法进行发送(适用于客户端服务器无法直接连接移动彩信网关的情况)也可将客户端和服务器端部署与同一台主机(适用于客户端服务器可直接连接移动彩信网关的情况) 内涵代码、API手册及使用说明-Huawei applied to t
  3. 所属分类:MMS

    • 发布日期:2017-05-20
    • 文件大小:6059979
    • 提供者:马亮
  1. JAVA_RMI_Win

    0下载:
  2. Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer -Client/Server
  3. 所属分类:Education soft system

    • 发布日期:2017-04-26
    • 文件大小:14718
    • 提供者:szymon
  1. RMI_SIMPLE

    0下载:
  2. Simple RMI app that is able to do 2 + 3 executed in the model server - client
  3. 所属分类:Home Personal application

  1. CLIENT-SERVER-CHAT-FRAMES

    0下载:
  2. RMI program.used for remote method invocation
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2235
    • 提供者:San
  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. RMI的使用,分为客户端和服务器端 通过建立server端,使得客户端可以连接上去-The use of RMI, is divided into client and server side, through the creation of server-side, so that clients can connect up
  3. 所属分类:WinSock-NDIS

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

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

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

    0下载:
  2. 名称:RMI BrokerTool简介:使用RMI编程,服务端和客户端的BrokerTool。 完整实现所有功能,包括stock 和 portfolio。 MVC范式,,RMI带回调,客户端同步刷新。内容:src文件夹 -- 所有源代码 server.bat -- 服务端 client.bat -- 客户端-RMI BrokerTool -Name: the RMI the BrokerTool Profile,: programming using RMI server and clien
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14049
    • 提供者:郭娟
  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. rmi

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

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