HessianD

码农软件 · 软件分类 · WEB服务/SOAP/SOA · 2019-04-10 09:12:45

软件介绍

HessianD 是一个用 D 语言实现 Hessian 协议的库。

示例代码:

import hessian.HttpProxy :
HttpProxy;
import tango.io.Stdout;

void main ()
{

// create a Http proxy on the given Http endpoint so we can post our Hessian stream
scope service = new HttpProxy(" http://localhost:5667/test/hessiantest");

// create a proxy method that will do the Hessian serialization and deserialization
auto echo = &service.proxy!(api.echo);

// we'll perform the remote call and display the result
Stdout ("Remote result: ") ( echo("Hello World!") ).newline.flush;

}

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

Web Design DeMYSTiFieD

Web Design DeMYSTiFieD

Willard, Wendy / 2010-11 / $ 24.86

Website Design just got a whole lot easier! This title helps you to learn the latest website development tools, techniques, and best practices. "Web Design Demystified" provides the hands-on help you ......一起来看看 《Web Design DeMYSTiFieD》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具