Groovy XML-RPC

码农软件 · 软件分类 · RPC/XMLRPC项目 · 2019-04-12 06:14:02

软件介绍

Groovy XML-RPC 提供了在 Groovy 编程语言中实现 XML-RPC 服务器端和客户端的简单方法。该项目同时也支持 Jabber-RPC。

示例代码

import groovy.net.xmlrpc.*
import java.net.ServerSocket

def server = new XMLRPCServer()
server.echo = {return it}
def serverSocket = new ServerSocket() // Open a server socket on a free port
server.startServer(serverSocket)

def serverProxy = new XMLRPCServerProxy("http://localhost:${serverSocket.getLocalPort()}")
println serverProxy.echo("Hello World!")

本文地址:https://www.codercto.com/soft/d/3389.html

High-Performance Compilers for Parallel Computing

High-Performance Compilers for Parallel Computing

Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40

By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具