• This command will walk the entire subtree of a given management value and return all the information about the system contained within the subtree.

    命令遍历某个给定管理整个树,返回子树中获得的有关系统所有信息

    youdao

  • The above suma command will return a suma task ID that might later be used to perform an immediate download of a schedule task.

    上面suma命令返回一个suma任务ID稍后执行计划任务的立即下载时会使用这个任务ID。

    youdao

  • If the client's encrypted return string and the locally encrypted string match, the shutdown command is run.

    如果客户机加密过的返回字符串本地加密的字符串匹配,则运行关闭命令

    youdao

  • In many cases, this will provide the optimizer with nearly as accurate statistics as the first command, but will return results much faster.

    很多情况下这样可以优化器提供接近第一命令精确性统计信息但是可以更快地返回结果。

    youdao

  • The return status from a command can be used to identify whether a particular command ran correctly, or whether it generated some sort of error.

    命令返回状态用于确定特定的命令是否正确运行或者是否生成某种类型的错误。

    youdao

  • Following her return, Savitskaya was selected to command an all-female Soyuz crew for a visit to Salyut 7, in observance of National Women's Day.

    萨维茨卡娅返回地面庆祝国家妇女节活动中,挑选出来指挥联盟号的所有机组人员访问礼炮7号。

    youdao

  • The best option to exit the debugger is always to abort the command and return to the regular REPL window.

    退出调试最佳选项始终中止命令返回正常REPL窗口。

    youdao

  • Here is an example of executing a simple command that doesn't return a set of results.

    以下执行某个返回结果简单命令例子

    youdao

  • The SYSLOG_ACTION_READ command is used to block until log messages are available, and then return them in the provided buffer.

    SYSLOG_ACTION _ READ用于阻塞操作,直至日志消息到达后才释放该操作然后它们返回提供的缓冲区。

    youdao

  • This command causes the SPE to immediately return with the status of the DMA channels.

    这个命令会导致SPE立即返回dma通道状态

    youdao

  • Wait for the command to return and make sure that you receive output similar to that shown in Figure 14.

    等待命令返回确保接收到14中所类似输出

    youdao

  • If the command takes longer than a second or two to return, there may be either network name resolution configuration problems or configuration issues with your particular version of SSH.

    如果命令花费超过秒钟时间返回,那么可能存在网络名称解析配置问题特定版本ssh相关的配置问题

    youdao

  • You might also use return values from functions with command such as test or while to control branching or looping.

    可以函数返回testwhile之类的命令结合使用控制分支循环

    youdao

  • To find out, you can use the whoami command to return the name of the current user.

    找出答案,可以使用whoami命令返回当前用户名称

    youdao

  • Press Execute to return the query result in the command results area, as in Figure 9.

    按下execute命令结果区域返回查询结果如图9所示。

    youdao

  • The TSQLConnection component is equipped with an ExecuteDirect method to execute an SQL command that doesn't return a result set (also called cursor).

    TSQLConnection组件一个 ExecuteDirect方法,该方法可以执行返回结果集合SQL命令称为指针)。

    youdao

  • On a machine where ps is not a valid command, this should return an empty array.

    ps不是有效命令机器上,应该返回数组

    youdao

  • Upon the return of the prompt, you would type the following command and then immediately receive the result, true, from the Rhino interpreter.

    返回提示符之前,需要在Rhino解释器中输入下列命令然后立即就会看到结果true

    youdao

  • This method should return an implementation of AbstractAdminCommand that executes the command specified in the command data passed to the load method.

    方法应该返回AbstractAdminCommand实现,该实现执行传递加载方法命令数据指定的命令。

    youdao

  • To check the level of InfoSphere Federation server, enter the command db2licm -l from a DOS prompt, which should return the following.

    查看InfoSphereFederationServer级别,请通过DOS命令提示符输入命令db2licm—l,返回的结果如下所示。

    youdao

  • The put command sends back the contents of the output buffer, but the return statement at the end of main also sends back data; the status generated will be passed back to the PPE.

    PUT命令发回输出缓冲区内容但是main末尾返回语句会将数据发送回去所生成状态发回给PPE

    youdao

  • Notice that when you run the command, the if statement for the last exit status is never reached because the script exits upon a non-zero return status of the cp command.

    注意运行命令时,实现最终退出状态if语句将永远无法满足条件,因为脚本在遇到cp命令返回状态时将退出

    youdao

  • The wsadmin tool will convert different admin command return types to string format, which means all admin command results will be displayed in string format.

    wsadmin工具不同管理命令返回类型转换字符串格式意味着所有的管理命令结果字符串格式显示

    youdao

  • Start the scala interpreter by typing scala and the return key on your command line.

    我们可以通过命令输入scala回车,来启动scala解释器

    youdao

  • When test has evaluated the expression, you're returned to a command prompt, where you can verify the return code, as shown in Listing 10.

    test运算表达式时,返回命令提示可以在这里检查返回 清单 10。

    youdao

  • This method should return an implementation of the AbstractAdminCommand that executes the command specified in the command metadata that is passed to the create method.

    方法应该返回AbstractAdminCommand实现,后者执行传递创建方法命令元数据指定的命令。

    youdao

  • To verify that there is no longer any data on the DS8300 hdisks, the LSPV command is run and should not return any output.

    为了验证ds8300hdisk上不再任何数据运行lspv命令,之后返回任何输出

    youdao

  • The variable "$?" provides the return code of the command recently invoked; in the example below, it provides the return code of the execution of the "ls" command.

    变量 "$?"提供最近所调用命令返回;在下面的示例中,提供了执行 "ls" 命令的返回码。

    youdao

  • BusinessLayerProxy never knows what command it's executing, only that it's executing some business logic through the ICommand interface (notice the return value from CommandFactory).

    BusinessLayerProxy并不清楚执行什么命令只是通过ICommand接口执行一些业务逻辑(注意CommandFactory返回)。

    youdao

  • BusinessLayerProxy never knows what command it's executing, only that it's executing some business logic through the ICommand interface (notice the return value from CommandFactory).

    BusinessLayerProxy并不清楚执行什么命令只是通过ICommand接口执行一些业务逻辑(注意CommandFactory返回)。

    youdao

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

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

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