"attempt"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| If not NULL, timeout specifies a maximum time to allow for the connection to be made. If the connection attempt takes longer than the timeout value, the connection attempt is aborted and NULL is returned to indicate that the stream could not be opened. | Note |
| 蛁 This function will attempt to copy the data in the most efficient manner, using memory mapped files when possible. | This function will attempt to copy the data in the most efficient manner, using memory mapped files when possible. |
| 'a' Open for writing only place the file pointer at the end of the file. If the file does not exist, attempt to create it. | If the file does not exist, attempt to create it. |
| 'w' Open for writing only place the file pointer at the beginning of the file and truncate the file to zero length. If the file does not exist, attempt to create it. | If the file does not exist, attempt to create it. |
| The change notification handlers should be used to cache initialization entries locally for faster access or to perform certain tasks that are required if a value changes. For example, if a constant connection to a certain host is required by a module and someone changes the hostname, automatically terminate the old connection and attempt a new one. | For example, if a constant connection to a certain host is required by a module and someone changes the hostname, automatically terminate the old connection and attempt a new one. |
| Besides these, you benefit from logging queries either within your script or by the database itself, if it supports. Obviously, the logging is unable to prevent any harmful attempt, but it can be helpful to trace back which application has been circumvented. The log is not useful by itself, but through the information it contains. The more detail is generally better. | Obviously, the logging is unable to prevent any harmful attempt, but it can be helpful to trace back which application has been circumvented. |
| A standard attack tactic involves profiling a system by feeding it improper data, and checking for the kinds, and contexts, of the errors which are returned. This allows the system cracker to probe for information about the server, to determine possible weaknesses. For example, if an attacker had gleaned information about a page based on a prior form submission, they may attempt to override variables, or modify them | The PHP errors which are normally returned can be quite helpful to a developer who is trying to debug a script, indicating such things as the function or file that failed, the PHP file it failed in, and the line number which the failure occured in. |