说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> XML远程方法调用
1)  XML Remote Procedure CaIl(XML-RPC)
XML远程方法调用
2)  XML-RPC
XML远程过程调用
3)  XML Remote Procedure Call (XML RPC)
XML远程过程调用(XML-RPC)
4)  RMI
远程方法调用
1.
Development of Distributed Computing Application System based on RMI;
基于远程方法调用开发分布计算系统
2.
Java remote method invocation(RMI) is one of approaches to develop distributed system,but in practice too many repeated remote method invocations may affect the performance of application.
Java中的远程方法调用是实现分布式系统的主要技术之一,但在实际应用中,过多重复的远程方法调用会影响程序性能。
3.
With the research of architecture and mechanism of Remote Method Invocation,gives an means to develop system with Java RMI in an example.
对Java远程方法调用的体系结构与调用机制进行研究,通过一个实例给出利用Java RMI实现远程方法调用。
5)  remote method invocation
远程方法调用
1.
Using remote method invocation (RMI) and a distributed object-oriented technique, this paper presents a systematic approach to developing a manufacturing execution system (MES) framework, which is open, modularized, distributed, configurable, interoperable and maintainable.
采用面向分布式对象的远程方法调用(RMI)技术,提出了一种开发开放式、模块化、分布式、可配置、可集成和可维护的制造执行系统(MES)框架的系统方法。
2.
In this method, task has been not only migrated from heavy load computer to light load computer, but also operated on light load computer based on object serialization, multi-thread and remote method invocation of Java.
该方法基于Java的对象序列化机制、多线程机制、远程方法调用(remotemethodinvocation,RMI)技术,实现了将重载机上的任务迁移至轻载机上执行。
3.
In this paper,four key issues are discussed,which are distributed algorithm analysis and design,Java remote method invocation system,multithreading synchronization and load-balancing.
针对标准Hough变换存储空间需求高、计算量大的缺陷,提出了一种用分布式并行计算实现Hough变换的方法,对分布式算法的分析与设计、Java远程方法调用、多线程同步、负载均衡等关键问题进行了讨论。
6)  Java RMI
Java远程方法调用
1.
According to the expanding network, to enhance the management ability of network management system, a distributed solution is presented with CORBA and Java RMI technology.
考虑到网络规模的扩大,为了增强网管系统的管理能力,将公用对象请求代理结构和Java远程方法调用应用到网管系统中,提出了一种高度可部署的分布式方案。
补充资料:Pro/E中快速调用外部程序
当我们在使用proe进行设计时,难免会使用一些外部的应用程序

通常我们都会把proe最小化到桌面后去寻找所需要的次序、或者在Windows的程序组中寻找 这样比较不方便。


其实利用proe的mapkey功能就可以解决这个问题,下面以使用计算器为例


首先,建立一个bat文件,编辑以下内容:


@echo off


REM Start Calculator


set C:\WINNT\SYSTEM32


start calc.exe


exit


然后在proe中打开Environment > Mapkeys > New


如下图的操作



保存后就可以在proe中以快捷键F10打开Windows的计算器程序了


依次类推可以其他的快捷键打开任意应用程序。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条