这个问题的解决方法是在服务器端验证所有的输入域。
The solution to this problem is to validate all input fields on the server side.
所有应用程序都需要验证用户输入的数据。
All applications need to validate the data that users enter.
它提供处理普通任务的功能,比如输入验证和异常处理。
It provides functionality to handle common tasks such as input validation and exception handling.
您应该总是在服务器端验证并清洁输入。
You should always validate and cleanse the input on the server side.
作为一条经验法则,应该针对业务规则验证所有的用户输入。
As a rule, all user input should be validated against business rules.
接下来的一篇专栏文章将由讨论如何验证输入开始。
The next installment will start by covering how to validate input.
用户所输入的值会与这些验证规则进行比较。
Values entered by the user are compared to the validation rules.
在您的编程经历中可能听说过术语:输入验证。
You may have heard the term input validation in your programming experience.
在清单14中,服务api增强后包含了对所有输入参数的验证。
In Listing 14, the service API was strengthened to include validation for all input parameters.
当用户输入数据时,将对表单字段进行验证。
首先,验证输入。
如果产生任何验证错误,都应该向用户显示以表明输入无效。
If any validation error occurs, it should be displayed to the user, indicating that the input is invalid.
验证允许应用程序确保用户正确地输入数据。
Validation allows the application to make sure the user enters data correctly.
可以对输入表单的信息进行确认、验证或两者都进行。
Information entered into a form can be validated, verified, or both.
记住第一个习惯是关键:验证输入。
这个应用程序验证输入到输入域中的邮政编码。
The application validates postal codes entered into an entry field.
这段代码很容易受xss攻击,因为没有进行任何的输入验证。
This piece of code is vulnerable to XSS attacks because no check is made to validate the input.
如果是第一个请求,您需要输入证书验证。
For the first request, you will need to enter your credentials.
php之类的语言有很多输入验证函数。
Languages like PHP have a wide range of input validation functions.
验证测试是否含有在您的代码中定制化输入所需的引用。
Verify that the test contains the references that are required for customized inputs to your code.
在需要处理输入的数字时,首先需要验证它。
When you need to process a number from input, you need to first validate it.
这对于验证输入或分隔与模式匹配的文档很有用。
This is useful for validating input or for splitting a document where the pattern matches.
没有正确验证输入。
通常认为这类“处理基本检查以确保输入数据满足某种标准”就是验证。
This type of handling basic checking to make sure the data fits certain criteria, is normally considered validation.
验证输入的合理性和有效性。
验证分析对提供的输入有意义。
成熟的输入过滤和验证。
以下面的方式添加输入验证。
在您输入时执行的验证
验证输入文本的颜色是黄色。
应用推荐