在前面我们数次提到了验证类。
而验证类本身也可以作为Web服务而被访问。
And the validation class itself could be accessed as a web service.
作为基类,用于派生验证类,以便验证对象的值。
Acts as a base class for deriving a validation class so that a value of an object can be verified.
如果幸运的话,公司已经有一些通用的身份验证类或库。
If you are lucky, your organization already possesses some common classes or libraries you can use.
您还将了解如何扩展和使用SpringMVC提供的数据验证类。
You'll also learn how to extend and use data-validation classes provided by the Spring MVC.
JVM验证类装入器中所有的类并确保应用程序不会执行任何危险操作。
The JVM verifies all classes in class loaders and ensures that applications do not perform any dangerous operations.
不需要在系统里面影响其它任何程序集,你就能够为不同地区添加不同的验证类。
You can add different validation classes for different regions without disturbing any other assemblies in the system.
ConstraintValidator:这是一个接口,具体的约束验证类需要实现该接口。
ConstraintValidator: This is the interface implemented by a constraint validation implementation.
NETMVC2包含了jQuery验证类库,根据模型的元数据来提供客户端验证功能。
ASP.NET MVC 2 will include the jQuery validation library to provide client-side validation based on the model's validation metadata.
相反,应用程序开发人员必须在把应用程序部署到移动设备中之前,在开发平台或登台区域上预先验证类。
Instead, the application developer must preverify the classes on a development platform or staging area before deploying the application into mobile devices.
如果你想要增强的数据验证类和表单处理,只需将clear . swc添加到项目的构建路径中即可。
If you want enhanced data validation classes and forms processing, add clear.swc to the project build path.
从PHPV 4迁移到PHP v5时,必须要注意这些在PHP V 4中完全不可用的语言特性,还必须重新验证类来查看可以怎样使用这些类。
When migrating from PHP V4 to V5, it's important to look at language features like these, which were wholly unavailable in V4, and to re-examine your classes to see how you can use them.
调用处理程序类是处理所有数据验证逻辑的地方。
The invocation handler class is where all of the data validation logic is handled.
例如,当创建用例和支持性工件时,一个单元测试人员可以恢复合适的类来验证。
For example, when use cases and supporting tools are created, a unit tester can retrieve the appropriate class to verify.
第二个选择是模拟验证行为并将测试类保留在单元目录中。
The second option is to mock out the validation behavior and leave the test in the unit directory.
生成的代码和XML设计器验证 XML 文档使用的代码(MSXSD验证API)是同一类。
The generated code is the same kind of code that is used (MS XSD validation APIs) in the XML designer to validate XML documents.
这意味着,如果在处理参数时执行验证,可以通过抛出异常预防类被终结。
This means that if you do your validation while processing the parameters, you can - by throwing an exception - prevent your class from being finalized.
要验证用户密码,只需调用会员类的ValidateUser 方法,并将用户名和密码作为参数传入。
To validate a user's password, just call ValidateUser on the Membership class, passing in the user name and password.
该代码将使用这些类来验证是否返回了正确的Atom。
The code will use the classes to validate if correct Atom has been returned.
多数web层的测试框架遵循黑盒测试方式,开发者用web组件编写测试类来验证渲染的HTML输出是否符合预期。
Most of the web-tier testing frameworks follow black-box testing approach where developers write test classes using the web components to verify the rendered HTML output is what is expected.
ValidationRule是规则引擎的抽象类,用来验证并格式化ViewController字段内容。
ValidationRule is an abstract class for a rule engine used to validate and format ViewController field content.
本节完成了在SecureXMLMessage类中实现签名验证逻辑。
This section will conclude by implementing the signature verification logic in the SecureXMLMessage class.
因此毫不奇怪,进行模式验证首先要创建schemafactory类的实例,如清单3所示。
It shouldn't come as any surprise, then, that you begin schema validation with an instance of the SchemaFactory class, as shown in Listing 3.
这一点可以通过随调用消息输出的服务类名称得到验证。
This can be verified by the service class name printed with the invocation message.
组件测试是基本的测试,这些测试将验证不止一个类,且通常依赖于外部依赖项,如数据库。
Component tests are essentially tests that verify more than one class and, typically, rely on external dependencies such as a database.
改进数据格式验证过程的第一步是将所有的验证逻辑都移至一个助手类中,其它方法可以按需从这个类上调用验证逻辑。
The first step to improving our data-format validation procedure is to move all the validation logic into a single helper class, from which other methods can invoke it as needed.
这个问题实际上是与用户输入验证相关的一类更大问题的一个特例。
This problem is actually a special case of a much larger class of problems related to user input validation.
这一类的开销包括检查约束验证和外键约束(参照完整性(RI))验证。
This category of overhead includes CHECK constraint verification and foreign key constraint (referential integrity (ri)) verification.
因为这些是可信的系统类,所以引导程序装入器跳过了对常规(不可信)类所做的大量验证。
Because these are trusted system classes, the bootstrap loader skips much of the validation that gets done for normal (untrusted) classes.
验证目标文件夹和目标类定义有效并存在于目标库中。
Verify that the target folder and target class definition are valid and exist on the target library.
应用推荐