网站首页  词典首页

请输入您要查询的英文单词:

 

单词 input validation
释义

input validation

  • 网络输入验证;输入校验;输入查验
1.
输入验证
输入验证Input Validation)常是抵御这种攻击的必要防御技术。然而,现在尚未有一种能够部署到任何地方的保护措施;并且…
www.cnblogs.com
2.
输入校验
...介绍struts2的标志(Tag)、Action、输入校验Input Validation)以及本地化输出(Localizing Output)。
www.cnblogs.com
3.
输入查验
 网页的输入查验Input Validation)未确实。若输入之资料中含有某些对资料库系统有特殊意义的符号或命令时,便可能让使用 …
newsletter.ascc.sinica.edu.tw
4.
输入确认
COMPASS单词翻译及使用说明,石油软件石油论坛... ... Column delimeter 列间隔 Input validation 输入确认 Max Dogleg 最大狗 …
www.cippe.net
5.
输入证实
...n)16 控制器 (Controllers)17 输入证实 (Input validation)18 表单的处理 (Form handling)19 数据库的连接,抽象,和配置 (Data…
www.mesky.net
6.
输入格式
基于Magento搭建外贸网... ... 5、Values Required: 是否必填项 6、Input Validation输入格式 7、Apply To: 应用于“所选产 …
my.oschina.net
7.
验证客户端数据
...m)、页面导航(Page Navigation)、验证客户端数据Input Validation)和数据转换(Conversion)等等。
soft.zdnet.com.cn
8.
输入安全
...击、XFS 攻击、搜索攻击、Cookie 攻击、 输入安全(Input Validation)、 错误信息泄露机密数据、身份验证功能缺陷、 敏感数 …
www.docin.com

例句

释义:
1.
ModSecurity can be used for manually creating security filters, identifying attacks and implementing positive security input validation.
我们可以通过ModSecurity手工创建安全过滤器、定义攻击并实现主动的安全输入验证。
www.infoq.com
2.
Such remedies as input validation and HTML escaping are a start, but they must be applied at all application points that accept data.
诸如输入验证和HTML转义这样的补救措施只是个开始,但必须将它们应用到接受数据的应用程序点。
www.ibm.com
3.
One problem with all the methods shown in previous sections: they don't include any input validation or filters.
上面所列的所有函数的一个共同问题是:它们没有作任何的输入验证。
www.ibm.com
4.
Provide form validation: Input validation is one of the biggest headaches for both developers and users.
提供表单验证:输入验证是开发人员和用户都十分头痛的问题。
www.ibm.com
5.
This problem is actually a special case of a much larger class of problems related to user input validation.
这个问题实际上是与用户输入验证相关的一类更大问题的一个特例。
www.ibm.com
6.
Any errors arising through the input validation process are raised as instances of the Example_Exception class.
在输入验证过程中发生的任何错误都会产生一个Example_Exception类的实例。
www.ibm.com
7.
Third, Agavi provides extremely strict request filtering and input validation, out of the box.
再次,Agavi以开箱即用的方式提供极度严格的请求过滤和输入验证。
www.ibm.com
8.
For the variables in the route to make it into an Action or View, they must pass Agavi's extremely stringent input validation filter.
路由中的变量要进入操作或视图中,必须经过Agavi的极其严格的输入验证过滤器。
www.ibm.com
9.
One of the most common flaws in a lot of PHP scripts is their lack of input validation.
很多PHP脚本中一个常见的缺陷是缺乏输入检验。
www-128.ibm.com
10.
XFDL supports high-precision layout, integrated computations and input validation, digital signatures, and other features.
XFDL支持高精度的布局,集成了计算和输入检验、数字签名和其他特性。
www.ibm.com
1.
The commands provide input validation, helping to ensure that any changes to the configuration model are correct.
该命令可提供输入验证,从而有助于确保对配置模型的任何更改都正确无误。
www.ibm.com
2.
Considering the overhead of invoking a web service, it makes sense to perform basic input validation prior to making any such call.
考虑到Web服务调用的时间耗费,在做任何调用之前,执行一个基本的输入验证是很有意义的。
www.ibm.com
3.
Input validation and sanitation filter out all possible active or malicious content from untrusted input.
输入验证和数据消毒会从不可信的输入中过滤掉所有可能的活动或恶意的内容。
www.ibm.com
4.
They tend to ignore input validation and dismiss it as something that any good programmer should do .
他们试图忽略输入数据的有效性验证,并且采用的不是良好的程序员应该使用的方式。
www.bing.com
5.
Property to change the appearance of messages that are displayed for input validation errors.
属性可以更改为输入验证错误而显示的消息的外观。
msdn2.microsoft.com
6.
SQL injection vulnerabilities are yet another class of input validation flaws.
SQL注入攻击是另一种输入验证上的漏洞。
www.zhidun.com
7.
The constructor should also perform thorough input validation.
构造函数还应执行彻底的输入验证。
msdn2.microsoft.com
8.
The errors related to Web requests include unhandled exceptions, view-state errors, and input-validation errors.
与Web请求相关的错误包括未处理的异常、视图状态错误,以及输入验证错误。
msdn2.microsoft.com
9.
You can add input validation to the script by inserting the following line of code before any output.
还可以通过在输出前插入以下代码来向脚本添加输入验证。
www.ibm.com
10.
Watch for our next installment of the Go-ForIt chronicles, where we'll cover input validation.
请继续关注我们的Go-ForIt记事的下一部分,其中我们将讨论输入验证问题。
www.ibm.com
1.
Were created to perform input validation on specific data fields.
对特定数据域执行输入验证。
www-128.ibm.com
2.
You can add input validation to ASP. NET Web pages using validation controls.
通过使用验证控件,可以向ASP.NET网页中添加输入验证。
msdn2.microsoft.com
3.
Many intrusion vulnerabilities such as SQL injection, CSRF, and XSS are preventable using a comprehensive input-validation framework.
如果使用一个综合的输入验证框架,许多输入漏洞,如SQL注入、CSRF和XSS,都是可以避免的。
www.ibm.com
4.
You may have heard the term input validation in your programming experience.
在您的编程经历中可能听说过术语:输入验证。
www.ibm.com
5.
Languages like PHP have a wide range of input validation functions.
PHP之类的语言有很多输入验证函数。
www.ibm.com
6.
These tags handle input validation before the form is saved.
这些标签负责在保存表单之前对输入信息进行有效性验证。
www.ibm.com
7.
For our input validation, change validation. xml using the following code.
对于我们的输入验证,请使用以下代码来修改validation.xml。
www.ibm.com
8.
You can add input validation to ASP.
您可使用验证控制项将输入验证加入至ASP。
technet.microsoft.com
9.
Class uses input validation flags to track whether to perform validation on the request collections accessed through the
类使用输入验证标志来跟踪是否对通过
msdn2.microsoft.com
10.
Customize a checklist of the input validation, which contains validation to integer, float, text, date, etc. (See Figure 11. )
制定一个输入确认的清单,它包括对精确数值、浮标、文本、数据等的确认(请看图11)。
www.ibm.com
1.
Separation of developer and designer tasks User-input validation on client and server
开发人员任务和设计人员任务的分离
msdn2.microsoft.com
2.
Input Sample: Demonstrates User Input Validation On Client And Server
Input示例:说明客户端和服务器上的用户输入验证
msdn2.microsoft.com
3.
Input validation with built-in formatting
内建格式输入确认
www.zcchina.net
4.
User Input Validation in Windows Forms
Windows窗体中的用户输入验证
msdn2.microsoft.com
5.
Add input validation in this manner
以下面的方式添加输入验证
www.ibm.com
6.
Listing 37 has the input validation rules for the above form
清单37包含上述表单的输入验证规则
www.ibm.com
7.
Designing for Web Input Validation System based on OODB
Web输入验证系统的对象化设计
www.ilib.cn
8.
Listing 5 has the input validation rules for the form in Listing 4
清单5为清单4中的表单提供了输入验证规则
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/13 11:41:34