单词 | standard output |
释义 | 例句释义: 标准输出,标准输出装置,标准输出流,标准输出设备 1. For now, you can think of it as a way to run shell commands, as long as you remember that you'll only see standard output. 现在您可以将它看作运行shell命令的一种方法,但要记住您只能看到标准输出。 www.ibm.com 2. If something doesn't match any rules at all, lex will just copy it to standard output; this behavior is often undesirable. 如果有一些内容根本不匹配任何规则,那么lex将只是把它拷贝到标准输出;这种行为通常是不受欢迎的。 www.ibm.com 3. Standard input is usually the keyboard, and standard output and standard error are usually the monitor screen. 标准输入方式通常为键盘,标准输出和标准错误通常显示在监视器屏幕上。 msdn2.microsoft.com 4. The standard output from any Joomla! Module or Component can be overridden by adding code to the html directory of your template. 任何Joomla模块或组件的标准输出都可以通过在自定义模板的html路径中增加相应的文件来进行覆盖。 www.bing.com 5. Any script output sent to standard output is emitted to standard out on the originating machine. 发送到标准输出的任何脚本输出会被发送到发出请求的机器上的标准输出。 www.ibm.com 6. It also arranges for a pipe to carry the standard output from the main service to the log process's standard input. 它还安排一个管道,把主服务的标准输出作为日志进程的标准输入。 www.ibm.com 7. Sound confusing? Think of a virtual printer as another form of standard output. 如果您对此感到困惑,那么可以将虚拟打印机看作另一种形式的标准输出。 www.ibm.com 8. By default, find prints results on the standard output device (stdout), which is usually your terminal window. 默认情况下,find在标准输出设备(stdout,通常是您的终端窗口)上打印结果。 www.ibm.com 9. Matrices can easily be sent to files or to the standard output. 矩阵可被容易地发送到文件或标准输出。 www-128.ibm.com 10. Prints information about this thread group to the standard output. 在标准输出中打印该线程组信息。 www.51goushu.com 1. The script prints the result of the mapping on its standard output before exiting. 该script在退出之前会把映射的结果作为标准输出打印出来。 qref.sourceforge.net 2. For the purpose of illustration the contents of this internal table are printed to the standard output device using an ABAP write statement. 为了便于讲解,使用ABAPwrite语句把这个内部表的内容输出到标准输出设备。 www.ibm.com 3. No matter how you've been reading your file, you can dump the rest of your data to your standard output channel using fpassthru. 无论怎样读取文件,您都可以使用fpassthru将其余数据转储到标准输出通道。 www.ibm.com 4. Writes the text representation of the specified Boolean value , followed by the current line terminator, to the standard output stream . 将指定布尔值的文本表示形式(后跟当前行终止符)写入标准输出流。 www.bing.com 5. Finally, sort prints the results to its standard output device, which remains connected to the terminal. 最后,sort将结果打印到其标准输出设备,即所连接的终端窗口上。 www.ibm.com 6. Writes the text representation of the specified Decimal value, followed by the current line terminator, to the standard output stream. 将指定布林值的文字表示(后面接著目前的行结束字元)写入标准输出资料流。 msdn.microsoft.com 7. Sneaky attackers may start a program but do strange things to its standard input, standard output, or standard error. 不怀好意的攻击者可能启动一个程序而只是对它的标准输入、标准输出或者标准错误做一些奇怪的事情。 www.ibm.com 8. cout ostream object used to write to the standard output. Ordinarily used to write the output of a program. 用于写入到标准输出的ostream对象,一般情况下用于程序的输出。 wenku.baidu.com 9. The options to dump fetched mail to a mailbox file or standard output particularly bothered me, but I couldn't figure out why. “将收取到的邮件归档”或者“标准输出”选项尤其让人心烦,可我却说不出个所以然来。 www.bing.com 10. One of these remains standard output, while the other is a file whose name you specify on the command line. 其中一个流保持为标准输出,另一个流是一个文件,文件名由您在命令行指定。 www.ibm.com 1. A message is printed on standard output to let the user know a signal was sent. 在标准输出中会打印一条消息以让用户知道发送了一个信号。 www.ibm.com 2. Demonstrate how to call another console program and capture the standard output, modify and then output. 演示如何调用并捕获另一个控制台程序的标准输出,修改后再输出。 dict.kekenet.com 3. On the command line, the information is sent to standard output and can be redirected to a file. 在命令行上,信息被发送到标准输出,并可以重定向到文件。 msdn2.microsoft.com 4. Output specification when the underlying utility writes output data to its standard output. 后台工具将输出数据写入标准输出的输出规范。 translations.launchpad.net 5. When running the commands, you send the output to a couple of log files, one for standard output and the other for standard error. 在运行这个命令时,您将输出发送到两个日志文件,一个用于标准输出,另一个用于标准错误。 www.ibm.com 6. Writes the text representation of the specified double-precision floating-point value to the standard output stream. 将指定的双精度浮点值的文本表示形式写入标准输出流。 msdn2.microsoft.com 7. Writes the specified array of Unicode characters, followed by the current line terminator, to the standard output stream. 将指定的Unicode字符数组(后跟当前行终止符)写入标准输出流。 msdn2.microsoft.com 8. Writes the specified Unicode character, followed by the current line terminator, value to the standard output stream. 将指定的Unicode字符值(后跟当前行终止符)写入标准输出流。 msdn2.microsoft.com 9. Perl's -p option tells it to read and process each line from standard input and print the results to standard output. Perl的-p选项告诉它读取和处理标准输入中的每行内容,并将结果打印到标准输出。 www.ibm.com 10. If you want to combine error and standard output into a single file, use numbered redirection (see Listing 4). 如果希望将错误或标准输出组合为单个文件,请使用编号重定向(请参见清单4)。 www.ibm.com 1. Amplification circuit locates in stainless steel housing where would transfer sensor signal into standard output signal . 放大电路位于不锈钢壳体内,将传感器信号转换为标准输出信号。 www.bing.com 2. During the internship and players can l on completion of the production quality and quantity, overfulfilled standard output. l实习期间能够和队员按时保质保量完成生产工作,多次超额完成标准产量。 wenwen.soso.com 3. The information is sent to standard output and can be redirected to a file. 该信息发送到标准输出,并可重定向到文件。 technet.microsoft.com 4. Sometimes you may want to redirect both standard output and standard error into a file. 在某些情况下,您可能想要将标准输出和标准错误都重定向到一个文件中。 www.ibm.com 5. The example shown in Listing 1 shows a top-level method called hello, which uses the writeLine method to emit a string to standard output. 清单1中的示例给出一个名为hello的顶级方法,它使用writeLine方法将字符串发送到标准输出。 www.ibm.com 6. Writes the specified string value, followed by the current line terminator, to the standard output stream. 将指定的字符串值(后跟当前行终止符)写入标准输出流。 msdn2.microsoft.com 7. The stream obtains data piped from the standard output stream of the process represented by this Process object. 该流包括Process对象表示的进程的标准输出流传入的数据。 www.51goushu.com 8. This command essentially writes to standard output the contents of the cumulative activity, which you would have selected as its flag. 此命令实际上就是将选择作为其标志的积累活动的内容写入到标准输出。 www.ibm.com 9. In looking at the previous code before the pipe, a byte stream of the files is created on the standard output. 看一下管道符前面的代码,它创建文件的字节流并发送到标准输出。 www.ibm.com 10. Writes the text representation of the specified array of objects to the standard output stream using the specified format information. 使用指定的格式信息将指定的对象数组的文本表示形式写入标准输出流。 msdn2.microsoft.com 1. If the -o option is not specified, then output goes to standard output (stdout), generally the screen. 如果未指定-o选项,然么输出将为标准输出(stdout),通常是输出到屏幕。 www.ibm.com 2. That can be used to read the standard output stream of the application. 可用于读取应用程序的标准输出流。 msdn2.microsoft.com 3. Writes the specified data, followed by the current line terminator, to the standard output stream. 将指定的数据(后跟当前行终止符)写入标准输出流。 msdn2.microsoft.com 4. The standard output is not used unless the option-argument of the -o option is specified as -. 直到–o选项的选项参数指定为-,才使用标准输出。 www.okandok.cn 5. Writes the text representation of the specified Boolean value to the standard output stream. 将指定的布尔值的文本表示形式写入标准输出流。 msdn2.microsoft.com 6. Writes the text representation of the specified Decimal value to the standard output stream. HostProtectionAttribute将指定的Decimal值的文本表示形式写入标准输出流。 msdn2.microsoft.com 7. Like many other UNIX utilities, tar can write to and read from standard output (stdout) and standard input (stdin), respectively. 与许多其他的UNIX实用程序一样,tar可以分别向标准输出(stdout)写入、从标准输入(stdin)读取。 www.ibm.com 8. Writes the text representation of the specified value or values to the standard output stream. 将指定值的文本表示形式写入标准输出流。 msdn2.microsoft.com 9. STDOUT The standard output is not used unless the option-argument to the -o option is specified as -. 标准输出不被使用除非选项参数被指定为-o选项。 www.okandok.cn 10. If this environment variable is not set, then the debug messages are written to standard output. 如果没有设置这个环境变量,那么调试消息被写到标准输出。 www.ibm.com 1. Writes the text representation of the specified object to the standard output stream. 将指定对象的文本表示形式写入标准输出流。 msdn2.microsoft.com 2. This command uses the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout). 这个命令使用klogctl系统调用来读取内核环缓冲区,并将它转发到标准输出(stdout)。 www.ibm.com 3. The bash shell lets you redirect standard input, standard output, and standard error on a Linux or UNIX system. bashshell允许重定向Linux或UNIX系统上的标准输入、标准输出和标准错误。 www.ibm.com 4. In the first example, we use cat to read the file and output it to standard output, which is piped into the standard input of fmt. 在第一个例子里面,我们使用cat命令来读取文件的内容,然后将内容输送到标准输出,标准输出通过管道机制作为命令fmt的标准输入。 www.bing.com 5. Consider cases in which you need to redirect standard output (stdout) to a log. 让我们考虑这样的情况,即需要将标准输出(stdout)重定向到一个日志。 www.ibm.com 6. This method writes count characters starting at position index of buffer to the standard output stream. 此方法将始于buffer的index位置的count字符串写入标准输出流。 msdn2.microsoft.com 7. Otherwise, it writes to standard output, as shown in Listing 10. 否则,它将写入到标准输出,如清单10中所示。 www.ibm.com 8. To redirect standard input and standard output, use the operators , respectively. 要想重定向标准输入和标准输出,应该分别使用操作符。 www.ibm.com 9. Writes the text representation of the specified 64-bit unsigned integer value to the standard output stream. 将指定的单精度浮点值的文本表示形式写入标准输出流。 207.46.16.252 10. The print instruction emits the argument to standard output (stdout), and concat implements string concatenation. print指令发出标准输出(stdout)的参数,且concat实现字符串连接。 www.ibm.com 1. You can use the same channels in PHP for input, standard output, and output to the error channel, respectively. 您可以将PHP中的相同通道分别用于输入、标准输出和输出到错误通道。 www.ibm.com 2. Print miscellaneous information to the standard output. 在标准输出中打印出各种信息 blog.sina.com.cn 3. When using this option, no output files are created, and error messages are written to standard output. 使用此选项时,不创建任何输出文件,同时将错误信息写入标准输出。 msdn2.microsoft.com 4. It displays its string parameter on the standard output stream followed by a new line. 它显示了标准输出流使用的字符串参数,输出流后面跟一个新行。 msdn2.microsoft.com 5. The db2secLogMessage is provided to the plug-in, but the output is directed to your standard output (screen). 为插件提供了db2secLogMessage,但输出直接到达标准输出(屏幕)。 www.ibm.com 6. Writes the specified Unicode character value to the standard output stream. 将指定的Unicode字符值写入标准输出流。 msdn2.microsoft.com 7. Writes the specified array of Unicode characters to the standard output stream. 将指定的Unicode字符数组写入标准输出流。 msdn2.microsoft.com 8. Top-level my-result output port will receive the results of the step1 result port and place them on the standard output. 顶层my-result输出端口将接收到step1结果端口的结果并将它们放在标准输出上。 www.ibm.com 9. The fixed print information to write the log file, or through the parameters to control printing to standard output. 打印信息写入固定日志文件,或通过参数控制打印到标准输出。 www.joys99.com 10. Listing 4 shows a small script that reads the NFS server config file of Solaris and prints it to standard output. 清单4显示了一个小脚本,阅读Solaris的NFS服务器配置文件并以标准输出打印。 www.ibm.com 1. The arguments are a file (or multiple files) for standard output. 对标准输出而言,参数是一个或多个文件。 www.ibm.com 2. Produces a listing file on the standard output. If you omit this option, no listing file is produced. 在标准输出中产生一个列表文件,如果忽略则无。 bbs.51testing.com 3. Dump to standard output an XML description of all entries under a directory, recursively. 递归将目录下所有项的XML描述转存到标准输出。 translations.launchpad.net 4. The Web server launches CGI scripts and outputs properly formatted HTML to their standard output stream. Web服务器启动CGI脚本,然后将适当格式化的HTML输出到它们的标准输出流中。 www-128.ibm.com 5. stdout is the standard output stream, which displays output from commands. stdout是标准输出流,显示来自命令的输出。 www.ibm.com 6. Error information is both sent to the standard output stream and displayed to the user. 将错误信息发送到标准的输出流并显示到用户。 msdn2.microsoft.com 7. Gets or sets the encoding of the captured task standard output stream. 获取或设置捕获的任务标准输出流的编码。 msdn2.microsoft.com 8. This function will dump the object's information to the standard output stream. 该函数将对象的信息转储到标准输出流。 www.ibm.com 9. In contrast, cURL sends the resulting output to standard output (stdout). 相反,cURL则将产生的输出发送到标准的输出(stdout)。 www.ibm.com 10. You can save the list by redirecting standard output to a file. 可以通过将标准输出重定向到文件以保存此列表。 technet.microsoft.com 1. For simplicity, we will say that we print a logging message to the standard output. 为了简单起见,我们说我们向标准输出打印了一个日志消息。 www.ibm.com 2. Redirects JRuby's standard output to the current HTTP request's output stream. 将JRuby的标准输出重定向到当前HTTP请求的输出流。 www.ibm.com 3. Class with an option to write trace output to the standard output stream or the standard error stream. 类的一个新实例,并利用一个选项将跟踪输出写入标准输出流或标准错误流中。 msdn2.microsoft.com 4. In Oracle, you can define functions that print to a buffer or the standard output. 在Oracle中,可以定义输出到缓冲区或标准输出的函数。 www.ibm.com 5. Writes the current line terminator to the standard output stream. 将当前行终止符写入标准输出流。 technet.microsoft.com 6. DUMPBIN displays the information to standard output. DUMPBIN将该信息显示到标准输出。 technet.microsoft.com 7. You may display the kernel ring buffer using the dmesg command, which displays these messages on standard output. 可以使用dmesg命令显示内核环缓冲区,会在标准输出上显示这些消息。 www.ibm.com 8. normal output from executed commands is written to standard output. 正常情况下执行命令的输出写入标准输出。 wiki.ubuntu.org.cn 9. HTML Tidy runs as a filter, so it expects standard input and it prints the result to the standard output. HTMLTidy是作为过滤器运行的,因此它希望从标准输入设备获得数据,并将处理结果打印到标准输出设备上。 www-128.ibm.com 10. Print the data type of a key to standard output. 在标准输出显示这个设定键的资料类型。 translations.launchpad.net 1. Writes the specified string value to the standard output stream. 将指定的字符串值写入标准输出流。 msdn2.microsoft.com 2. The virtual functions simply write a line of text to standard output. 虚函数简单地向标准输出写一行文本。 www-128.ibm.com 3. the output filename. If this argument is not specified then standard output is uused. 私有密钥输入文件名,缺省为标准输出。 decorate.phpx.com 4. The code generator outputs on standard output, so we redirect this into the target, trayicon. c. 代码生成器在标准输出上进行输出,所以我们将它重定向到目标trayicon.c。 www.ibm.com 5. Run the tool on any XML schema and capture the DDLs written to the standard output. 在任何XML模式上运行工具并捕获写到标准输出的DDL。 www.ibm.com 6. This component simply logs the request into standard output. 此组件仅仅将请求记录到标准输出中。 www.ibm.com 7. The script is a filter, so it expects its input from the standard input and it writes the results on the standard output. 这段脚本是一个过滤器,因此它要从标准输入设备上获得输入数据,然后将处理结果写到标准输出设备上。 www.ibm.com 8. The program fetches rows from the customer table and spools them to the report target, which is a standard output in this example. 该程序从客户表中提取行并将它们发送到报告目标,它在本例中是标准输出。 www.ibm.com 9. Directs tracing or debugging output to either the standard output or the standard error stream. 将跟踪或调试输出指引至标准输出或标准错误流。 msdn2.microsoft.com 10. Class with trace output written to the standard output stream. 类的新实例,并将跟踪输出写入标准输出流中。 msdn2.microsoft.com 1. Acquires the standard output stream, which is set to a specified buffer size. 获取设置为指定缓冲区大小的标准输出流。 msdn2.microsoft.com 2. OPTIONS -o Specify the output file. All results from the scan will be written to the specified file, in addition to standard output. 指定输出文件名。扫描的结果除在标准输出上输出外,也将送入此文件。 www.3w3.org 3. Most command-line commands use standard output for results. 大多数命令行命令使用标准输出来显示结果。 www.ibm.com 4. If this script works, you'll see "hello world" on standard output [stdout]. 如果该脚本能够正常运行,您将在标准输出[stdout]中看到“helloworld”。 www.ibm.com 5. Error information is sent to the standard output stream. 将错误信息发送到标准的输出流。 msdn2.microsoft.com 6. Displays a listing of compiler options to standard output. 将编译器选项列表显示到标准输出中。 msdn2.microsoft.com 7. By default, standard input gets its contents from the keyboard, but like standard output, it can be redirected. 默认情况下,标准输入是从键盘处获取它的内容的,不过,就像标准输出那样,标准输入也是可以被重定向的。 www.bing.com 8. The example below shows how to write a simple handler to log details of the incoming SOAP message to standard output. 以下的例子展示了如何编写一个简单的处理程序,将传入的SOAP消息的细节记录到标准输出。 www.ibm.com 9. Output is to the standard output stream. 输出将被放入到标准输出流。 www.ibm.com 10. Gets or sets the preferred encoding for standard output. 获取或设置标准输出的首选编码。 msdn2.microsoft.com 1. This command writes the results to standard output. 该命令将结果输出到标准输出。 www.ibm.com 2. The output from this command is read into the Perl script and sent to standard output. 该命令的输出被读入Perl脚本并发送到标准输出。 www.ibm.com 3. By default, the results are printed to standard output. 在默认情况下,结果输出到标准输出。 www.ibm.com 4. The output is sent to standard output that can then be redirected to a file. 输出被发送给标准输出,您可以随后将它重定向到文件。 www.ibm.com 5. Figure 6 shows the results of the execution written in the standard output. 图6显示了写入标准输出的运行结果。 www.ibm.com 6. The list of prototypes is written to standard output. 原型列表被写入标准输出中。 msdn2.microsoft.com 7. All messages are written to the standard output. 所有的消息都被写到标准输出上。 www.okandok.cn 8. There is a similar issue when you read all text from both the standard output and standard error streams. 在读取标准输出和标准错误流的所有文本时,会出现类似的问题。 msdn2.microsoft.com 9. Any text that isn't matched is simply copied to standard output. 任何没有得到匹配的文本则简单地拷贝到标准输出。 www.ibm.com 10. And, sed writes its results to standard output (stdout); it doesn't modify any input files. 然后,sed将其结果写入标准输出(stdout),它不修改任何输入文件。 www.ibm.com 1. By default, pwgen prints a screen full of passwords to the standard output. 在默认情况下,pwgen向标准输出发送许多密码。 www.ibm.com 2. At other times you may want to ignore either standard output or standard error entirely. 不过,有时候您可能想要完全忽略标准输出或标准错误。 www.ibm.com 3. Of the standard output stream of the task. 获取该任务的标准输出流的。 msdn2.microsoft.com 4. Produces a listing file on the standard output. 在标准输出上生成列表文件。 msdn2.microsoft.com 5. Now we want to add logging to standard output to this application. 现在我们想将日志记录添加到这个应用程序的标准输出。 www.ibm.com 6. Copy standard input to each FILE, and also to standard output. 将标准输入复制到每个指定文件,并显示到标准输出。 translations.launchpad.net 7. Listing 2 shows an example of each parsing request, including the summary information that is returned to standard output. 清单2展示了每个解析请求的示例,包括返回到标准输出的总结信息。 www.ibm.com 8. STDOUT The standard output is used to write merged result unless -o option is specified. 标准输出是用来合并结果的,除非-o选项被指定。 www.okandok.cn 9. Then, I use the saveXML command to export the data to the standard output. 随后,我使用saveXML命令将数据导出到标准输出。 www.ibm.com 10. When an EJB lifecycle event happens, such as passivation, the connector will now log a message to the standard output. 当发生EJB的生命周期事件(比如挂起)时,连接器就会将一条消息输出到标准输出上。 www.ibm.com 1. Saves the XML data to the standard output. 将XML数据保存到标准输出。 www-128.ibm.com 2. Now, within the limitations of the way the two systems operate with respect to ps, you have a standard output from ps. 现在,在这两个系统对ps的不同操作方式的限制下,您获得了ps产生的标准输出。 www.ibm.com 3. Filters take standard input and perform an operation upon it and send the results to standard output. 过滤器从标准输入处获得处理内容,然后操作得到的内容,将处理后的结果送到标准输出。 www.bing.com 4. write to or standard output by default. 要输出的文件名,缺省是标准输出。 decorate.phpx.com 5. The data is written to standard output. 数据写到标准输出。 www.ibm.com 6. Raw log output is sent to standard output. 原始的标准输出日志。 www.infoq.com 7. If this option is not given, then the standard output is used (stdout). 如果该选未给出,则使用标准输出(stdout)。 boost-doc-zh.googlecode.com 8. You might also know that the standard output (the screen) is a file descriptor, too. 您可能还知道,标准输出(屏幕)也是一个文件描述符。 www.ibm.com 9. Makes the standard error stream write to the pipe to the multilog process that is already connected to the standard output stream. 让标准错误流写入到multilog进程的管道,这个管道已经连接到了标准输出流。 www.ibm.com 10. To write to the standard output stream. 可写入标准输出流。 msdn2.microsoft.com 1. What this means is that all standard output from our selpg process will go to the standard input of the lp process. 这意味着所有来自selpg进程的标准输出将进入lp进程的标准输入。 www-128.ibm.com 2. For example, within any shell, you can use the tee command to redirect a file and the standard output (see Listing 17 ). 例如,在任何Shell中,您都可以使用tee命令来重定向文件和标准输出(请参见清单17)。 www.ibm.com 3. For example, the echo and the print command print to standard output. 例如,echo和print命令打印到标准输出。 www.ibm.com 4. standard output is just as easy to redirect 标准的输出正如是当做容易的重新传入。 www.ichacha.net 5. Because you redirected the standard output and error, you can even generate a log of the whole process 因为您对标准输出和错误进行了重定向,所以您甚至可以为整个过程生成日志 www.ibm.com 6. It prints out the DDLs for the creation of relational schema onto the standard output 将用于创建关系模式的DDL输出到标准输出设备 www.ibm.com 7. If the quiet flag is not specified you will get the following standard output, which by default goes to the screen 如果没有指定quiet标志,会产生下面的标准输出,在默认情况下输出显示在屏幕上 www.ibm.com 8. Output should be written to standard output (stdout), which is again, by default, the terminal (the user's screen) 输出应该被写至标准输出,缺省情况下标准输出同样也是终端(也就是用户的屏幕) www.ibm.com 9. Preserves comments, and displays the result on the standard output device 保留注释并在标准输出设备上显示结果 msdn2.microsoft.com 10. Fig. 3 The standard output result of PIT 图3PIT的标准输出结果 info.china.alibaba.com 1. Tee - read from standard input and write to standard output and files 从标准输入读入,输出并写入文件 linux.chinaunix.net 2. Directives, and displays the result on the standard output device 指令,并在标准输出设备上显示结果 msdn2.microsoft.com 3. Run the program again, but capture standard output to a file, for example 再次运行这个程序,但是要将标准输出重定向到一个文件中,例如 www.ibm.com 4. On the other hand, Castor 0. 9. 3 (the version I used) generates a spurious message to the standard output stream. The message I encountered 另一方面,Castor0.9.3(我使用的版本)向标准输出流生成了一个假消息。 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。