Groovy XMLRPC

码农软件 · 软件分类 · RPC/XMLRPC项目 · 2019-04-11 22:56:43

软件介绍

这个Groovy XMLRPC模块能够让你创建一个本地XML-RPC服务器或调用远程服务器提供的服务。

示例代码:

服务器端:

import groovy.net.xmlrpc.*
import java.net.ServerSocket
def server = new XMLRPCServer()

客户端:

def serverProxy = new XMLRPCServerProxy("http://localhost:3000")
println serverProxy.echo("Hello World!")

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

Ruby Cookbook

Ruby Cookbook

Lucas Carlson、Leonard Richardson / O'Reilly Media / 2006-7-29 / USD 49.99

Do you want to push Ruby to its limits? The "Ruby Cookbook" is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world pr......一起来看看 《Ruby Cookbook》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

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

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具