文件格式

本类阅读TOP10

·文件格式及说明
·DivX播放全攻略手册
·BitTorrent 协议规范1.0版
·http 协议学习笔记(一)
·win2000错误代码和提示
·802.1Q VLAN协议和802.1P协议的实现
·MICROSOFT EXCEL FILE FORMAT(BIFF2.1)
·SIP:构建新一代SoftSwitch
·网络用 端口1-99对照表
·rtsp协议相关之-rfc2326

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
PyBurlap 0.1 发布

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

wiki确实是很好的组织文档的形式,对于一个简单的开源项目的建立完全没有必要大张旗鼓的建立独立网站,架设CVS,一个wiki页面足以写下所有的内容了,PyBurlap就在啄木鸟直接建立项目页面,http://wiki.woodpecker.org.cn/moin/PyBurlap。下载、版本信息、使用例子全部包括。

再来说一下Burlap,Burlap是一种类似Xmlrpc的远程调用技术,目前支持的传送类型包括:
base64A base64-encoded binary stream
booleanA boolean value expressed as an integer, 0 or 1
dateAn ISO8609-encoded date
doubleA 64-bit IEEE floating pointer number
intA 32-bit signed integer
listAn ordered list, like an array
longA 64-bit signed integer
mapRepresents serialized objects and Hashtables
nullNull represents a null pointer
refAn integer referring to a previous <list> or <map> instance
remoteA reference to a remote object
stringA 16-bit unicode character string encoded in UTF-8
xmlAn XML document encoded as a 16-bit unicode character string encoded in UTF-8, following the rules for <string>

PyBurlap除了xml类型,已经全部支持
调用方法如下:
proxy = Burlap("http://localhost:8080/buffalo/Hello")
proxy.hello("Breeze")

返回
Hello Breeze

就这么简单。

关于Burlap协议的全部规范:file:///E:/Python/Amowa/burlap-1.0-spec.xtp.htm
关于PyBurlap项目:http://wiki.woodpecker.org.cn/moin/PyBurlap
下载:http://wiki.woodpecker.org.cn/moin/PyBurlap?action=AttachFile&do=get&target=PyBurlap0.1.zip




相关文章

相关软件