What is the translation of " STDIN " in Chinese?

标准输入

Examples of using Stdin in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
They mean: Read from stdin;
他们的意思是:从stdin读取;
Sys. stdin is a file object.
Sys.stdin是一个文件对象。
Is identical to getc(stdin).
等价于std::getc(stdin)。
A child process stdin is a writable stream.
子进程stdin是一个可写的流。
If no file is given,the certificate is read from stdin.
如果未指定程序文件,则从STDIN读取
Opens the REPL even if stdin does not appear to be a terminal.
打开REPL,即便stdin看起来不像终端。
With no arguments, the signature packet is read from STDIN.
如果未指定程序文件,则从STDIN读取
Opens the REPL even if stdin does not appear to be a terminal.
打开REPL,即使stdin看起来不像终端。
Previous versions did notallow to create volumes when archiving from stdin.
前版本不允许从标准输入归档时创建卷。
Input can come from stdin, a file, or be pipe from a command.
输入可以来自stdin,文件,也可以来自命令。
From previous hours you're already familiar with one filehandle: STDIN.
在前面的课程中,你已经熟悉了一个句柄,即STDIN
Zero is always stdin, 1 is stdout, 2 is stderr.
我当时紧张得忘了,其实0就是stdin,1是stdout,2是stderr。
There is a third standard file descriptor, 0<,the standard input(stdin).
第三个标准文件描述符,0<是标准输入(stdin)。
Unit of execution program using stdin/ stdout service with HTTP or gRPC API.
执行单元程序使用stdin/stdout使用HTTP或gRPCAPI.
Various functions can return this error,say when we're reading from a file or STDIN.
各种函数可以返回这个错误,例如,当我们从一个文件或者STDIN读取时。
You can then use stdin in your program to access a variety of subroutines for reading user input.
然后你可以在你的程序里使用stdin去调用各种用来读取用户输入的子程序。
You can also give this version of cat an argument of-to indicate that it should read from stdin.
你也可以在此版本的cat中以-为参数,以表示它应该从stdin读取
Then hexdump can also receive input from the stdin input, which means you can pipe things into it.
之后hexdump也可以从stdin输入接收输入,这意味着你可以将东西使用管道连接到它:.
It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors.
它从标准输入读取,打印到标准输出,并允许用户使用CSS选择器过滤页面的某些部分。
In this chapter, we shall develop a simple filter,and learn how to read from stdin and write to stdout.
在本节中,我们将编写一个简单的过滤程序,从而学习如何从标准输入stdin和标准输出stdout进行读写。
File descriptor 0 is standard input(stdin), 1 is standard output(stdout), and 2 is standard error(stderr).
注:0是标准输入(STDIN),1是标准输出(STDOUT),2是标准错误输出(STDERR).
The stdin function returns an instance of std:: io::Stdin, which is a type that represents a handle to the standard input for your terminal.
Stdin函数返回一个std::io::Stdin的实例,这代表终端标准输入句柄的类型。
Interpret: Next, the shell reads commands from stdin(which could be interactive, or a file) and executes them.
解释执行:接着,shell会从标准输入(可能是交互式输入,也可能是一个文件)读取命令,并执行这些命令。
Tr(short for translate) is a useful command lineutility that translates and/or deletes characters from stdin input, and writes to stdout.
Tr(翻译的简称)是一个有用的命令行实用程序,它从stdin输入转换和/或删除字符,并写入stdout。
Since the main process stdin is a readable stream, we can pipe that into a child process stdin stream.
因为主进程stdin是一个可读的流,我们可以将它管道到一个子进程stdin流中。
Unlike in a normal process though, in a child process,the stdout/stderr streams are readable streams while the stdin stream is a writable one.
与正常进程不同的是,在子进程中,stdout/stderr流是可读流,而stdin流是可写的。
Also note how the stdio streams(stdin, stdout, stderr) have the inverse stream types when it comes to child processes.
还需要注意的是stdio流(stdin,stdout,stderr)在子进程中有着与父进程中相反的类型。
Traceback(most recent call last): File"<stdin>", line 1, in<module>ValueError.
最近遇到了这样一个报错:Traceback(mostrecentcalllast):File"<stdin>",line1,in<module>UnicodeDecodeEr….
We then pipe the main process stdin(which is a readable stream) into the child process stdin(which is a writable stream).
然后我们将主进程stdin(这是一个可读流)管道进入子进程stdin(这是一个可写的流)。
Line 17 and luaL_loadbuffer() take the input from stdin as a chunk and compile it, placing the chunk on the virtual stack.
第17行和luaL_loadbuffer()会从stdin中以块的形式接收输入,并对其进行编译,然后将其放入虚拟堆栈中。
Results: 30, Time: 0.0239

Top dictionary queries

English - Chinese