HessianD
- 授权协议: 未知
- 开发语言: D语言
- 操作系统: 未知
- 软件首页: http://www.dsource.org/projects/hessiand
软件介绍
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;
}
The Shallows
Nicholas Carr / W. W. Norton & Company / 2011-6-6 / USD 15.95
"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
随机密码生成器
多种字符组合密码
