| 1. | Specifies a range check value 指定范围检查值。 |
| 2. | If you want to ensure that the user enters a date , you must add a 如果要确保用户输入日期,则除了范围检查之外,您还必须向该日期字段添加 |
| 3. | Typically a sentinel value is used in range checks and is not a valid data value 通常, sentinel值用于范围检查,它不是一个有效的数据值。 |
| 4. | There are controls for different types of validation , such as range checking or pattern matching 有各种类型的验证控件,如范围检查或模式匹配验证控件。 |
| 5. | You can fix these bugs through range checking and rejecting any input the code cannot handle 通过范围检查和拒绝任何无法由代码处理的输入,可以纠正这些bug 。 |
| 6. | Method to verify that the value really is an integer and use range checking to help ensure that the value is within an acceptable range 方法验证该值是否确实为整数,并使用范围检查帮助确保该值位于可接受范围内。 |
| 7. | A test of the content of specified fields against stipulated high or low limits of acceptability , or both ; for example , a range check 对指定信息组(即字段)中的内容进行的一种检查,以防止超出可接受的上界或下界,或者上下界二者,例如范围检查。 |
| 8. | Although the part might include lightweight data validations such as range checks , it s best to invoke other programs to perform complex business logic so that you follow mvc principles 尽管该部件可能包含轻量级的数据验证(比如范围检查) ,但最好是调用其他的程序来执行复杂的业务逻辑,这样是遵循mvc规则的。 |
| 9. | Do not use system . enum . isdefined system . type , system . object for enumeration range checks as it is based on the runtime type of the enumeration , which can change from version to version 不要将system . enum . isdefined ( system . type , system . object )用于枚举范围检查,因为它是基于枚举的运行库类型,而该类型会随版本的不同而有所更改。 |