- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://avis.sourceforge.net/
- 软件文档: http://avis.sourceforge.net/documentation.html
软件介绍
Avis 是一个多播事件总线。它提供了一个快捷的发布/订阅事件的路由服务。
示例代码:
Elvin elvin = new Elvin ("elvin://elvin_router");
Notification ntfn = new Notification ();
ntfn.set ("Status-Message", 1000);
ntfn.set ("Host-Name", hostName ());
ntfn.set ("Department", lookupDepartment ());
ntfn.set ("Percent-Disk-Free", diskFreePercentage ());
elvin.send (ntfn);
elvin.close ();
JavaScript修炼之道
波顿纽威 / 巩朋、张铁 / 人民邮电 / 2011-11 / 29.00元
《JavaScript修炼之道》是JavaScript的实战秘籍。作者将自己多年的编程经验融入其中,不仅可以作为学习之用,更是日常JavaScript开发中不可多得的参考手册,使读者少走很多弯路。《JavaScript修炼之道》的内容涵盖了当今流行的JavaScript库的运行机制,也提供了许多应用案例。《JavaScript修炼之道》针对各任务采取对页式编排,在对各任务的讲解中,左页解释了任务的......一起来看看 《JavaScript修炼之道》 这本书的介绍吧!
