网站首页  词典首页

请输入您要查询的英文单词:

 

单词 XML-RPC
释义

XML-RPC

  • 网络的客户端库;远程过程调用;应用程式连接机制
1.
的客户端库
Python标准库 ... 12.9 json—javascript 对象记法557 12.10 xmlrpclib—xml-rpc 的客户端库567 14.4 readline—gnu readline 库66…
www.douban.com
2.
远程过程调用
最近,XML 已经被用于远程过程调用(XML-RPC)。客户端将函数名和参数值用 XML 编码后通过 HTTP 发送 至服务器,服务器 …
wenku.baidu.com
3.
应用程式连接机制
joomla - Chris 部落格--IT技术笔记 ... User - 使用者 XML-RPC - 应用程式连接机制 Search - Content 文章-搜寻引擎 ...
sites.google.com
4.
实作
XML新网页语言开... ... XLink 7.2.2 XML 简易链接 7.2.3 XML-RPC 11.2.2 XML-RPC 实作 11.3 XML=SOAP 11.3…
www.golden-book.com
5.
实现
PHP for Flash... ... XML-RPC 236 14.1.1 XML-RPC 实现 240 14.1.3 AMF-RPC 619 A.1.3 访问远程服务的四个步骤 621 ...
www.golden-book.com
6.
易于使用
易于使用 (XML-RPC) 设计简单 (XML-RPC) NuSOAP介绍: 安装配置: 范例: 复杂数据类型的使用: WSDL WSDL是一种用于描 …
fanqiang.chinaunix.net

例句

释义:
1.
The XML- RPC implementation library you choose will do all that work for you , if you provide valid inputs .
只要提供了有效输入,您所选择的XML-RPC实现库将为您完成所有工作。
www.bing.com
2.
XML- RPC is a powerful and simple message passing system that excels in the sort of application described in this article .
RPC是一个强大而又简单的消息传递系统,超过了本文中所描述那种应用程序。
www.bing.com
3.
XML-RPC is the realization of this idea: it is nothing more than ordinary RPC, but with XML -- instead of XDR -- as the encoding format.
XML-RPC是这种想法的实现:它只不过是普通的RPC,但是用XML-而不是XDR-作为编码格式。
www.ibm.com
4.
In RPC (and XML-RPC), encoding can only occur for a predefined set of data types.
在RPC(和XML-RPC)中,编码只可能针对预先定义的数据类型发生。
www.ibm.com
5.
The front-end code can only get to the underlying data by making these XML-RPC calls.
前端代码只有通过调用这些XML-RPC才能够接触到底层数据。
www.ibm.com
6.
In the next article, we will take a look at a more complex and practical example of XML-RPC.
在下一篇文章中,我们将研究一个更复杂、更实用的XML-RPC示例。
www.ibm.com
7.
Don't let the name fool you; this really is Perl's XML-RPC library, which for historical reasons has this unexpected name.
不要被它的名称所蒙蔽;这实际上是Perl的XML-RPC库,由于历史原因才有了这个意外的名称。
www.ibm.com
8.
In practice, though, XML-RPC's datatypes are often flexible enough to do complex tasks.
然而,实际上,XML-RPC的数据类型通常足够灵活,能够完成复杂的任务。
www.ibm.com
9.
Also like the Perl library, PHP allows the programmer to look at the underlying XML-RPC conversation for debugging.
同样与Perl库类似,PHP使程序员能够查看底层的XML-RPC会话,以便用于调试。
www.ibm.com
10.
Using XML for messaging has become popular enough to have produced these two alternatives: XML-RPC and SOAP.
使用XML进行消息传递已经非常流行,以至于已经产生了两个替代品:XML-RPC和SOAP。
www.ibm.com
1.
XML-RPC: Study the XML-RPC specification and its variety of implementations for RPC in a distributed computing environment.
XML-RPC:学习XML-RPC规范以及分布式计算环境中的RPC的各种实现。
www.ibm.com
2.
XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed, and returned.
XML-RPC的定义尽可能简单,但能够传送、处理和返回复杂的数据结构。
www-128.ibm.com
3.
XML-RPC is a simple Web service protocol that takes the pain out of building middleware.
XML-RPC是简单的Web服务协议,它用于构建中间件。
www-128.ibm.com
4.
XML-RPC has a few additional artifacts -- like the need to wrap the whole object in a one-item tuple -- but these are minor issues.
XML-RPC有几个额外的构件―就象需要将整个对象封装在包含一项的元组中―但这些都是小问题。
www.ibm.com
5.
For single value datatypes, and , which respectively denote string and integer data, are the workhorses for most XML-RPC programs.
因为单值数据类型和(分别表示字符串和整数数据)在大部分XML-RPC程序中广为使用。
www.ibm.com
6.
XML-RPC, SOAP, gnosis. xml. pickle, and the XML serializer libraries in various languages take a generic approach to representing mappings.
各种语言中的XML-RPC、SOAP、gnosis.xml.pickle和XML序列化器库采用常规方法来表示映射。
www.ibm.com
7.
I'd say that close to 75 percent of those who are enamored with SOAP actually are enamored with simple XML-RPC.
我想说,倾心于SOAP中接近于75%的人实际是倾心于简单的XML-RPC。
www.ibm.com
8.
This is the sort of information defines an API to the XML-RPC listener.
这是定义XML-RPC监听器的API的分类信息。
www.ibm.com
9.
Given this brief theoretical background, let's solve a real world problem with XML-RPC middleware.
根据这个简短的理论背景,让我们使用XML-RPC中间件来解决现实世界中的一个问题。
www.ibm.com
10.
XML-RPC is built on HTTP and, like ordinary Web traffic, its stateless conversations are of the request and response variety.
XML-RPC是构建在HTTP之上的,并且,像普通的Web通信量一样,它的无状态会话是各种各样的请求和响应。
www.ibm.com
1.
More basic efforts include XML-RPC, a precursor to SOAP that was only capable of RPC, and various forms of HTTP usage without SOAP.
更基本的工作包括的XML-RPC,SOAP协议的前奏是唯一有能力的RPC,以及各种形式的HTTP使用没有肥皂。
q.sohu.com
2.
If it isn't, the document is well-formed, and you send an XML-RPC response message.
如果没有进行设置,则文档是格式良好的文档,然后发送XML-RPC响应消息。
www.ibm.com
3.
On the project I ve described in this article, we used XML-RPC to facilitate external scripting of our application for testing purposes.
在本文所描述的项目中为了进行测试,我们使用XML-RPC来帮助应用程序进行外部脚本编制。
www-128.ibm.com
4.
Koi uses XML-RPC as the communications model in its client-server architecture.
Koi将XML-RPC用作其客户机-服务器体系结构中的通信模型。
www.ibm.com
5.
The four technologies that you will examine in this column are SOAP, CORBA, XML-RPC, and good, old-fashioned low-level sockets.
在本专栏中,您将要探讨的四项技术是SOAP、CORBA、XML-RPC和优秀的、传统的、低级别的套接字。
www.ibm.com
6.
We ll go over some highlights in this section to set the stage for how we used XML-RPC on our project.
本节中,我们将介绍一些重点,以便为如何在项目中使用XML-RPC做好准备。
www-128.ibm.com
7.
We wrote a simple testing framework in Ruby and had it make XML-RPC requests to our app, which included the Marquee Java XML-RPC server.
我们用Ruby编写了一个简单的测试架构并使之向应用程序发出XML-RPC请求,这都包含在MarqueeJavaXML-RPC服务端上。
www-128.ibm.com
8.
An XML-RPC message is an HTTP-POST request with an XML body.
一个XML-RPC消息就是一个请求体为XML的HTTP-POST请求。
www-128.ibm.com
9.
SOAP and XML-RPC are designed for Web services and therefore use HTTP as the transport protocol.
SOAP和XML-RPC设计用于Web服务,因而使用HTTP作为其传输协议。
www-128.ibm.com
10.
both FTP and XML-RPC do not have such independent presentation components.
FTP和XML-RPC两者都没有这样的独立的显示组件。
wiki.ubuntu.org.cn
1.
XML-RPC only understands regular positional arguments and arguments with default values.
XML-RPC只能理解规定位置的变量和缺省值的变量。
wiki.ubuntu.org.cn
2.
These developers could gain a lot from moving to a SOAP-based or XML-RPC-based communication model.
这些开发人员可以从转向基于SOAP或基于XML-RPC的通信模型中获益匪浅。
www.ibm.com
3.
If the variable is set, the document is not well-formed, and you instead send an XML-RPC fault response.
如果设置了该变量,则文档不是格式良好的文档,并发送XML-RPC错误响应。
www.ibm.com
4.
Unfortunately, the XML-RPC specification doesn't provide any standard discovery method for listeners to transmit this information.
不幸地是,XML-RPC规范没有为监听器提供任何标准的发现方法来用于传输这个信息。
www.ibm.com
5.
And one very simple, open architecture middleware protocol that works well in Web applications is XML-RPC.
一个非常简单的、开放的体系结构中间件协议是XML-RPC,它在Web应用程序中工作良好。
www.ibm.com
6.
In my previous article (see Resources), I introduced XML-RPC (see Resources) as an easy way to execute functions on remote machines.
在我的前一篇文章中(请参阅参考资料),我介绍了XML-RPC(请参阅参考资料)作为一种在远程机器上执行函数的容易的方法。
www.ibm.com
7.
XML-RPC structures are formed with key-value pairs, which should feel natural to Perl, Python, and PHP coders.
XML-RPC结构是使用关键字-值对形成的,对于这一点,Perl、Python和PHP编码人员应该觉得很自然。
www.ibm.com
8.
XML-RPC is truly simple, which makes it worth considering for distributed applications.
XML-RPC确实很简单,这使值得在分布式应用程序中考虑它们。
www-128.ibm.com
9.
Installed, you may be surprised at how little code it takes to make an XML-RPC call.
您可能会惊讶它只用那么少的代码调用XML-RPC。
www-128.ibm.com
10.
Listing 6 shows a simple XML-RPC server that handles the requests from our XML-RPC client discussed earlier.
清单6显示了一个简单的处理先前讨论的XML-RPC客户端请求的XML-RPC服务程序。
www-128.ibm.com
1.
Based on the research of the XML-RPC and BEEP protocols, this paper presents a distributed object technology to resolve the problem.
该文通过对XML-RPC和BEEP协议的研究,设计并实现了基于XML-RPC的分布式对象技术,解决了在分布式防火墙下的分布式通信问题。
www.dictall.com
2.
This XML-RPC structure is represented in Perl as a hash reference.
在Perl中,这个XML-RPC结构表示成散列引用。
www-128.ibm.com
3.
Finally on line 9, the connection is made with the XML-RPC listener and a response object is returned.
最后,在第9行,返回XML-RPC监听器和响应对象之间的连接。
www.ibm.com
4.
When it came time to ship the app, we simply turned off the XML-RPC server.
当到了要配送该应用程序的时候,我们仅关闭XML-RPC服务程序就可以了。
www-128.ibm.com
5.
JAX-RPC's dynamic invocation interface (DII) is the Call object (javax. xml. rpc. Call).
JAX-RPC的动态调用接口(DynamicInvocationInterface,DII)是Call对象(javax.xml.rpc.Call)。
www.ibm.com
6.
Page contains links to various XML-RPC client and server implementations.
页包含了到各种XML-RPC客户程序和服务程序实现的链接。
www-128.ibm.com
7.
A very common way to communicate with remote systems is via XML-RPC, a very light-weight protocol on top of HTTP.
一个用来同远程系统通讯的非常通用的方式就是通过XML-RPC,它是一个基于HTTP的非常轻量级的协议。
wiki.ubuntu.org.cn
8.
DII defines a javax. xml. rpc. Call object instance for dynamic invocation.
DII为每一个动态调用定义一个javax.xml.rpc.Call对象示例。
www.ibm.com
9.
These functions can be used to write XML-RPC servers and clients.
这些函数可用于编写XML-RPC服务端和客户端。
www.phpx.com
10.
Using the fully qualified name of the WSDL's service, you construct a javax. xml. rpc. Service object.
通过使用WSDL的服务完全限定名称构造javax.xml.rpc.Service对象。
www.ibm.com
1.
All I need to do is create a javax. xml. rpc. namespace. QName object which represents the type.
我所需要做的就是创建一个表示类型的javax.xml.rpc.namespace.QName对象。
www.ibm.com
2.
XML-RPC defines procedure calls encoded in XML and communicated over HTTP.
XML-RPC定义了使用XML编码并通过HTTP通信的过程调用。
www.ibm.com
3.
This integer is then returned to the XML-RPC client.
然后这个整数返回给XML-RPC客户端。
www-128.ibm.com
4.
The handle(javax. xml. rpc. handler. MessageContext msgCtx) method is invoked when your handler is required to process an in-flight message.
当您的处理程序需要处理消息时,handle(javax.xml.rpc.handler.MessageContextmsgCtx)方法将被调用。
www.ibm.com
5.
Listing 5 shows a simplified sample of what our XML-RPC wrapper class looked like.
清单5显示了说明XML-RPC包装类样子的简化示例。
www-128.ibm.com
6.
An introductory XML-RPC program needs a meatier framework.
XML-RPC的入门程序需要一个更丰富的框架。
www.ibm.com
7.
Table 1 shows the XML-RPC middleware API for this application's user accounts data store.
表1给出了这个应用程序的用户账号数据存储的XML-RPC中间件API。
www.ibm.com
8.
Consider, for example, the fact that your XML data can be sent, relatively unchanged, into an XML-RPC call with little to no overhead.
例如,考虑这样的事实,用很少或无系统开销就可以相对不修改地将XML数据发送到XML-RPC调用。
www.ibm.com
9.
SOAP has made starts on these and XML-RPC requires that you, the programmer, handle these issues.
SOAP已经开始着手解决这些问题了,而XML-RPC则要求您(程序员)处理这些问题。
www.ibm.com
10.
In JAX-RPC, the dynamic invocation object is javax. xml. rpc. Call.
在JAX-RPC中,动态调用对象为javax.
www.ibm.com
1.
In particular, I looked at RPC, XML-RPC, and SOAP, dissecting what is included with each technology.
特别是,我查看了RPC、XML-RPC和SOAP,剖析了每项技术所包含的。
www.ibm.com
2.
The other important detail to remember is that XML-RPC has a finite set of datatypes.
另一个需要记住的重要细节是XML-RPC具有一个数据类型的有限集。
www.ibm.com
3.
Finally, picture an XML-RPC sender at one place of business sending an XML-RPC payload to another business.
最后,想象在某处企业的XML-RPC发送方将一个XML-RPC有效负载发送到另一个企业。
www.ibm.com
4.
" Enable C applications for Web services using XML-RPC" is a step-by-step guide to exposing C methods as services.
“使用XML-RPC为C 应用程序启用Web服务”是将C 方法公开为服务的分步指南。
www.ibm.com
5.
Many people have commented to us that XML-RPC can fill most of the roles that SOAP does.
许多人已经向我们说过XML-RPC可以胜任SOAP能胜任的大多数角色。
www.ibm.com
6.
Now I know you may be feeling cheated here, as this is an article about SOAP, and you are getting an XML-RPC code sample.
现在,我知道您可能有一种被欺骗的感觉,因为本文是关于SOAP的文章,而您正在获取XML-RPC代码样本。
www.ibm.com
7.
You can turn on debugging in the XML-RPC object to verify this.
您可以在XML-RPC对象中开启调试来校验它。
www-128.ibm.com
8.
The second benefit to CORBA (over SOAP or XML-RPC) is that its message format is binary, though this is in some ways a hindrance as well.
CORBA的第二个优点(相对于SOAP或XML-RPC)是,它的消息是二进制格式的,虽然在某些方面来说这也是一个缺点。
www.ibm.com
9.
Listing 4 shows the sequence using the various XML-RPC calls to the remote service.
清单4给出向远程服务发送各种XML-RPC调用的操作过程。
www.ibm.com
10.
XML-RPC provides a much easier solution.
XML-RPC提供了一种非常简单的解决方案。
www-128.ibm.com
1.
The XML-RPC fault response does the same thing.
而XML-RPC故障响应完成同样的工作。
www-128.ibm.com
2.
In this case, XML-RPC let us do what we needed to do, without getting in the way.
本例中,XML-RPC让我们完成了所需工作,而没有挡路。
www-128.ibm.com
3.
To use a Marquee XML-RPC server, a running server instance has to know how to decode your method string.
要使用MarqueeXML-RPC服务,运行的服务实例就必须知道如何译解方法字符串。
www-128.ibm.com
4.
Let's look at a concrete example of XML-RPC in action.
让我们考虑一个运行中的XML-RPC的具体示例。
www.ibm.com
5.
Table 1 is lists all the XML-RPC datatypes.
表1是所有XML-RPC数据类型的列表。
www.ibm.com
6.
The real paydirt is occurs on Line 11 where a new XML-RPC client object is created.
真正有价值的工作出现在第11行,在这里创建了一个新的XML-RPC客户端对象。
www.ibm.com
7.
For example, a short time ago, I needed to provide -- quickly -- a stub application for testing the client side of an xml-rpc-like API.
例如,不久前,我需要——快速地——提供一个stub应用程序,以测试像xml-rpcAPI这样的客户端。
www.ibm.com
8.
Simplicity Slightly complex compared to XML-RPC Easy to understand and develop Implementation-specific
简单性比XML-RPC略微复杂易于理解和进行开发特定于实现
www.ibm.com
9.
Line 6 brings in our XML-RPC library.
第6行引进我们的XML-RPC库。
www-128.ibm.com
10.
Here you may discover that the things you like about SOAP aren't related to SOAP directly but, in fact, are features of XML-RPC.
这里您可以发现您喜欢的关于SOAP的事情与SOAP没有直接的联系,但是,事实上,是XML-RPC的特性。
www.ibm.com
1.
One last thing to note about SOAP and XML-RPC is that they are just based on plain XML.
关于SOAP和XML-RPC要注意的最后一件事情就是,它们都建立在纯XML的基础上。
www.ibm.com
2.
You can easy change the technology (for example from XML-RPC to RMI).
你可以容易地更改所用的技术(比如从XML-RPC换到RMI)。
www.infoq.com
3.
XML-RPC works by encoding the RPC requests into XML and sending them over a standard HTTP connection to a server or
XML-RPC的工作原理是将RPC请求编码成XML并通过标准的HTTP连接将其发送到服务器或
www-128.ibm.com
4.
Packages the results in an XML-RPC response and sends it back to the client
将结果包装在XML-RPC响应中并送回给客户端
www-128.ibm.com
5.
Regardless of the language in which you write an XML-RPC client, you always need to know
不管您使用哪种语言编写XML-RPC客户端,您总需要知道
www-128.ibm.com
6.
When you make an XML-RPC call, you ll get an XML response, which contains one
当您发出一个XML-RPC调用时,您将获得一个XML响应,其中包含一个
www-128.ibm.com
7.
Part 2 of Using XML-RPC for Web services
在Web服务中使用XML-RPC的第2部分
www-128.ibm.com
8.
Table 1: XML-RPC API for account info
表1:账号信息的XML-RPCAPI
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/5 5:49:17