• And it can provide signal to sonar system for the use of function check and capability test.

    同时生成并声纳系统提供这些信号作为声纳功能检查性能测试

    youdao

  • You're passing the name of the tag being created to the new function check (which you'll define in a moment).

    创建标记名称传给函数check(这个函数稍后将做定义)。

    youdao

  • For long-running tasks I like to have the inner function check to see if there exists a file of a given name and if so, source it into its environment.

    喜欢时间运行任务内部功能检查是否存在一个给定名称文件如果这样的环境。

    youdao

  • This check function reports the number of rules processed and how many passed or failed.

    这个检查功能报告处理规则数量通过失败规则数量。

    youdao

  • If there are no hits, you might want to create one temporarily just to check that the search function works.

    如果没有找到任何结果,可能临时创建一个结果检查搜索功能是否有效

    youdao

  • A service might be a business function, such as check customer credit, or it might be a system capability, such as log in user.

    服务可以业务功能比如检查客户存款余额可以是一项系统能力,比如登录用户

    youdao

  • To do this, make a HEAD request and then check for a 404 error in your callback function; Listing 11 shows a sample callback.

    实现这种功能生成HEAD请求然后函数检查404错误清单11给出了一个简单的回调函数。

    youdao

  • In XSLT 2.0, you can use a second argument to further check if a particular function that supports a specific number of arguments, or arity, is supported.

    XSLT 2.0中,可以使用第二参数进一步检查某个函数是否支持特定数量或者任意参数

    youdao

  • The first step before reusing anything, even a small function, is to check its documentation to see if there's a security warning about it.

    开始重用任何组件之前即使是很小函数我们执行的第一个步骤检查这个组件的文档,从而了解其中是否提及安全性警告

    youdao

  • Some disciples espouse using exceptions to check parameters and other preconditions, and error codes to report processing errors within the function.

    某些派别的信徒支持使用异常检查参数其他前置条件,使用错误编码报告程序出错的处理。

    youdao

  • Check it out for the CPP section, and pick up the function you are interested in.

    查看CPP部分选择兴趣函数

    youdao

  • It then USES the built-in isdirectory function to check whether the requested directory exists.

    然后使用内置isdirectory函数检查请求路径是否存在

    youdao

  • mwarn-framesize=framesize and -mwarn-dynamicstack: These options cause a compile-time check whether a function exceeds a given stack frame size or uses dynamically sized stack frames.

    mwarn-framesize=framesize -mwarn-dynamicstack这些选项引起编译检查函数是否超过给定堆栈(stack frame)大小使用动态调整的堆栈

    youdao

  • In this example, you want the getopt function to check for the existence of any of the option letters in that string, and each should have a value.

    这个示例希望getopt函数检查命令行中是否有任何选项字母而且每个选项应该一个

    youdao

  • You use the access_ok function to check the validity of the pointer in user space that you intend to access.

    可以使用 access_ok函数访问用户空间检查指针有效性

    youdao

  • It is aligned to the business perspective of a service, which typically represents a discrete business function (for example, check credit, open account).

    服务业务透视图保持一致,服务通常表示离散的业务功能(例如检查信用开立帐户)。

    youdao

  • You can now run this function on users.php and check to see if a particular user ID is in the array.

    现在可以users.php 上运行这个函数检查某个用户ID是否数组中。

    youdao

  • That is, we no longer check that the final balance of the test account is correct; we would check that function in the unit test for the Transaction object, not the AtmGui object.

    也就是说,我们不再检查测试帐户最终余额是否正确;我们Transaction对象单元测试中检查函数而不是在对atmgui对象的单元测试中。

    youdao

  • I can also just call the if_error function every time I want to check to see if something failed, as shown in Listing 11.

    每当希望检查某些操作是否失败时,我可以调用if_error函数如清单11

    youdao

  • The luaL_checknumber() function can also be used to check arguments, printing an informative error message and aborting execution of the function.

    luaL_checknumber()函数可以用于检查参数,并且还能打印包含信息错误消息以及中断函数的执行

    youdao

  • You could modify the parseOpts() function to check for multiple occurrences of the same command line option, but you’ll have to decide how valuable adding that kind of check would be.

    可以修改parseOpts()函数,让它检查同一个命令选项多次出现情况,但是必须判断添加这种检查多大价值

    youdao

  • When the kernel function sys_init_module is called, it begins with a permissions check to see whether the caller can actually perform this operation (through the capable function).

    调用内核函数sys_init _ module时,开始一个许可检查,查明调用是否有权执行这个操作(通过capable函数完成)。

    youdao

  • The read_file function USES the stat function call to check the modification time of the file, only re-reading the contents of the file if it changed since the last time the file was loaded.

    read _ file函数使用stat函数调用检查文件修改时间只有在上一次装载之后修改了文件的情况下,才重新读取文件内容

    youdao

  • The message you want to display for that particular error check is passed to the if_error function.

    对应于特定错误检查消息传递给if_error函数

    youdao

  • This interface includes the pam_acct_mgmt() function to check whether authenticated users should receive access to their accounts.

    这个接口包含 pam_acct_mgmt()函数,这个函数检查通过身份验证用户是否应该获得他们的帐号访问

    youdao

  • You can also use the is_boolean function to check whether the supplied value is true or false.

    可以使用is _ boolean函数检查提供true还是false

    youdao

  • Check for the presence of the global function openDatabase, which is used for creating and accessing client-side databases.

    检测是否有全局函数opendatabase,这个函数用于创建访问客户端数据库

    youdao

  • Finally, in the beginning of the _handle function, we check to see if the headers have the name key.

    最后_ handle函数开头我们将检查是否name键。

    youdao

  • Update 4 USES the XMLVALIDATE function to check whether the updated document is valid according to the XML schema with the identifier "cust.custschema."

    更新4使用XMLVALIDATE函数根据XML模式(“ cust .custschema ”)检查更新文档是否是有效的。

    youdao

  • Older Japanese regard post offices, which play a social function (postmen check up on old people, for example, and pick up their prescriptions), as a mark of civilisation.

    年老日本人邮政视作文明标志,因为邮政担负着一些社会功能比如邮政人员检查老年人挑拣出他们的处方

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定