Formance.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://omarshammas.github.io/formancejs
- 软件文档: http://omarshammas.github.io/formancejs
- 官方下载: https://github.com/omarshammas/jquery.formance
软件介绍
Formance.js 是一个对表单文本输入框的输入值进行格式化和验证的 jQuery 插件,内置各种数据校验方法,包括数值、email、邮编、信用卡号等等。
$('input.phone_number').formance('format_phone_number');
$('input.dd_mm_yyyy').formance('validate_dd_mm_yyyy');
$("<input value='john@example.com' />").formance('validate_email'); // true
Parsing Techniques
Dick Grune、Ceriel J.H. Jacobs / Springer / 2010-2-12 / USD 109.00
This second edition of Grune and Jacobs' brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to as syntax analysis, has been and continues......一起来看看 《Parsing Techniques》 这本书的介绍吧!
