• 方法分别打开关闭输入管道

    Methods open and close an input pipe, respectively.

    youdao

  • listenclose方法分别打开关闭输入管道

    The listen and close methods open and close an input pipe, respectively.

    youdao

  • 有用的是,可以文件复制标准输出然后可以使用管道标准输入中提取这些文件,将它们从地方复制另一个地方。

    Even more usefully, you can copy files into the standard output and, then using pipes, you can extract the files from the standard input and copy the files from one location to another.

    youdao

  • 只要可以描述输入输出转换过程,就都可以利用管道来对其进行操作。

    As long as you can express it in terms of input, output, and transformation, your pipeline can manipulate it.

    youdao

  • 不过可以第一命令使用输入定向然后剩余管道下中导出该命令输出更加常见解决方案

    However, you can use input redirection for the first command and then pipe that command's output through the rest of the pipeline for the more usual solution.

    youdao

  • 如果输入来自文件,那么过滤器管道中的第一个过滤器具有额外参数 ——文件名

    The first filter in a filter pipeline will also have an additional parameter, the filename, if the input comes from a file.

    youdao

  • 如果使用处理管道那么关键就是建立管道输入输出契约无论数据是否转义

    If you're using processing pipelines, then the key is in establishing contracts for pipeline inputs and outputs as to whether the data is escaped.

    youdao

  • 特性可以重新叙述如下不管程序输入(文件管道终端)输出目的地是什么,程序都应该同样方式工作

    This can be restated as follows: the program should operate the same, irrespective of its source of input (a file, a pipe, or the terminal) and of its output destination.

    youdao

  • UNIX用户十分熟悉管道思想控制程序输出使成为另一个程序输入机制

    UNIX users are very familiar with the idea of pipesmechanisms that direct the output of one program so that it becomes the input for another.

    youdao

  • 管道逐渐输入文档转换输出

    Gradually, the pipe turns the input document into the output.

    youdao

  • 管道按次序命令连接起来,命令输出作为后个命令输入

    The pipe chains commands in sequence, where the output of an earlier command becomes the input of a subsequent command.

    youdao

  • 埃及通过地下管道软管输送加沙汽油,其花费只有从约旦河西岸巴勒斯坦首府拉马拉输入三分之一,拉马拉的汽油由以色列提供

    The petrol pumped into Gaza by underground pipes and hoses from Egypt costs a third of what it does in Ramallah, the Palestinians' West Bank capital, where Israel supplies it.

    youdao

  • 所示命名管道工作起来管道一样:你一端输入数据,另一端输出同样数据。

    As the name suggests, a named pipe works like a pipe: you enter data in one end, and the same data comes out the other end.

    youdao

  • 管道个有媒体这个输入输出

    A pipeline is a directed graph in which media flows in a defined direction from the input to the output.

    youdao

  • 安排一个管道服务标准输出作为日志进程标准输入

    It also arranges for a pipe to carry the standard output from the main service to the log process's standard input.

    youdao

  • 模块输出一个模块输入之间管道模块联系起来。

    Modules are connected to each other by attaching a pipe from the output of one module to the input of another module.

    youdao

  • 需要输入相应内容,包括管道(|)重定向,就可以创建即兴数据处理器,从而实现将其中的这些部分简单地在一起强大的功能

    With just a few keystrokes — including a pipe (|) or redirection — you can create an impromptu data processing machine more powerful than the sum of its parts.

    youdao

  • 第一句子输出的结果作为第二句子输入连接词(管道)连接两个句子。

    The first produces output; the second consumes it, and a conjunction — the pipeconnects the two.

    youdao

  • 既然这样,可以一个管道期望脚本输出作为管道输入

    In this case, we want to make a pipeline in which the input to the pipeline is the output of the desired script.

    youdao

  • 命令行下使用输入输出管道

    Working at the command line: input and output, pipes and streams.

    youdao

  • 从而使得石油公司积极主动建造很多石油管道通往库最近几个月以来,石油已经开始输入库欣纵横交错的储油设备中,而且同时还在不断建造新的储油设备。

    This gave oil firms lots of incentive to build pipelines to Cushing: in recent months oil has poured into Cushing’s growing and labyrinthine storage facilities.

    youdao

  • load工具指定管道设备比如磁带设备)用户定义游标接受输入

    The load utility also accepts input from named pipes, devices (such as tape devices), or user-defined cursors.

    youdao

  • 最后关闭输入清空输出流,如果输出流管道,则pclose函数关闭

    Finally, close the input stream, flush the output stream, and if it was a pipe, close it with the pclose function.

    youdao

  • 命令command1输出作为过滤器command2输入需要使用管道操作符(|)连接两个命令

    In order to use the output of a command, command1, as input to a filter, command2, you connect the commands using the pipe operator (|).

    youdao

  • Xproc管道接受0多个XML文档作为输入生成0个或多个XML文档作为输出

    XProc pipelines accept zero or more XML documents as their input and produce zero or more XML documents as output.

    youdao

  • tee命令功能作为t管道输入(主机输出)发送一条命令称为tap文件

    The tee command functions as a T-pipe, taking its input (the output from the mainframe) and sending it to the next command as well as a file called tap.

    youdao

  • 如果熟悉各种管道连接器应该明白 UNIXLinuxtee应用程序名字所隐含的事情 — 将输入分割两个不同

    The UNIX or Linux tee application does what its name suggests if you're familiar with various plumbing connectors—it splits its input into two different streams.

    youdao

  • awk可以管道作为过滤器如果没有指定文件,它可以键盘(标准输入)中接收输入

    Awk can act as a filter in a pipeline or take input from the keyboard (standard input) if no file or files are specified.

    youdao

  • 一特性popen系统调用实现的,系统调用允许进程打开另一个进程的管道,将管道用于输出输入

    This feature is implemented using the popen system call, which allows one process to open a pipe to another process, either for output or input. In this case we open a pipe to the command.

    youdao

  • 一特性popen系统调用实现的,系统调用允许进程打开另一个进程的管道,将管道用于输出输入

    This feature is implemented using the popen system call, which allows one process to open a pipe to another process, either for output or input. In this case we open a pipe to the command.

    youdao

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

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

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