Ajax工具包 DynarchLIB

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 13:57:23

软件介绍

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();

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

Text Processing in Python

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转16进制工具

RGB HEX 互转工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换