Uniqua
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/uniqua
软件介绍
Removes Duplicate values from an Array. Note: This plugin is not the same as jquery's $.unqiue function, which works with the $.data functions.. as far as we (eis_os, gensmann, myself.) can tell.
Example
Input:
["john", "helen","fred", "john", "helen"];Output:
["john", "helen", "fred"];Notice: This plugin may include more array functions at a later date, if you would like to ask for something to be included, please catch me via email, or irc as miksago.
Java性能权威指南
奥克斯 (Scott Oaks) / 柳飞、陆明刚、臧秀涛 / 人民邮电出版社 / 2016-3-1 / CNY 79.00
市面上介绍Java的书有很多,但专注于Java性能的并不多,能游刃有余地展示Java性能优化难点的更是凤毛麟角,本书即是其中之一。通过使用JVM和Java平台,以及Java语言和应用程序接口,本书详尽讲解了Java性能调优的相关知识,帮助读者深入理解Java平台性能的各个方面,最终使程序如虎添翼。 通过阅读本书,你可以: 运用四个基本原则最大程度地提升性能测试的效果 使用JDK中......一起来看看 《Java性能权威指南》 这本书的介绍吧!
