KunePassMeter
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/KunePassMeter
软件介绍
This is a modification of the Pass Meter plugin made by David Esperalta: http://plugins.jquery.com/project/passmeter
The basics stay the same to use the plugin. The only modification is that you can use the plugin to display the strength meter outside the password input.
If you want to use the meter outside of the input, add the option:
var options = {
outsideElt = '#myelt'
};
$('input#mypassword').attachPassMeter(options);
where #myelt could be the class of your element or the id.
For more questions, http://opencv.kune.fr/jquery-plugins
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
