特别是对于数据格式验证代码,我们认为处理它的最佳方法是使它接近客户机,这样可以使处理开销保持最少。
Specifically, we decided the best way to deal with data-format validation code was to keep it close to the client, thus keeping the processing overhead to a minimum.
改进数据格式验证过程的第一步是将所有的验证逻辑都移至一个助手类中,其它方法可以按需从这个类上调用验证逻辑。
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.
应用程序组件需要请求符合某种格式,且含有正确信息,因此它会在处理前先验证请求。
The application component requires a request in a certain format with correct information, so it will validate the request message before processing it.
这对于支持模式验证的格式(像XML)会非常有效,但是仍然可以应用给像属性文件一样简单的系统,其中你只是生成形式化的示例文件。
This works well for formats that support schema validation (such as XML), but can still be applied to systems as simple as properties files where you simply generate a tokenised example file.
这将把我们带到该工具,并允许我们利用几个选项验证报告格式没有更改。
This takes us to the tool and allows us several options to validate that the reports format has not changed.
验证器的架构文件的格式是经过预先设计的,以便从一个正式规范创建架构成为一个简单任务。
The format of schema files for the validator was designed so that it is a simple task to create from a formal specification.
在结束时我们针对数据格式和特定于业务的验证,提出了很好且有效的解决方案,但我们没有真正解决您在这一编程领域可能会遇到的更复杂情况。
We ended up with good, workable solutions for both data-format and business-specific validation, but we didn't really address the larger complexities you might face in this area of programming.
这需要QA团队验证所有技术和数据格式的整合。
This then requires the QA team to validate the integration of all these technologies and data formats.
不需要验证格式或确保严格的数据键入。
There is no need to validate the format or to ensure strict data typing.
SAML定义了一种在分布式环境中传递验证、授权和属性数据标准格式。
SAML defines a standard format to deliver authentication, authorization, and attribute data in a distributed environment.
当那些希望所接收的数据符合特定格式或满足业务内容验证规则的应用程序或组件接收数据时,这些验证可以防止错误发生。
These validations prevent errors when the data is received by applications or components that expect the data to be in a particular structure and comply with business content validation rules.
此信息对于在本地化的格式中解析及验证数字来说是至关重要的。
This information is critical to parsing and validating a number in a localized format.
编译格式是原来CAM模板自身的缩略XML版本,并且可用于优化CAMV验证引擎的性能。
The compiled format is the condensed XML version of the original CAM template itself and is designed to optimize performance of the CAMV validation engine.
建议您抽查一些报告,验证不存在软件更新创建的格式问题。
It is suggested that you spot check some reports to validate that there are no formatting issues being created by the software update.
HTTP基础验证非常简单,只需对每个请求使用标准的http格式提供用户名和密码。
HTTP basic authentication is extremely simple. You simply provide your username and password with every request, using the standard HTTP format.
OASISCAM模板方法是基于XML内容处理和验证的简单方法,它允许企业创建xml格式的通用交换模型。
The OASIS CAM template approach is based on a simple approach to XML content handling and validation that allows businesses to create common interchange models for their exchanges in XML.
编辑器具有语法高亮显示、sql格式化、内容补全、语句解析与验证和语法验证等特性。
Editor features include syntax highlighting, SQL formatting, content assist, statement parsing and validation, and semantic validation.
它构建于Unicode [unicodeConsortium技术报告和ISO标准]基础之上,可定义严格的文本格式规则以及DTD验证语言。
It builds on Unicode [Unicode Consortium technical report and ISO standard] to define strict rules for text format as well as the DTD validation language.
WebSphereTX引擎向更广泛的消息格式和协议提供功能强大的转换和验证功能。
Provides the powerful transformation and validation capabilities of the WebSphere TX engine to a wider range of message formats and protocols.
在最近的一个项目中,一个客户有许多xml格式,他通过我的公司Fourthought聘用我去开发用于记录和验证这些xml格式的模式。
On a recent project, a client who had many XML formats hired me, through my company Fourthought, to develop schemata for documentation and validation for these XML formats.
Domino服务器处理该请求,验证用户并处理代理请求,输出DXL格式的文档(文档的UNID是在请求中发送的)。
The Domino server processes the request, authenticating the user and processing the agent request, which outputs the DXL format of the document (whose UNID was sent in the request).
再次指出,文件格式应该是机器可读并可验证的,同时也应该是容易自动生成的(比如从构建系统生成)。
Again, the format should be machine-readable and -verifiable and easy to produce automatically (e.g. from a build system).
XMLFox是一个免费的、带有验证器工具的XML编辑器,用于创建格式良好的 XML文档和模式。
XMLFox, a freeware product, is an XML editor with a validator tool for creating well-formed XML documents and schemas.
在本文中,您将了解AIXNFSV 4支持的各种Kerberos凭证缓存命名格式,它们专用于身份验证。
In this article, you'll examine different Kerberos credential cache name formats that AIX NFS V4 supports and are required for authentication purposes.
validitycheck(默认值:basic validity check):有效性检查,验证数据模型是否遵从模型格式的语义规则。
Validity check (Default: basic validity check) : the validity check verifies that the data model follows the semantic rules for the model format.
到目前为止,我已经讨论了如何将XML 格式化,以便为使用模式验证器铺平道路。
Thus far, I have discussed how to structure your XML to pave the way for using a schema validator.
表单上的一个常见行为是进行验证以确保用户正输入的内容的格式是一种可接受的格式。
A common action on the form is validation to ensure the content the user is entering is in an accepted format.
xml域提供了基本的解析和编写工具来检查输入消息是否格式良好,但是却不对其进行验证。
The XML domain provides basic parsing and writing facilities, checks that input messages are well-formed, but does not validate them.
为了尽量简洁,该例子还省略了用户和会话、格式以及各种身份验证和授权。
For brevity, this example also omits users and sessions, formatting, and any kind of authentication and authorization.
这个验证器还能确认图片与特定格式、宽度和高度是否相对应。
This validator can also confirm that the image corresponds to a particular format, width, and height.
应用推荐