• 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

  • The standard error message for this case does not contain any specific information on why the validation action failed.

    这种情况下标准错误消息包含关于验证动作为何失败任何具体信息

    youdao

  • For example, in our applications, the standard error message will be displayed in the message line, just above the function key line in the lower part of screen.

    例如我们应用程序中,标准错误信息显示消息中,正好屏幕下部功能显示区之上

    youdao

  • In addition to noticing that my TAB Settings don't match those of whoever wrote this file, you'll see several of the standard error values, their symbolic names, and a brief comment describing each.

    除了注意选项卡设置可能与编写文件的其他人员设置匹配之外,看到若干标准错误符号名称以及分别描述各个值的简短注释

    youdao

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

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

    youdao

  • 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.

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

    youdao

  • From this, you can see that PID 2452 has the file opened on file descriptors 2 (standard error) and 7.

    这个示例可以看到PID 2452打开文件文件描述符为2(标准错误)7

    youdao

  • However, if you make a mistake, error messages, which are emitted to standard error, are displayed.

    然而如果出现错误显示发送标准错误的错误消息

    youdao

  • ASSERT_DEATH is simpler than ASSERT_EXIT; it just compares the error message in standard error with whatever is the user-expected message.

    assert_deathassert_exit简单;检查标准错误中的错误消息是否是用户期望的消息。

    youdao

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

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

    youdao

  • It writes your string argument to stderr (standard error), followed by a colon and a space, then the system error message followed by a newline.

    先将字符串参数标准错误(提供它用于定制消息),接下来写入冒号一个空格然后系统错误消息,后面新的一行

    youdao

  • To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.

    为了示范基本技术清单1中的Python代码使用动态特性所有远程方法调用记录控制台标准错误中。

    youdao

  • 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。

    youdao

  • While creating a line shapefile, if you are prompted to add a point, a warning is written to standard error indicating that the shape was ignored.

    创建线shapefile时如果系统提示添加一个,一个警告会写入标准错误表明形状忽略。

    youdao

  • If you've been paying attention, you've probably noticed that the standard error (stderr) stream isn't represented in any of those examples.

    如果仔细观察,那么可能会发现,前面这些示例没有出现标准错误(stderr)

    youdao

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

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

    youdao

  • The outlet is called the standard error device (usually referred to as stderr).

    出口称为标准错误设备(通常简称stderr)。

    youdao

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

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

    youdao

  • The perror and strerror functions that pull standard error descriptions come from the global variable, sys_errlist.

    引出标准错误描述perrorstrerror函数来自sys_errlist全局变量

    youdao

  • 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).

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

  • Standard error codes can be found in /usr/include/sys/errno.h and can help indicate the cause of the error.

    可以在 /usr/include/sys/errno.h 中找到标准错误,这有助于查明错误的原因

    youdao

  • Error messages (used in debugging) are printed to standard error, using stdio.

    错误消息调试时使用)用来打印标准错误,它使用 stdio 头文件。

    youdao

  • 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.

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

    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

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

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

    youdao

  • In modern communication, RS code has turned into standard error correcting and coding unit as outer code, and become widely used.

    由于现代通信中,RS作为成为标准纠错编码单元用途十分广泛。

    youdao

  • Standard grade 1 and grade 2 is given in the precision and accuracy of maximum allowable values, see diagram to explain the specific standard error.

    标准给出了12精密度准确度最大允许值误差图解说明具体标准。

    youdao

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

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

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