stdout的意思
「stdout」經常作為「Standard output」的縮寫來使用,中文意思:「標準輸出」。
stdout(標準輸出)詳細解釋
- 英文縮寫詞:stdout
- 英文單詞:Standard output
- 中文簡要解釋:標準輸出
- 分類:Computing
- 領域:General
英文縮寫stdout的擴展資料
- You can combine the standard output and error messages in one file, as shown in Listing 6.您可以將標準輸出(stdout)和錯誤消息結合到一個文件,如清單6所示。
- For example, the echo and the print command print to standard output.例如,echo和print命令打印到標準輸出(stdout)。
- To redirect standard input and standard output, use the operators, respectively.要想重定向標準輸入和標準輸出(stdout),應該分別使用操作符。
- The code generator outputs on standard output, so we redirect this into the target, trayicon. c.代碼生成器在標準輸出(stdout)上進行輸出,所以我們將它重定向到目標trayicon.c。
- The arguments are a file ( or multiple files ) for standard output.對標準輸出(stdout)而言,參數是一個或多個文件。