stdout:标准输出
“Standard output”经常缩写成stdout,以便快捷书写、使用。
常见于计算机领域,和常用相关。
中文意思为:“标准输出”。
Standard output具体释义
- 英文缩写:stdout
- 英语全称: Standard output
- 英语发音:
- 美式英语发音:
- 英式英语发音:
- 中文意思:标准输出
- 中文拼音:biāo zhǔn shū chū
- 常用领域:计算机
- 相关:常用
英文缩写词stdout的例句
- You can combine the standard output and error messages in one file, as shown in Listing 6.
- 您可以将标准输出(stdout)和错误消息结合到一个文件,如清单6所示。
- For example, the echo and the print command print to standard output.
- 例如,echo和print命令打印到标准输出(stdout)。
- To redirect standard input and standard output, use the operators, respectively.
- 要想重定向标准输入和标准输出(stdout),应该分别使用操作符。
- The code generator outputs on standard output, so we redirect this into the target, trayicon. c.
- 代码生成器在标准输出(stdout)上进行输出,所以我们将它重定向到目标trayicon.c。
- The arguments are a file ( or multiple files ) for standard output.
- 对标准输出(stdout)而言,参数是一个或多个文件。