内容简介:Underscore.js 1.9.0 已发布,Underscore 是一个 JavaScript 工具库,提供了一整套函数式编程的实用功能,但是没有扩展任何 JavaScript 内置对象。 更新内容: Adds the _.restArguments function for variad...
Underscore.js 1.9.0 已发布,Underscore 是一个 JavaScript 工具库,提供了一整套函数式编程的实用功能,但是没有扩展任何 JavaScript 内置对象。
更新内容:
Adds the _.restArguments function for variadic function handling.
Adds the _.chunk function for chunking up an array.
Adds a _.isSymbol, _.isMap, _.isWeakMap, _.isSet and _.isWeakSet functions.
_.throttle and _.debounce return functions that now have a .cancel() method, which can be used to cancel any scheduled calls.
_.property now accepts arrays of keys and indexes as path specifiers, for looking up a deep properties of a value.
_.range now accepts negative ranges to generate descending arrays.
Adds support for several environments including: WebWorkers, browserify and ES6 imports.
The placeholder used for partial is now configurable by setting
_.partial.placeholder._.bindAllnow accepts arrays or arguments for keys.Three years of performance improvements.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 禅道 9.8.stable 发布,增强待办功能和消息通知功能
- imi v1.0.4 发布,多个功能组件功能增强和优化
- GitLab 11.11 发布,增强协作性功能以及 DevOps 功能
- GitLab 11.11 发布,增强协作性功能以及 DevOps 功能
- 多功能 Python IDE,NovalIDE 1.1.3 许多新功能发布
- 多功能 Python IDE,NovalIDE 1.1.3 许多新功能发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java编程思想
埃克尔 / 机械工业出版社 / 2007-5-1 / 79.00元
《Java编程思想(英文版•第4版)》内容简介:特色:1.适合初学者与专业人员的经典的面向对象的叙述方式;为更新的Java SE5/6的相关内容增加了新的示例和章节。2.测验框架显示程序输出。3.设计模式贯穿于众多示例中:适配器、桥接器、职责链、命令、装饰器、外观、工厂方法、享元、点名、数据传输对象、空对象、代理、单例、状态、策略、模板方法以及访问者。4.为数据传输引入了XML;为用户界面引入了S......一起来看看 《Java编程思想》 这本书的介绍吧!