Vertaling van "Control-C" in Japans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Unlike the previous example, you did not have to wait and press Control-C, either.
先ほどの例とは異なり、ここでは、しばらく待つ必要も Control-C キーを押す必要もありません。
Press Control-C to end output.
出力を終了するには Control-C キーを押します。
When executed, the program counts off the number of elapsed seconds until you press Control-C, and then prints the total at the end
実行すると、Control-C キーを押すまでの経過秒数がカウントされ、最後に合計が出力されます。
programs interrupting interrupting programs Press Control-c to interrupt the program that might be running.
プログラム 割り込み プログラムの割り込み Control-c キーを押して、動作している可能性があるプログラムに割り込みをかけます。
You might have inadvertently pressed Control-C while issuing the command.
コマンドの実行中に間違って Control + C を押した可能性があります。
Copy this information by pressing 'Control-C'.
Control+C を押して、この情報をコピーします。
Foreground processes can often be killed by typing Control-C.
foreground プロセスは多くの場合 Control-C をタイプすることで殺すことができる。
Continue logging packets to the filename file until you interrupt the procedure by typing Control-C to get the command line prompt back.
Control-C を入力して、コマンド行のプロンプトに戻って、このプロシージャーを中断するまで、パケットは filename ファイルに継続的にロギングされます。
During selection, pushing Control-C (Ctrl-C) of a keyboard or selecting "copy" on the right button menu of a mouse.
選択された状態で、キーボードのCtrl-Cを押すか、マウス右ボタンメニューでコピーを選択します。
For earlier versions, you must use Control-C in the Apache console window to shut down the server.
より以前のバージョンでは、サーバを止めるには、Apache のコンソールウィンドウで control-C を使わなければなりません。
The.B nsrwatch program runs continuously until quit, stopped, or interrupted (Control-C, for example). Typing the.B q character quits the program, the Control-L forces a screen clear and redraw, while any other character forces the status to be updated.
B nsrwatch プログラムは、終了または中断 (Control-Cを押すなど) されるまで連続して実行されます。 .B q という文字を入力すると、プログラムが終了します。また、Control-Lを押すと、 画面の消去と再描画が強制的に行われます。他の文字を入力すると、ステータスが 強制的に更新されます。
It is possible to write programs that handle selected exceptions.Look at the following example, which asks the user for input until avalid integer has been entered, but allows the user to interrupt the program (using Control-C or whatever the operating system supports); note that a user-generated interruption is signalled by raising the KeyboardInterrupt exception.
以下の例を見てください。 この例では、有効な文字列が入力されるまでユーザに入力を促しますが、ユーザがプログラムに(Control-C か、またはオペレーティングシステムがサポートしている何らかのキーを使って) 割り込みをかけてプログラムを中断させることができるようにしています; ユーザが生成した割り込みは、KeyboardInterrupt 例外が送出されることで通知されるということに注意してください。
For earlier versions, you need to use Control-C in the Apache console window to shut down the server, and then restart the server with the Apache command.
早期のバージョンでは、Apache のコンソールウィンドウで Control-C によりサーバを終了させ、それから Apache コマンドによってサーバを再起動する必要があります。