stdin
标准输入
常用释义
英式发音
美式发音
基本释义
- abbr. 标准输入(standard input)
例句
-
1·It also installs the stdin pipe (if requested).它还安装了stdin管道(如果有请求)。
-
2·STDIN refers to the input you might get from a keyboard.stdin指的是您可能从键盘获得的输入。
-
3·Some utilities, such as find, don't read from stdin.某些实用工具,例如find并不从stdin读取内容。
-
4·Both stdout and stdin are typically denoted as a hyphen (-).stdout和stdin通常表示为连字符(-)。
-
5·Change the stdin and stdout lines to reference opb_uartlite_0.把stdin和stdout所在的行改成引用opb_uartlite_0。
-
6·During a restore, ontape reads data from stdin (standard input).在恢复过程中,ontape从stdin(标准输入)读取数据。
-
7·If a filename arg was not given on the command line, we use stdin.如果命令行上没有给出文件名参数,我们就使用标准输入。
-
8·What happens to a background process if it needs input from stdin?如果后台进程需要来自stdin的输入时,它会发生什么情况?
-
9·This takes (on STDIN) a collection of vectors like those above.这需要(在STDIN中)像上面一样的向量集。
-
10·And it could be any other command that can read from its stdin.“other_command”可以是任何其它能从其标准输入读取的命令。