• 如果命令它们添加基于维基命令库中

    If you do write any commands, please add them to the wiki-based command repository.

    youdao

  • 可以通过 Ubiquity作者教程学习如何命令.

    You can learn how to write commands in the Ubiquity Author Tutorial.

    youdao

  • 命令输出一个文件设备打印机而不是命令提示符窗口

    Writes the command output to a file or a device, such as a printer, instead of the command Prompt window.

    youdao

  • 大部分时间都是自己成立教会所以觉得自己权威这些教会,命令

    Most of the time he was writing to churches he himself founded, so he felt like he had authority over these churches to write authoritative letters.

    youdao

  • 保罗书信认为自己命令的书信,它们命令式的是因为,他创立教会使徒

    Now Paul, when he was writing his letters, he thought he was writing authoritative letters, but they were authoritative because he was an apostle who had founded the churches.

    youdao

  • BigQuery能够短短几秒内数以万亿记录分析上亿数据优势就是可以用类似SQL一样的简单语句命令

    One of the advantages to BigQuery, which can analyze billions of lines of data from trillions of records in mere seconds, is that it is written in a simple SQL-like language.

    youdao

  • 下了一道命令所有东西都不得毁掉

    He issued an edict that none of his writings be destroyed.

    《柯林斯英汉双解大词典》

  • 我们代码的时候,我们用到命令或者声明

    When we start building up code, we're going to use commands. Or statements.

    youdao

  • 标准输出重定向至其它希望同一命令上将标准错误也至同一目的地时,特性非常有用。

    But this feature is useful when stdout has already been redirected to another source, on the same command line, and you want stderr to go to the same destination. For example.

    youdao

  • Maeda先生上司们承认这件事的时候,据说他们命令份报告解释怎样偶然发生的。

    When Mr Maeda admitted this to his superiors, they are said to have ordered him to produce a report explaining how it happened "unintentionally".

    youdao

  • 创建系统链接多行命令(意味看见了,你需要跟着回车)。

    You'll be creating symlinks and writing multi-line commands (meaning that where you see \ this should be followed by pressing Enter).

    youdao

  • 我们需要一种方法检测某些命令工具并且决定Expect测试脚本

    We needed a means to test some command line tools and had settled on writing test scripts in Expect.

    youdao

  • 命令这里csh {}语法结构前缀.*daily.......

    In the command, which is written here in csh {} syntax, the prefix .*daily.......

    youdao

  • 然而即使Ruby代码,我编辑器终端shell命令输入的代码总量少于100行。

    However, even if I wrote twice as much Ruby code, the total number of lines that I typed into an editor or the command line of my terminal shell is less than 100 lines.

    youdao

  • 数据库I/O操作可以在 CLP(Command Line Processor,命令处理器)中使用db2setwrite 命令起。

    The I/O write operation on the source database can be suspended from the CLP (Command Line Processor) using the db2 set write command.

    youdao

  • 我们已经试图所有样板代码ubiquity核心这样一个有用的Ubiquity命令就会如此简单

    We've tried to factor out all the boilerplate code into the Ubiquity core, so that writing a useful Ubiquity command is as simple as this.

    youdao

  • 注意可以使用sync命令缓冲区缓存中的请求发送存储媒体(迫使所有数据发送到设备驱动程序进而发送到存储设备)。

    Note that you can use the sync command to flush the buffer cache out to the storage media (force all unwritten data out to the device drivers and, subsequently, to the storage device).

    youdao

  • 按照参数cmd执行例子可以Rexx一个shell或者交互式环境(或许会运行外部实用程序或者内置命令,正如同bash)。

    Following the example of the execution of the argument CMD, you could write a shell or interactive environment in Rexx (perhaps running either external utilities or built-in commands, much like bash).

    youdao

  • 命令管道作为组件工作(通过读取标准输入文件名参数以及标准输出标准错误)。

    Working as a component in a pipeline of commands (by reading either standard input or a filename argument, and writing to standard output and standard error).

    youdao

  • 太太阿,现在我们大家要彼此相爱。这并不是命令你,乃是我们起初受的命令

    And now I beseech thee, lady, not as though I wrote a new commandment unto thee, but that which we had from the beginning, that we love one another.

    youdao

  • 捕获用户命令应用程序交互只是一个数据任务

    Capturing a user's interaction with a command-line application is not just a writing task.

    youdao

  • 你们可以上面源代码,如果编译的话不用GCC这样要输入命令,文件名,只需点击按钮可以

    And you can write your source code in it but to compile something you don't run a command like GCC and then the name of the file, you instead click a button.

    youdao

  • 虽然不是最好做法,但是可以命令简明地

    Although it isn't best practice, you can write this command even more concisely as.

    youdao

  • 可以考虑使用degrafs命令命令有助于确保文件系统空闲空间连续的,以后操作文件创建操作帮助

    You may also want to consider using the degrafs command which can help ensure that the free space on your filesystem is contiguous, which will help with future writes and file creates.

    youdao

  • 应该使用以下命令确保只有root拥有访问权。

    You should ensure that only root will have read and write access by using.

    youdao

  • 重组xml索引时,数据库管理员可以通过REORGINDEXES命令使用ALLOWWRITEaccess子句允许并发操作

    When reorganizing XML indexes, database administrators can use the allow write ACCESS clause in the reorg indexes command to allow concurrent writes on the table.

    youdao

  • 命令把“input_file”第 1标准输出(也就是屏幕),因为这里没有重定向管道

    This will write page 1 of "input_file" to stdout (the screen), since there is no redirection or piping.

    youdao

  • 由于Rake提供了套完整命令编程环境有些Ant实现起来很繁琐(或者定义Ant任务几乎无法实现)的事情在Rake中就变得轻而易举了。

    Since Rake gives a full imperative programming environment there are some things that are trivial to do in Rake which are cumbersome (or impossible without writing a custom Ant task) in Ant.

    youdao

  • 最好编码器设置所有这些命令不用任何代码

    The best thing is you can set this all up in the editor without a line of code!

    youdao

  • 如何命令程序可以通过一个单独前端访问

    How to write a command line program which can be accessed by a separate frontend?

    youdao

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

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

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