"checks"的翻译 使用英语:


  字典 中国人-英语

  例子 (外部来源,未经审查)

This function checks if the node has attributes.
This function checks if the node has attributes.
This function checks if the node has children.
This function checks if the node has children.
The following code checks for the correct number of arguments
Note
Checks out an object. The object must be a document.
The object must be a document.
This simple example retrieves an object and checks for errors.
This simple example retrieves an object and checks for errors.
Checks in and commits the object. The object must be a document.
Checks in and commits the object.
Checks in an object even if it is not under version control.
Checks in an object even if it is not under version control.
Assertions should not be used for normal runtime operations like input parameter checks. As a rule of thumb your code should always be able to work correctly if assertion checking is not activated.
As a rule of thumb your code should always be able to work correctly if assertion checking is not activated.
This function checks out an object or a whole hiearchie of objects. The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'mode' and 'objectQuery'. 'mode' can be one of the following values
The parameters array contains the required element 'objectIdentifier' and the optional element'version', 'mode 'and'objectQuery'. 'mode' can be one of the following values
Assertions should be used as a debugging feature only. You may use them for sanity checks that test for conditions that should always be TRUE and that indicate some programming errors if not or to check for the presence of certain features like extension functions or certain system limits and features.
You may use them for sanity checks that test for conditions that should always be TRUE and that indicate some programming errors if not or to check for the presence of certain features like extension functions or certain system limits and features.
These functions allow you to use the CrackLib library to test the 'strength' of a password. The 'strength' of a password is tested by that checks length, use of upper and lower case and checked against the specified CrackLib dictionary. CrackLib will also give helpful diagnostic messages that will help 'strengthen' the password.
The 'strength' of a password is tested by that checks length, use of upper and lower case and checked against the specified CrackLib dictionary.
Many web developers are unaware of how SQL queries can be tampered with, and assume that an SQL query is a trusted command. It means that SQL queries are able to circumvent access controls, thereby bypassing standard authentication and authorization checks, and sometimes SQL queries even may allow access to host operating system level commands.
It means that SQL queries are able to circumvent access controls, thereby bypassing standard authentication and authorization checks, and sometimes SQL queries even may allow access to host operating system level commands.
This function checks in an object or a whole hiearchie of objects. The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'comment', 'mode' and 'objectQuery'. 'version' sets the version of the object. It consists of the major and minor version separated by a period. If the version is not set, the minor version is incremented. 'mode' can be one of the following values
It consists of the major and minor version separated by a period.