• 平均吞吐量统计信息复制字节总量被打印标准错误输出设备

    Statistics of average throughput and the total amount of bytes copied are printed to the standard error output.

    youdao

  • 事实虽然总是可以定向标准输出标准错误输出没有什么命令错误消息

    That's true. Although you can always redirect stderr and stdout, nothing beats a good command line error message.

    youdao

  • 远程执行模拟客户端主机标准输入输出错误

    Remote execution also emulates the standard input, output, and error of the client host.

    youdao

  • 通过使用外壳,可以整个块(而不是单个命令标准错误输出进行集体定向

    Using the subshell, you can collectively redirect their standard and error output for the entire block instead of for each individual command.

    youdao

  • 如果希望错误标准输出组合单个文件请使用编号重定向(请参见清单4)。

    If you want to combine error and standard output into a single file, use numbered redirection (see Listing 4).

    youdao

  • 一点不是很重要但却很有帮助初始打开每个应用程序时,都具有三个文件描述符从02分别表示标准输入输出错误

    As a bit of helpful trivia, each application is initially opened with three file descriptors, 0 through 2, for the standard input, output, and error streams, respectively.

    youdao

  • 不怀好意的攻击者可能启动一个程序而只是标准输入标准输出或者标准错误一些奇怪事情

    Sneaky attackers may start a program but do strange things to its standard input, standard output, or standard error.

    youdao

  • 因为标准输出错误进行了重定向,所以您甚至可以整个过程生成日志

    Because you redirected the standard output and error, you can even generate a log of the whole process.

    youdao

  • Shell重定向可以方便标准程序输出、程序错误消息或者这两者捕获文本文件

    Shell redirection can be handy in capturing standard program output, error messages from a program, or both to text files.

    youdao

  • 即使不到文件也不会标准输出返回错误

    It will not return an error to standard output if the file is not found. One way to test the return of the command is to use substitution, like shown in Listing 8.

    youdao

  • 这个例子里,侦听器(SuggestionListener)只是接收SpellCheckEvent事件时,标准输出写出拼写错误建议列表

    In this case, the listener (SuggestionListener) simply writes any misspellings and a list of Suggestions to standard output whenever it receives a SpellCheckEvent.

    youdao

  • bashshell允许定向LinuxUNIX系统标准输入标准输出标准错误

    The bash shell lets you redirect standard input, standard output, and standard error on a Linux or UNIX system.

    youdao

  • 命令管道作为组件工作(通过读取标准输入文件名参数以及标准输出标准错误)。

    Working as a component in a pipeline of commands (by reading either standard input or a filename argument, and writing to standard output and standard error).

    youdao

  • 运行这个命令时,输出发送日志文件用于标准输出一个用于标准错误

    When running the commands, you send the output to a couple of log files, one for standard output and the other for standard error.

    youdao

  • 可以php中的相同通道分别用于输入标准输出输出错误通道

    You can use the same channels in PHP for input, standard output, and output to the error channel, respectively.

    youdao

  • SSH一个突出优点远程计算机定向相同位置(标准输出标准错误),所以可以在本地进行重定向同时保持输出结果的含义

    This highlights one of the benefits of ssh-the remote machine redirects to the same location (standard output, standard error), so you can redirect locally while retaining the meaning of the output.

    youdao

  • 其他的一些命令则使用标准输出标准错误,并顺序显示处理过程错误消息

    But others use standard out and standard error to show progress and error messages, in that order.

    youdao

  • 标准C因而每个UNIX程序定义了三种标准输入输出错误

    The standard C library (and thus, every UNIX program) defined three standard streams: input, output, and error.

    youdao

  • 指定TraceFile记录文件.如果指定,所有的记录输出将会加入 stderr标准错误之中

    specify a trace file. If you don't, all tracing output will go to

    youdao

  • stderr标准错误显示命令中的错误输出

    stderr is the standard error stream, which displays error output from commands.

    youdao

  • 标准错误写入multilog进程管道,这个管道已经连接到了标准输出流。

    Makes the standard error stream write to the pipe to the multilog process that is already connected to the standard output stream.

    youdao

  • selpg将第10第20页标准输出标准输出丢弃;错误消息屏幕出现

    Selpg writes pages 10 to 20 to its stdout, which is thrown away; error messages appear on the screen.

    youdao

  • 发生活动时,inetd入站请求映射标准输入 (stdin)、标准输出 (stdout)标准错误 (stderr),启动适当的守护进程

    When activity occurs, inetd maps the incoming request to standard input (stdin), standout output (stdout), and standard error (stderr) and launches the proper daemon.

    youdao

  • 无法输出看到一个细节perror() 将消息写入标准错误通道 (stderr);清单1中的printf()调用将写入标准输出通道 (stdout)。

    One detail you can't see from the output is that perror() writes its message to the standard error channel (stderr); the printf() call in Listing 1 is writing to the standard output channel (stdout).

    youdao

  • 实际上仍然可以标准错误使用重定向管道命令,不能标准输出使用,因为没有任何标准输出正在内部使用popen函数由管道将输送lp进程

    Actually, you can still redirect or pipe stderr, but not stdout, since there will not be any standard outputit's being internally piped to the lp process using the popen function.

    youdao

  • PrintStream定义常见分别用于写入标准输出标准错误的 System.out 和 System.err对象

    The PrintStream class contains the definition of the common System.out and System.err objects for writing to standard output and standard error, respectively.

    youdao

  • 标准输出重定向至其它希望同一命令上将标准错误也写至同一目的地时,特性非常有用。

    But this feature is useful when stdout has already been redirected to another source, on the same command line, and you want stderr to go to the same destination. For example.

    youdao

  • 同时selpg进程后台运行并且标准输出标准错误被重定向文件

    Meanwhile, the selpg process runs in the background, with stdout and stderr both redirected to files.

    youdao

  • 如果消除这些消息,可以重定向ij工具标准输出标准错误

    If you want to eliminate those, you can redirect the ij tool's standard output and standard error. For example, if you're working in the Bash shell, you can do this with.

    youdao

  • 默认情况下,标准输入键盘读取同时标准输出标准错误打印屏幕

    By default, standard input is read from the keyboard, while standard output and standard error are printed to the screen.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定