网站首页  词典首页

请输入您要查询的英文单词:

 

单词 stderr
释义

stderr

  • 网络标准错误;标准错误输出;标准错误输出文件
1.
标准错误
当遇到标准错误stderr)时过程(process)和输出(output)将被阻塞。 util.log(string) 带有时间戳的标准输出。
blog.csdn.net
2.
标准错误输出
标准错误输出stderr)写入日志文件。日志文件储存在/资源库(Library)/Logs/Console/ <uid> /console.log文件里,<uid> …
blog.csdn.net
3.
标准错误输出文件
2号文件分配给标准错误输出文件stderr),也对应终端的屏幕shell在启动时会打开0、1、2三个标准输入输出文件,在用户执 …
blog.163.com
4.
标准错误流
标准错误流 (stderr) 之外,输出流在输出至文件时缺省情况下缓冲,在输出至终端时采用行缓冲。标准错误输出流 (stderr) 在 …
download.oracle.com
5.
标准错误输出设备
标准错误输出设备STDERR),其文件描述符分别为 0、1、2。以后打开的文件的文件描述符分配依次增加。
blog.sina.com.cn
6.
标准错误文件
标准输出文件(stdout)和标准错误文件stderr),这两个文件都对应终端的屏幕。cat 把输入放到输出>> 把输出转向附加到 …
zhidao.baidu.com

例句

释义:
1.
It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way.
可以通过子进程的标准输入、标准输出、标准错误输出以完全非阻塞的形式传递数据。
wiki.grati.org
2.
The outlet is called the standard error device (usually referred to as stderr).
此出口称为标准错误设备(通常简称为stderr)。
www.ibm.com
3.
This accepts a single argument, the filehandle of the file where you want errors (normally sent to STDERR) to be written.
该函数只有一个参数,即您用来写入错误信息的文件的文件句柄(通常会将该信息发送到STDERR)。
www.ibm.com
4.
To the STDERR stream, or to the STDOUT stream.
指定的文件、STDERR流或STDOUT流。
msdn2.microsoft.com
5.
You can see the old behavior if you redirect both stdout and stderr to a file of your own choosing.
如果您将stdout和stderr重定向到自己选择的文件,您将看到老版本中出现的行为。
www.ibm.com
6.
The term stdout is the output data that the program executed returns, and stderr refers to errors that the program encountered or returned.
术语stdout表示执行的程序所返回的输出数据,而stderr指的是程序遇到或返回的错误。
www.ibm.com
7.
stderr stdout. Windows blocks a process when either of these buffers are full.
一个窗口过程块这两种缓冲器都满了。
blog.sina.com.cn
8.
Unless redirected elsewhere, the stdout and stderr streams from the background process are directed to the controlling terminal.
除非被重定向到其他地方,否则来自后台进程的stdout和stderr流将被定向控制终端。
www.ibm.com
9.
The nohup command is used to start a command that will ignore hangup signals and will append stdout and stderr to a file.
nohup命令用于启动一个忽略hangup信号的命令,并且将stdout和stderr附加到文件。
www.ibm.com
10.
Combining STDOUT and STDERR in this way prevents STDERR output from showing up on the system console and enables the program to parse it.
以这种方法合并STDOUT和STDERR,将阻止STDERR输出在系统控制台上显示并允许程序解析它。
www.ibm.com
1.
The stderr of the commands wasn't redirected, so all three utilities print error messages to the terminal.
这些命令的stderr未进行重定向,因此所有三个实用工具都会将错误消息打印到终端上。
www.ibm.com
2.
STDIN, STDOUT, STDERR, files, and in-memory data stacks are all handled in a uniform and elegant fashion.
文件和内存内部数据栈都以统一而优雅的方式处理。
www.ibm.com
3.
So most of the time, you will want to direct STDOUT to a file for safe keeping, and watch STDERR for progress and result summaries.
这样在大部分时间里,为了安全保管,您将会把STDOUT定向到一个文件,并监视针对进程和结果概要的STDERR。
www.ibm.com
4.
The phrase |&tee log pipes the stdout and stderr of bash to the tee utility, which prints its stdin to stdout and to the file log.
短语|&teelog将bash的stdout和stderrto通过管道重定向到tee实用工具,后者将其stdin打印到stdout和文件log中。
www.ibm.com
5.
It is worth noting that code_recognizer. py sends its (large) test result file to STDOUT , but puts some friendly messages on STDERR .
值得注意的是,code_recognizer.py将它的(大的)测试结果文件发送到STDOUT,而将一些友好的消息放在STDERR里。
www.ibm.com
6.
At the outset, Phase 1, the progenitor process reads from standard input stdin, writes output to stdout, and emits errors to stderr.
首先,在第一阶段,初始进程从标准输入stdin读取数据,把输出写到stdout,把错误发送到stderr。
www.ibm.com
7.
By default, and unless you specify otherwise, your terminal is the source of data for stdin and the destination for both stdout and stderr.
默认情况下,除非另行指定,您的终端既是stdin的数据源,也是stdout和stderr的输出目标。
www.ibm.com
8.
verbose: relocations prints relocation information for precompiled code to STDERR.
relocations将预先编译代码的重定位信息打印到STDERR。
www.ibm.com
9.
One trick we do is to set sys. stderr = sys. stdout.
我们所使用的一个技巧是设置sys.stderr=sys.stdout。
www.ibm.com
10.
A synchronous output function. Will block the process and output string immediately to stderr.
同步输出函数,此函数将阻塞进程并将字符串打印到标准错误输出。
wiki.grati.org
1.
stderr is the standard error stream, which displays error output from commands.
stderr是标准错误流,显示命令中的错误输出。
www.ibm.com
2.
If there are errors in your script or command, you won't see a standard error (stderr) unless you pipe it to stdout.
如果命令或脚本出现错误,您将看不到标准的错误(stderr),除非您通过竖线将它添加到stdout。
www.ibm.com
3.
Xtrace: iprint=awt traces all of the JVM internal AWT trace points to stderr, with indentations on entry and exit.
iprint=awt将所有JVM内部AWT跟踪点记录到stderr,在进入和退出时进行缩进。
www.ibm.com
4.
STDERR prints to the screen when a command fails.
STDERR则对应于一个命令失败时的屏幕输出。
www.ibm.com
5.
Redirects the error message output to the screen (stderr).
将错误消息输出重定向到屏幕(stderr)。
msdn2.microsoft.com
6.
However, you can change the source of stdin and the eventual destinations of both stdout and stderr.
不过,您可更改stdin的源以及stdout和stderr的目标。
www.ibm.com
7.
The -t option echoes each command to stderr before each command is executed.
t选项可以在执行每个命令之前将命令回显到stderr。
www.ibm.com
8.
As we saw earlier in our discussion of pipelines, you need to redirect stderr to stdout before piping to tee if you want to save both.
在前面关于管道的讨论中可以看到,必须先将stderr重定向到stdout,然后再重定向到tee,如果您需要同时保存两者的话。
www.ibm.com
9.
Meanwhile, the selpg process runs in the background, with stdout and stderr both redirected to files.
同时,selpg进程在后台运行,并且标准输出和标准错误都被重定向至文件。
www.ibm.com
10.
There are times when you may need to have both stdout and stderr written to the same file or device.
有时候,可能需要把stdout和stderr写到同一个文件或设备。
www.ibm.com
1.
But, using redirection of stderr , errors can also be redirected to go to a file .
但是使用标准错误重定向,也可以将错误重定向至文件。
www.bing.com
2.
Xtrace: iprint=awt activates method trace and set the output to stderr with indentations.
iprint=mt激活方法跟踪并将输出发送到stderr,进行缩进。
www.ibm.com
3.
Just as we can redirect the stdout and stderr streams, so too can we redirect stdin from a file, using the operator.
就像可以重定向stdout和stderr流一样,我们也可以使用操作符从文件重定向stdin。
www.ibm.com
4.
These are sometimes called stdin, stdout, and stderr after the global variables that represent them in every C program.
有时将它们称为stdin、stdout和stderr,这是在所有C程序中用来表示它们的全局变量。
www.ibm.com
5.
Listing 10 shows what happens if you use nohup as we did before, but redirect both stdout and stderr.
清单10显示了按照旧方式使用nohup会发生什么情况,但同时重定向了stdout和stderr。
www.ibm.com
6.
The more painful part is the issue with stdout and stderr.
更痛苦的部分是问题和
blog.sina.com.cn
7.
Similarly, you'd use 2| to pipe stderr to another program.
与之类似,您可以使用2|将stderr通过管道传递到另一个程序。
www.ibm.com
8.
STDERR The standard error is used only for diagnostic messages .
标准错误只是用来诊断消息的。
www.bing.com
9.
In traditional programming languages such as C, you would use STDIN, STDOUT, and STDERR to accomplish this.
在诸如C之类的传统编程语言中,您将使用STDIN、STDOUT和STDERR完成此操作。
www.ibm.com
10.
In the first case, stderr is redirected to the current location of stdout and then stdout is redirected to output. txt
在第一种情况中,stderr被重定向到stdout的当前位置,然后在将stdout重定向到output.txt,但第二次重定向仅影响stdout,不影响stderr。
www.ibm.com
1.
Another example is to redirect to standard error (sys. stderr)
另外一个例子是重定向给标准错误(sys.stderr)
www.ibm.com
2.
Error output should be written to standard error (stderr), which is by default again the terminal (the user's screen)
错误输出应该被写至标准错误(stderr),缺省情况下标准错误同样也是终端(也就是用户的屏幕)
www.ibm.com
3.
stderr is a list of strings containing the standard error. stderr
是一个清单,字符串包含标准错误句柄。
blog.sina.com.cn
4.
With the environment configured, run the LeakyJNIApp for 10 seconds and capture the stderr output that contains the malloc log
配置好环境之后,运行LeakyJNIApp10秒钟,并捕获stderr输出,其中包含malloc记录
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/4 0:13:09