jQuery的强密码插件 PWChecker
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.egrappler.com/jquery-strong-password-plugin-power-pwchecker/
软件介绍
Power PWChecker 是一个用来确保用户输入了安全的密码的 jQuery 插件,可用于注册用户的表单防止用户输入一些形如 123456 的密码。
示例代码:
<!--
$(document).ready(
function
() {
//Demo code
$(
'.password-container'
).pschecker({ onPasswordValidate: validatePassword, onPasswordMatch: matchPassword });
-->
Introduction to the Design and Analysis of Algorithms
Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00
Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!
