Ajax工具包 DynarchLIB
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.dynarchlib.com/
- 软件文档: http://www.dynarchlib.com/dl/index.html
软件介绍
DynarchLIB 是一个 AJAX 工具包,只在开发高质量的Web交互应用程序。提供一个智能的对象和事件体系、一组丰富的UI组件、浏览器和服务器间的通讯机制等功能。DynarchLIB 是一个小型快速的Ajax工具包。
示例代码:
var dlg = new DlDialog({ title: "Foo" });
var cont = new DlContainer({ parent: dlg });
cont.getElement().style.padding = "20px";
var btn = new DlButton({ parent: cont, label: "Close" });
btn.addEventListener("onClick", function() {
dlg.destroy();
});
dlg.centerOnParent();
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
UNIX 时间戳转换
UNIX 时间戳转换
