Welcome![Sign In][Sign Up]
Location:
Search - Validator

Search list

[Other一个validator的验证程序

Description: 一个自己编写的小程序,主要是struts中validator框架的使用及配置,可以做为好的参照-an own procedures for the preparation of small, mainly struts which validator framework for the use and allocation, can be used as a good reference
Platform: | Size: 1021897 | Author: 朱春峰 | Hits:

[WEB Codestruts+validator

Description: struts + validator里面有源码和文档可以掺靠写写是一个范例-struts validator inside source, and documentation can be doped on writing is a model
Platform: | Size: 1444618 | Author: 陈成 | Hits:

[Develop ToolsValidator

Description: validator 验证器类 包含各种实用的验证类!
Platform: | Size: 115114 | Author: 李术才 | Hits:

[Other一个validator的验证程序

Description: 一个自己编写的小程序,主要是struts中validator框架的使用及配置,可以做为好的参照-an own procedures for the preparation of small, mainly struts which validator framework for the use and allocation, can be used as a good reference
Platform: | Size: 1021952 | Author: 朱春峰 | Hits:

[Browser Clientvalidator

Description: 应用最广泛的js验证类,可通过验证类验证所有的输入框选择框等等,大大简化开发量。-most widely js certification category, validated certification of all types of input box selection box, etc., volume greatly simplify development.
Platform: | Size: 113664 | Author: 山区人 | Hits:

[WEB Codestruts+validator

Description: struts + validator里面有源码和文档可以掺靠写写是一个范例-struts validator inside source, and documentation can be doped on writing is a model
Platform: | Size: 1443840 | Author: 陈成 | Hits:

[WEB Codestruts-validator

Description: 一个采用struts框架 实现 验证 的例子程序 -a framework of struts used to achieve certification procedures example
Platform: | Size: 1043456 | Author: zoujian | Hits:

[JSPJavascript_Form_Validation

Description: 表单的验证一直是网页设计者头痛的问题,表单验证类 Validator就是为解决这个问题而写的,旨在使设计者从纷繁复杂的表单验证中解放出来,把精力集中于网页的设计和功能上的改进上。-form of certification has been a headache to the web designers, Validator Class certification form is to solve this problem and write, aimed at designers from the complicated certification form liberation, focus their efforts on web design and functions of improvement.
Platform: | Size: 113664 | Author: 艾建华 | Hits:

[Browser ClientValidator

Description: 可以验证个项表单,如用户名密码不能为空,和邮箱是否填写正确。-Can verify that the form of items, such as user name password should not be empty, and fill in the correct mailbox.
Platform: | Size: 2048 | Author: lijing | Hits:

[WEB CodeValidator_v1.0

Description: 正则表达式学习资料之表单验证。 表单的验证一直是网页设计者头痛的问题,表单验证类 Validator就是为解决这个问题而写的,旨在使设计者从纷繁复杂的表单验证中解放出来,把精力集中于网页的设计和功能上的改进上。-Regular expression learning data forms authentication. Forms authentication has been a headache for web page designers, Forms Authentication type Validator is to solve this problem and written to enable the designer from complicated forms authentication liberate, to focus on the web page design and functional improvement.
Platform: | Size: 113664 | Author: kiwi | Hits:

[BooksValidator

Description: validator 验证器类 包含各种实用的验证类!-Validator validator category contains a variety of practical verification category!
Platform: | Size: 114688 | Author: 李术才 | Hits:

[JSP/Javavalidator

Description: jsp表单验证的代码,覆盖很全的表单内容。正则语言编写,方便操作使用-jsp form validation code, covering a very wide form content. Regular languages to facilitate the operational use
Platform: | Size: 114688 | Author: 987456321 | Hits:

[WEB Codevalidator

Description: 自动注册表单验证类 自动注册表单验证类 -Auto Registration Forms Authentication Forms Authentication type of automatic registration category
Platform: | Size: 38912 | Author: jammy | Hits:

[JSP/JavaStruts-Validator

Description: 该文档用来帮助大家学习使用Struts1.0中的验证框架-The document used to help everyone learn to use the verification framework Struts1.0
Platform: | Size: 28672 | Author: juchangtao | Hits:

[JSP/Javacommons-validator-1.3.1-src

Description: java验证框架 java验证框架-java authentication framework for java authentication framework
Platform: | Size: 360448 | Author: wangxinpier | Hits:

[JSPvalidator

Description: validator框架帮助文件,有助于程序开发-Help file validator framework, contribute to program development
Platform: | Size: 113664 | Author: hexiaofeng | Hits:

[JSP/Javastruts_validator

Description: struts validator验证框架 1、配置: * 加入国际化配置在struts-config.xml文件中,如: <message-resources parameter="MessageResources" /> * 提供国际化资源文件 * 引入validator插件在struts-config.xml文件中,如: <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in> * 提供validation.xml和validator_rules.xml文件,将此文件拷贝到WEB-INF下 2、validator服务器端验证 * 配置validation.xml文件 3、validator客户端验证(javascript) ) * 配置validation.xml文件 * 在jsp页面中包含< html:javascript> * 对需要验证的表单定义onsubmit事件,其中事件名称为validate+ActionForm的名称,如:validateLoginForm -struts validator to verify the framework 1, configuration:* join the international allocation in the struts-config.xml file, such as: <message-resources parameter= MessageResources />* International* The introduction of resource file validator plug-in struts-config . xml file, such as: <plug-in className= org.apache.struts.validator.ValidatorPlugIn > <set-property property = pathnames value = /WEB-INF/validator-rules.xml,/WEB-INF/validation.xml /> </ plug-in>* provide validation.xml and validator_rules.xml document, copy this file to the WEB-INF under 2, validator server-side validation* validation.xml configuration file 3, validator client-side validation (javascript))* configuration file* validation.xml in jsp page contains <html: javascript>* on the need to verify the definition of the form onSubmit incident, in which case the name of validate+ ActionForm name, such as: validateLoginForm
Platform: | Size: 1350656 | Author: wuxiaodong | Hits:

[JSP/Javavalidator

Description: struts验证框架代码例子下载,用的是struts自身自带的validate.xml的验证文件-struts validation framework example code download, using a struts its own document verification validate.xml
Platform: | Size: 1231872 | Author: 小禹 | Hits:

[Web Servervalidator

Description: 表单的验证一直是Web开发头痛的问题,表单验证类 Validator就是为解决这个问题而写的,旨在使设计者从纷繁复杂的表单验证中解放出来,把精力集中于UI设计与业务逻辑上。-Verification form has been a headache for Web development, Forms Authentication is the type of Validator to solve this problem and wrote, designed to enable designers of complex form from the liberation of verification, to focus on the UI design and business logic.
Platform: | Size: 158720 | Author: 陈大虾 | Hits:

[Othervalidator验证多个Name表单

Description: validator验证多个Name表单,自己看看代码就会的了(Validator verifies multiple Name forms to look at the code.)
Platform: | Size: 1024 | Author: 呜哦哦哦 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net