学无所长,一事无成
发布时间:2015-06-09 11:40:30
原文地址:http://tobyho.com/2013/06/16/what-are-generators/更新: 自本文第一次发布以来,send() 方法已经从标准中移除。send(value) 被 next 方法调用取代,它有一个参数,如 next(value). 本文已修订反映此变化。长远趋势来看 generators 会进入 Javascript,V8 已装载此特性。这非.........【阅读全文】
发布时间:2015-05-29 17:49:02
原文地址:http://dojotoolkit.org/reference-guide/1.10/dojo/_base/lang.htmldojo/_base/langsince:v0.9dojo/_base/lang contains functions for supporting Polymorphism and other language constructs that are fundamental to the rest of the toolkit..........【阅读全文】
发布时间:2015-05-29 11:40:10
原文地址:http://dojotoolkit.org/reference-guide/1.10/dijit/info.html#dijit-infoDijit 介绍作者:Peter Higgins, Bill Keese, Tobias Klipstein, Nikolai Onken, Craig Riecke,Dijit 是位于 Dojo 之上的组件系统 。如果你没有任何 Dojo 经验 ,那 Diji.........【阅读全文】
发布时间:2015-05-27 17:13:54
原文地址:http://dojotoolkit.org/reference-guide/1.10/dojo/Stateful.html#dojo-statefuldojo/Stateful作者:Kris Zyp, Marcus Reimann, Kitson Kelly, Jan Dockx项目所有者:Kris Zyp起自:V1.5一个通.........【阅读全文】
发布时间:2015-05-27 14:24:33
dojo/aspect 模块可以提供 aop(面向切面)编程能力,即可以给现存的方法扩展功能。dojo/aspect 模块返回三个函数:after、before、around。注意:如果你需要的仅仅是关联 DOM Events ,而非常规的的 JS 对象和方法,那么建议你用 dojo/on ,比用 dojo/aspect 强。......【阅读全文】