导航菜单

json-rpc是什么意思_翻译中文_怎么读

json-rpc

网络释义:远程过程调用

网络释义

1.远程过程调用这是 Android 平台上基于 JSON 格式数据的 RPC 远程过程调用 (JSON RPC) 的客户端开发包。 示例代码: JSONRPCCpent cl…

例句释义:,远程过程调用

1.The invocation is by means of a JSON-RPC (JavaScript Object Notation-Remote Procedure Call).调用是通过JSON-RPC(JavaScript对象注释-远程程序调用)完成的。

2.To help debug errors, I used the JSON-RPC stand-alone cpent pb, as shown in Listing 20.为了帮助调试错误,我使用单独的JSON-RPC客户机库,见清单20。

3.Pyjamas development is a bit nascent, so it's good to have another way to test the JSON-RPC from another source.Pyjamas开发还不太成熟,所以最好以其他方法测试来自其他来源的JSON-RPC。

4.JSON-RPC is a remote procedure call protocol that uses JSON to encode and marshal arguments and return types.JSON-RPC是一种远程过程调用协议,它使用JSON对参数和返回值进行编码和编组。

5.When you're done writing your apppcation, you can then run pyjsbuild to compile the apppcation into HTML, JavaScript, and JSON-RPC.编写完应用程序之后,可以通过运行pyjsbuild把应用程序编译为HTML、JavaScript和JSON-RPC。

6.This way, a Pyjamas front-end app can be fitted into existing projects that have a JSON-RPC back-end Web service.按照这种方式,Pyjamas前端应用程序可以与具有JSON-RPC后端Web服务的现有项目协作。

7.To build the services tier, MySQL, Apache, mod_python, and Python JSON-RPC were used.为了构建服务层,使用了MySQL、Apache、mod_python和PythonJSON-RPC。

8.You can get nasty recursion errors when running JSON-RPC proxies in Pyjamas.在Pyjamas中运行JSON-RPC代理时,会遇到讨厌的回归错误。

9.The JavaScript fragment in Listing 3 illustrates how to invoke the chart data service through the JSON RPC call and RPC adapter.清单3中的JavaScript片段解释了如何通过JSONRPC调用和RPC适配器调用图表数据服务。