Methods open and close an input pipe, respectively.
方法分别打开和关闭输入管道。
The listen and close methods open and close an input pipe, respectively.
listen和close方法分别打开和关闭输入管道。
The aqueous alkali is injected into the input pipe through the horn pipe, which makes the aqueous alkali mix with diesel oil homogeneously and the emulsion of diesel oil is avoid.
碱液经扁喇叭形注碱管注进进料管既可以使碱液同柴油均匀混合,又能避免激烈搅动使柴油乳化;
This paper expounds the direct embed construction of heat input pipe with big diameter, and its constructing method and quality control in the rebuilding of urban pipe network as well.
论述了大管径供热管道直埋施工,在城市管网改造中的施工方法和质量控制。
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.
不过,您可以对第一个命令使用输入重定向,然后在剩余的管道下中导出该命令的输出,这是更加常见的解决方案。
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.
该特性可以重新叙述如下:不管程序的输入源(文件、管道或终端)和输出目的地是什么,程序都应该以同样的方式工作。
For example, I recently implemented it in a so-called "pipe" that transforms input documents through a combination of XSLT style sheets and custom-made filters.
例如,我最近在所谓的“管道”中实现了它,该“管道”通过xslt样式表和定制过滤器的组合来转换输入文档。
Gradually, the pipe turns the input document into the output.
管道逐渐将输入文档转换成输出。
After the pipe, change to a different directory and then extract the byte stream again from the standard input.
在管道符后面,切换到另一个目录,然后从标准输入提取字节流。
The pipe chains commands in sequence, where the output of an earlier command becomes the input of a subsequent command.
管道按次序把命令连接起来,前一个命令的输出作为后一个命令的输入。
It also arranges for a pipe to carry the standard output from the main service to the log process's standard input.
它还安排一个管道,把主服务的标准输出作为日志进程的标准输入。
In order to use the output of a command, command1, as input to a filter, command2, you connect the commands using the pipe operator (|).
要将命令command1的输出作为过滤器command2的输入,您需要使用管道操作符(|)连接两个命令。
Finally, close the input stream, flush the output stream, and if it was a pipe, close it with the pclose function.
最后,关闭输入流,清空输出流,如果输出流是管道,则用pclose函数关闭它。
The pipe between the two (|) feeds the standard output from the first tar into the standard input of the second, effectively copying the files into, and then out of, a non-existent archive file.
两者之间的管道 (|) 将第一个tar 的标准输出传入到第二个 tar的标准输入,并且高效地将文件复制到一个并不存在的存档文件,然后再从其中提取文件。
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.
这一特性是用popen系统调用实现的,该系统调用允许一个进程打开到另一个进程的管道,将管道用于输出或输入。
Also, since by default the LogParser reads from standard input, you can pipe a log file from a running server to the LogParser to get output generated in real time.
同时,虽然LogParser默认从标准输入中读取数据,但是你也可以指定一个来自运行时服务器的日志文件,用LogParser实时输出。
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.
tee命令的功能是作为t管道,将输入(主机的输出)发送到下一条命令和称为tap的文件。
The pipe symbol indicates that the message's contents should be sent as input for the indicated program: a Python script named aci.py.
竖杠符号指定邮件内容应作为输入发送到某个指定的程序:一个名为 aci.py 的 Python脚本。
If the focus has changed between input reads, the old pipe to the xev process is killed and a new one started.
如果焦点在输入读取之间发生切换,则终止xev进程的旧通道并启动新通道。
Modules are connected to each other by attaching a pipe from the output of one module to the input of another module.
模块输出到另一个模块输入之间的管道将模块联系起来。
In order to write logs to a pipe, simply replace the filename with the pipe character "|", followed by the name of the executable which should accept log entries on its standard input.
为了写日志给一个管道,简单地用管道符|替换文件名,跟随可执行程序名字,这个程序应该在它的标准输入上接受日志项。
A pure pipe USES pure functions. Pure functions process inputs and return values without detectable side-effects. Given the same input they should always return the same output.
纯管道使用纯函数。纯函数是指在处理输入并返回结果时,不会产生任何副作用的函数。给定相同的输入,它们总是返回相同的输出。
Whenever applicable use PIPE as Input and Output between two contiguous action nodes, this will prevent extra context processing and will keep memory usage down.
在任何合适的情况下使用PIPE作为两个连续动作节点的Input和Output,这将防止额外的上下文处理并可以将内存保持在一个较低的使用水平。
The limit load of a defective cylinder is a very important input in a structural integrity assessment of a pressure vessel or pipe using R6 type procedure.
在使用R 6方法的压力容器和管道结构完整性评估过程中,含缺陷圆筒的极限载荷是一个非常重要的输入参量。
How to make a UNIX pipe prompt for user input correctly?
如何正确地让用户输入unix管道提示?
In the hardware system, mainly introduced the exciting circuit, signal processing circuit, man-machine interfaces, signal input and output circuits and the method of empty pipe detection.
在硬件系统中,主要介绍了励磁电路、信号处理电路、人机接口、信号输入输出电路及空管检测电路等几个部分。
The utility model has the advantage of that the connection pipe can be connected with the thread of the input end of an electromagnetic impulse valve without any tool.
本实用新型的优点是可以不用任何工具将连接管与电磁脉冲阀输入端螺纹相联接。
Reads the output from one command and writes it to the input of another command. Also known as a pipe.
只使用一个管道>。值得一看使用命令重定向操作符。
Reads the output from one command and writes it to the input of another command. Also known as a pipe.
只使用一个管道>。值得一看使用命令重定向操作符。
应用推荐