国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

stdout

stdout

 英

  • 網絡標準輸出;標準輸出設備;標準輸出流

例句

It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way.

可以通過進程標準輸入標準輸出標準錯誤輸出完全阻塞形式傳遞數(shù)據(jù)

If the output stream was stdout, and if it was not redirected to a file or a pipe, the selected pages will appear on the screen.

如果輸出標準輸出并且沒有重定向文件管道選定出現(xiàn)屏幕

If the output stream was stdout, and if it was redirected to a file, the selected pages will be in that file.

如果輸出標準輸出并且重定向一個文件選定文件

Scanning can be controlled by many arguments and switches ; to use as a pipe filter ; and a special STDIN STDOUT mode is available .

掃描通過數(shù)參數(shù)用作管道過濾器一個特殊STDINSTDOUT模式

The STDOUT, unless redirected by the user, is usually the console.

STDOUT通常控制臺除非用戶進行定向

By default, find prints results on the standard output device (stdout), which is usually your terminal window.

默認情況find標準輸出設備stdout通常終端窗口打印結果

The scanner is able to run in STDIN STDOUT mode as a pipe filter.

掃描能夠STDINSTDOUT模式運作用作管道過濾

To the STDERR stream, or to the STDOUT stream.

指定文件STDERRSTDOUT

Since the -debug command line option is specified, you'll see some startup messages that were directed to stdout.

由于已經指定-debug命令參數(shù)將會看到定向標準輸出一些啟動消息

But it does not simply copy its arguments to stdout. Instead those messages found in the selected catalog are translated.

不是直接參數(shù)復制標準輸出而是尋找消息一覽表文件翻譯消息

You can see the old behavior if you redirect both stdout and stderr to a file of your own choosing.

如果stdoutstderr重定向自己選擇文件看到版本出現(xiàn)行為

The cat command reads each of the files specified in its arguments and writes the content of the files to stdout.

cat命令讀取參數(shù)指定每個文件這些文件內容寫入stdout

The term stdout is the output data that the program executed returns, and stderr refers to errors that the program encountered or returned.

術語stdout表示執(zhí)行程序返回輸出數(shù)據(jù)stderr程序遇到返回錯誤

stderr stdout. Windows blocks a process when either of these buffers are full.

一個窗口過程緩沖器滿

If everything works correctly, the server will display your message on stdout, send an acknowledgement message to the client and terminate.

如果一切工作正常服務器顯示傳輸信息發(fā)送一個通知消息客戶端之后結束服務器程序

Unless redirected elsewhere, the stdout and stderr streams from the background process are directed to the controlling terminal.

除非定向其他地方否則來自后臺進程stdoutstderr定向控制終端

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信號命令并且stdoutstderr附加文件

The stdout of the first command is not written to a file and then read by the second command.

第一命令stdout沒有一個文件然后再第二命令讀取

Typically, the shell connects stdout to a terminal, but redirection can reroute the output to a file.

通常shellstdout連接一個終端但是可以輸出重定向文件

In record mode only, the click-timing events are printed to STDOUT, along with the hash signature for those particular events.

記錄模式單擊計時事件輸出STDOUT以及這些特殊事件散列簽名

The key to note is the fact that STDOUT is being redirected to the triangle. vertices file.

需要注意要點STDOUT重定向triangle.vertices文件

Combining STDOUT and STDERR in this way prevents STDERR output from showing up on the system console and enables the program to parse it.

這種方法合并STDOUTSTDERR阻止STDERR輸出系統(tǒng)控制臺上顯示允許程序解析

Use the cat (short for concatenate) command to display the contents of a file on stdout.

使用catconcatenate簡寫命令顯示文件使用標準輸出內容

If the -o option is not specified, then output goes to standard output (stdout), generally the screen.

如果指定-o選項輸出標準輸出stdout),通常輸出屏幕

Like many other UNIX utilities, tar can write to and read from standard output (stdout) and standard input (stdin), respectively.

許多其他UNIX實用程序一樣tar可以分別標準輸出stdout寫入標準輸入stdin讀取

STDOUT The standard output is not used unless the option-argument to the -o option is specified as -.

標準輸出使用除非選項參數(shù)指定-o選項

STDIN, STDOUT, STDERR, files, and in-memory data stacks are all handled in a uniform and elegant fashion.

文件內存內部數(shù)據(jù)統(tǒng)一優(yōu)雅方式處理

Figure 1 provides a graphical representation of the command's stdout redirecting to stdin for the subsequent command.

1通過圖形說明命令stdout重定向后續(xù)命令stdin次序

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定向一個文件監(jiān)視針對進程結果概要STDERR

This command uses the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).

這個命令使用klogctl系統(tǒng)調用來讀取內核環(huán)緩沖區(qū),并轉發(fā)標準輸出stdout)。

Note that kernel output goes to the kernel ring buffer and not to stdout, because stdout is process specific.

注意內核輸出內核回環(huán)緩沖區(qū)不是打印stdout因為stdout進程特有環(huán)境

Consider cases in which you need to redirect standard output (stdout) to a log.

我們考慮這樣情況需要標準輸出stdout重定向一個日志

Each token (word) is then emitted to stdout with an associated value of 1 (separated by a tab).

使用1相關通過選項卡分隔一個標記單詞發(fā)送stdout

Using the pipeline can be much more complicated when you redirect stdout to stdin several times.

多次stdout定向stdin管道使用方法可以復雜

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.

短語|&teelogbashstdoutstderrto通過管道定向tee實用工具后者stdin打印stdout文件log

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測試結果文件發(fā)送STDOUT一些友好消息STDERR

Recent versions of PHP can use STDOUT as a constant instead of defining the variable $STDOUT used above.

最新版本PHP可以使用STDOUT作為常量而不是定義上面使用變量$STDOUT。

However, you can name a directory to capture the stdout of each instance.

但是可以指定一個目錄捕捉每個實例輸出

The print instruction emits the argument to standard output (stdout), and concat implements string concatenation.

print指令發(fā)出標準輸出stdout參數(shù)concat實現(xiàn)字符串連接

In the last command, 7za extracted the . bz2 archive and wrote the output to stdout, where tar decompressed and cataloged the files.

最后一個命令,7za解壓.bz2存檔輸出stdout這里tar解壓文件編制目錄

熱門查詢