• 其余命令执行命令

    The rest of the line is the command line to execute.

    youdao

  • 窗口底部可以看到执行命令及其输出

    At the bottom of the window, you can see the command that will be executed and its output.

    youdao

  • 输入信息时,Commandpreview显示创建DBSpacebox执行的命令

    As you enter this information, the command Preview box shows you the command that is executed to create the DBSpace.

    youdao

  • 下面执行命令设置一些全局变量,为响应消息设置缓冲区设置一个哈包含来自触发器消息的字段(见清单4)。

    Next, you set up global variables for the command to be executed, a buffer for response messages, and a hash that will contain the fields from the trigger message (Listing 4).

    youdao

  • 确定系统是否已经安装xsltproc,请执行以下命令

    To verify that xsltproc is installed on your system, execute the following command

    youdao

  • 删除本文前面创建两个虚拟打印机只需执行下面命令

    To remove the two virtual print queues previously created in this article, simply execute these commands.

    youdao

  • jarsigner工具可以验证一个签名jar文件这种操作签名jar文件简单得多,只需执行以下命令

    The jarsigner tool can also verify a signed jar file; this operation is considerably simpler than signing the jar file. Just execute the following command.

    youdao

  • 创建这些迷题解压pythonSudoku压缩解压目录下执行如下命令(参见清单9)。

    To create these puzzles, unzip the Python Sudoku package and execute the following command from the newly extracted directory (see Listing 9).

    youdao

  • 通过这个文件导入数据执行类似如下命令

    To load data from this file, you need to execute a command similar to the following.

    youdao

  • 测试组件自动化应该一个清晰按钮(比如说maketest命令)可以执行所有测试得出结果报告

    The test suite should be automatic. There should be one clear button (such as the command make test) that executes all the tests and reports the results.

    youdao

  • 枚举用于PDF.PdfCtrl.5控件命令,请PDFViewer目录中执行下面命令antactivex

    To enumerate the commands for the PDF.PdfCtrl.5 control, execute the following command within the PDFViewer directory: ant activex.

    youdao

  • 手工的:一个由用户发起批处理过程通常通过用户界面命令界面执行

    Manual: a user-activated batch process, typically executed through a UI or a command line interface.

    youdao

  • 执行sql脚本文件中的命令简单的方法是从ij工具运行脚本文件。

    The simplest technique to execute the commands in a SQL script file is to run the script file from within the ij tool.

    youdao

  • 这样修改一个名为test_db的现有数据库,使其使用自动存储,则可以执行如下所示的ALTERDATABASE命令

    Thus, to modify an existing database named TEST_DB so that it USES automatic storage, you would execute an ALTER database command that looks like this.

    youdao

  • 验证所有必需是否已经全部安装系统,可以执行清单3内的命令

    To verify that all the necessary packages are installed on your system, execute the commands in Listing 3.

    youdao

  • 这些参数逻辑地址远程地址、传输字节个数一个通道以及执行命令(例中GET)。

    The arguments are the local address, the remote address, the number of bytes to transmit, a channel, and the command to perform (in this case, GET).

    youdao

  • 上面这个命令针对还原的每个文件系统分别执行

    The above command needs to be run for each file system being restored.

    youdao

  • 既然知道执行所需操作调用实际命令(方法),现在可以创建一个本来使用命令

    Now that you know the actual command (or method) to call to perform the desired action, you can now create a script to use this command.

    youdao

  • 运行一个程序可以使用许多方法如何了解实际执行是什么命令呢?

    With so many ways to run a program, how do you know what you're actually executing?

    youdao

  • 执行连接测试打开命令提示符使用表1合适命令运行实用工具

    To confirm Connection Testing, go to a command prompt and run the utility using the appropriate command from Table 1.

    youdao

  • 尽管无数战术命令杀害平民调查透明最近几个月进行调查事件来看这样命令并未得到执行

    Despite numerous tactical directives ordering transparent investigations when civilians are killed, there have been incidents I've investigated in recent months where this is still not happening.

    youdao

  • 清单4中的代码首先定义一个数组其中第一元素执行二进制文件的路径其余元素充当命令参数

    The code in Listing 4 first defines an array, with the first element being the path to the binary that is to be executed, and the remaining elements acting as the command-line parameters.

    youdao

  • 使用跟踪可以指定跟踪到信号执行命令函数跟踪的信号编号如此处的清单13

    To use trap, you specify the command or function to be executed when the signal is trapped, and the signal number or Numbers that you want to trap, as shown here in Listing 13.

    youdao

  • 下面命令执行 <subcommand-line> 传递指定插件

    The following command passes the <subcommand-line> to the specified plug-in for execution.

    youdao

  • 创建数据库JDBC连接以便我们可以使用执行以下命令

    To create the JDBC connection to the database so that we can work with it, execute this command.

    youdao

  • 终止索引禁用约束重新创建这个参考约束,执行以下命令

    To drop the foreign key constraint with index disabled and recreate this referential constraint, issue the following command

    youdao

  • 确定存储DB2INSTPROF中的路径可以通过执行db2set- all命令显示db 2注册内容

    To determine the path stored in DB2INSTPROF, you can display the db2 registry contents by executing db2set -all.

    youdao

  • 确认修改已经生效可以通过执行以下命令来查看参数

    To ensure the change has taken effect, you can view the value of the parameter by issuing the following command.

    youdao

  • 通过接受默认用户名密码组合执行部署命令并且my - realm . xml作为部署的文件这个命令执行deployer . jar文件。

    This command executes the deployer.jar file by passing in the default user and password combination and by executing the deploy command, passing in your my-realm.xml.

    youdao

  • 创建一个keystore保存密钥初始密钥文件执行以下命令(清单8所示)。

    To create a keystore, the file that holds the keys, as well as the initial key pair, execute the following command (see Listing 8).

    youdao

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

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

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