We mentioned the standard input, which also was like getting stuff through the standard input, putting stuff into the standard output.
我们提到了标准输入,这也类似于通过标准输入获取内容,将内容放入标准输出。
单词 | Standard output |
释义 |
Standard output
原声例句
PKM OS We mentioned the standard input, which also was like getting stuff through the standard input, putting stuff into the standard output. 我们提到了标准输入,这也类似于通过标准输入获取内容,将内容放入标准输出。 PKM OS And then there's another one which is called FG, if you want to recover it to the foreground and you want to reattach your standard output. 然后还有另一种称为 FG,如果您想将其恢复到前台并且想要重新附加标准输出。 PKM OS And it's executing this command then coming back to my terminal and piping the output of what that command was, in the remote machine, through the standard output in my current cell. 它执行这个命令,然后返回到我的终端,并通过当前单元中的标准输出在远程计算机中传输该命令的输出。 PKM OS There are a couple more interesting things, there's also like a standard error, a stream where you write errors that happen with your program and you don't want to pollute the standard output. 还有一些更有趣的事情,还有一个标准错误,一个流,您可以在其中写入程序中发生的错误,并且您不想污染标准输出。
中文百科
标准串流 Standard streams(重定向自Standard output)
在Unix和类Unix系统中,如同某些编程语言接口一样,标准串流是当一个电脑程序运行时,在它和它的环境间(典型为终端),事先连接的输入和输出频道。这三个I/O链接称作“标准输入”、“标准输出”和“标准错误输出”。
英语百科
Standard streams 标准串流(重定向自Standard output)
![]() In computer programming, standard streams are preconnected input and output communication channels between a computer program and its environment when it begins execution. The three I/O connections are called standard input (stdin), standard output (stdout) and standard error (stderr). Originally I/O happened via a physically connected system console (input via keyboard, output via monitor), but standard streams abstract this. When a command is executed via an interactive shell, the streams are typically connected to the text terminal on which the shell is running, but can be changed with redirection, e.g. via a pipeline. More generally, a child process will inherit the standard streams of its parent process. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。