• 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 the client is desktop browser, however, the standard error message is rendered.

    但是,在客户桌面浏览器,呈现标准错误信息

    youdao

  • The standard error is where the program reports any errors encountered during execution.

    标准错误程序执行当中可能报告错误

    youdao

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

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

    youdao

  • In this paper, we take inflation rate into account when estimating the standard error of chain-ladder reserves.

    本文研究主要是在考虑膨胀因素的情形下推导出链梯法准备金估计值的平方误差

    youdao

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

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

    youdao

  • The standard error of a statistic provides an indication of how accurate an estimate it is of the population parameter .

    统计标准误差表示该统计量作为总体参数的估计准确程度

    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

  • 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

  • The standard error of estimate, on the other hand, measures the variability, or scatter, of the observed values around the regression line.

    估计值的平均误差,却是度量观察围绕回归直线变化程度分散程度

    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

  • Funnel plots were drawn to determine publication bias by plotting the net change in systolic BP against the reciprocal of the standard error of change in systolic BP.

    通过绘制收缩期血压网格变化与收缩期血压标准误差倒数所得到漏斗,用此图分析出版倾向

    youdao

  • The standard error of prediction (% SEP), the mean prediction error (MPE) and the mean relative error (MRE) were utilized to evaluate the prediction ability of the BP-ANN.

    标准预测误差(%SEP),平均预测误差(MPE)平均相对误差(MRE)评价预测能力

    youdao

  • In order to correctly reflect the anticipated error of the velocity, this paper discusses the calculation method which can judge the standard error of the bullet movement velo.

    讨论了弹丸运动速度标准误差计算方法,并给出了标准误差之变化规律。

    youdao

  • Based on the error theory, we strictly deduce where is the optimum measuring point and when the standard error of arch-height and that of chord - length are both defined in this paper.

    本文误差传递着手,严密推证了弓高弦长测量标准差取不同值最佳测量点位置

    youdao

  • According the error processing criterion, if the measurement error is 3 times larger than the standard error, the singular data can be deleted and substituted with arithmetic average value.

    依据拉依达准则剔除测量误差大于3标准差的奇异数据算术平均值代替,简便易行。

    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

  • 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

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

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

    youdao

  • The lack of exceptions from the C language and the rudimentary error mechanisms from the standard C library certainly contribute to this.

    缺乏C语言异常标准 C基本错误机制确实会导致出现此种情况。

    youdao

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

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

    youdao

  • The type-safety feature will provide for much earlier error detection at compile time, rather than at run time with the standard JPQL constructs.

    类型安全功能提供编译早期错误检测不是使用标准JPQL 构建时的运行时检测。

    youdao

  • Some services allow for the configuration of verbose, debug, or trace-type logging so that more than the standard informational or error messages are logged.

    一些服务可以配置详细调试跟踪日志记录,这会日志中记录标准信息错误消息之外的更多信息。

    youdao

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

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

    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

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

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

    youdao

  • The tester selects standard results (for example, "pass," "fail," "error," "inconclusive") from a drop-down list.

    测试者一个下拉列表中挑选了标准结果(比如“通过”、“失败”、“错误”、“没有决定”)。

    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

  • 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

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

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

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