Nx的JavaScript框架 NJF
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/njf/
软件介绍
NJF 是 eurasia 项目下的一个超轻量级的 javascript 框架, 在 10K 大小的一个 js 文件中实现了诸如标签控制、模板、表单、AJAX、长连接、拖拽、动画、对话框等动能, 支持 firefox、konqueror、opera、safari、chromium 和 ie 等主流浏览器。
NJF 写法跟 jQuery 类似,例如:
var handler = function() {
alert('hello!');
};
$('test').attachEvent('onclick', handler);
$('test').detachEvent('onclick', handler);
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00
As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
