CTRL-C的意思
「CTRL-C」經常作為「Break command」的縮寫來使用,中文意思:「中斷命令」。
CTRL-C(中斷命令)詳細解釋
- 英文縮寫詞:CTRL-C
- 英文單詞:Break command
- 中文簡要解釋:中斷命令
- 分類:Computing
- 領域:Software
英文縮寫CTRL-C的擴展資料
- COMPUTE is always used with the BREAK command.COMPUTE總是和BREAK命令一起使用。
- The number of lines skipped after each breakpoint can be modified using the SKIP option in the BREAK command.每個斷點后跳過的行的數量可以使用BREAK命令的SKIP選項進行修改。
- When the column value changes, row processing breaks and performs the actions specified in the COMPUTE command, and then the specified SKIP action in the BREAK command is performed.當列值發生改變時,行處理中斷并執行COMPUTE命令中指定的動作,然后執行BREAK命令中指定的SKIP動作。
- If a report needs to be broken into separate sets of records based on a particular column value, then you can use the BREAK command.如果需要根據某個特定的列值將報表分成多個記錄集,那么您可以使用BREAK命令。
- Each time a row is processed for printing, the BREAK command compares the value of the column to the previous value.每次對某行進行打印操作時,BREAK命令會將列值與之前的列值進行比較。