String Lambdas
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/string-lambdas
软件介绍
String lambdas are cool because they allow us to write less software.
However, string lamdas were removed from jQuery in release 1.2.3 because of
incompatibility with Adobe AIR (http://dev.jquery.com/ticket/2402).
This plugin brings string lambdas back to developers who don't need Adobe AIR.
It also adds the string lambda functionality to $.each().
Usage examples:
$.each(collection, 'a.index = i')
$.grep(collection, 'a.age < 10')
$.map(collection, 'a.name()')深入理解Nginx(第2版)
陶辉 / 机械工业出版社 / 2016-2 / 99.00元
本书致力于说明开发Nginx模块的必备知识,第1版发行以后,深受广大读者的喜爱.然而由于Ng,nx功能繁多且性能强大,以致必须了解的基本技能也很庞杂,而第1版成书匆忙,缺失了几个进阶的技巧描述,因此第2版在此基础上进行了完善。 书中首先通过介绍官方Nginx的基本用法和配置规则,帮助读者了解一般Nginx模块的用法,然后重点介绍了女口何开发HTTP模块(含HTTP过滤模块)来得到定制化的Ng......一起来看看 《深入理解Nginx(第2版)》 这本书的介绍吧!
