SUBPROCESS 日本語 意味 - 日本語訳 - 英語の例文

英語 での Subprocess の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Using module'subprocess' with timeout.
モジュール'サブプロセス'とタイムアウトの使用。
Emacs is unable to interrupt or terminate a DOS subprocess.
EmacsはDOSサブプロセスに割り込み、または終了させることができません。
How to hide output of subprocess in Python 2.7.
Python2.7でサブプロセスの出力を非表示にする方法。
Next: subprocess- Work with additional processes.
次:subprocess-プロセスを生成して連携する。
System function will always block until the subprocess is finished.
System関数はサブプロセスが完了するまで常にブロックします。
Subprocess post-removal script returned error exit status 1.
サブプロセスpost-removalscriptはエラー終了ステータス1を返しました。
It is emitted once for every subprocess that has read some documents.
それぞれのサブプロセスがドキュメントを読み込んだ場合に一度だけ発行されます。
The ATTACH command transfers the terminal's control to the subprocess JONES_2.
この例でATTACHコマンドは,端末制御をサブプロセスJONES_2に移しています。
Run-process can run the subprocess concurrently by default, that is, it returns immediately.
Run-processはデフォルトでサブプロセスを並行して走らせます。
Args is commonly a sequence of strings thatwill be the arguments to the program executed as the subprocess.
Argsは普通は文字列のシーケンスで、サブプロセスとして実行するプログラムへの引数群となります。
If this property is not set, the subprocess will inherit the environment from its parent process.
もし、このプロパティが設定されない場合、サブプロセスは、そのペアレント(親)プロセスから環境を継承します。
The subprocess module cleans this up, providing a unified interface that offers all the features you might need.
Subprocessモジュールはこれを綺麗にし、必要とするであろう機能全てを与える一体化されたインターフェイスを提供しています。
This command applies to the current process, and all subprocesses created after the command is run.
このコマンドは現行のプロセスと、このコマンドを走らせた後に作られる全てのサブプロセスについて適用されます。
The subprocess module allows you to run arbitrary shell commands and get the result as a Python string.
Subprocessモジュールは、任意のシェルコマンドを実行し、その結果をPythonの文字列として受け取る機能を提供する。
The return value is a<process< object,which can be used to track the status of the subprocess see Process object.
返り値は<process<オブジェクトで、それを用いてサブプロセスの状態を追跡できます(Processobject参照)。
If this property is not set, the subprocess will inherit the working directory from its parent process.
もし、このプロパティが設定されない場合、サブプロセスは、そのペアレント(親)プロセスから作業ディレクトリーを継承します。
The PEP takes various examples of shell and Python code and shows how they wouldbe translated into Python code that uses subprocess.
PEPにはシェルとPythonコードの様々な例が採られていて、シェルスクリプトをいかにしてsubprocessを用いてPythonコードに変換するかを示しています。
How to wait in bash for several subprocesses to finish and return exit code!=0 when any subprocess ends with code!=0?
Bashでいくつかのサブプロセスが終了して終了コードを返す方法:コード0で終了するサブプロセスがある場合は0を返します。
This stage combines such subprocesses as photolithography, thin-film formation, etching, doping, and epitaxial growth in a single cycle, and the IC chip is completed through tens of cycles.
これは、フォトリソグラフィ、薄膜形成、エッチング、不純物導入、エピタキシャル成長等のサブプロセスの組合せを1サイクルとしたものであり、十数サイクルの工程を経てICチップが完成する。
Do-process always waits the subprocess to terminate, and returns t if it exits successfully i.e. with zero exit status.
Do-processは常にサブプロセスが終了するまで待ち、正常終了した場合(終了ステータスが0の場合)にtを返します。
It describes how to launch a child Workflow(subprocess) from a parent Workflow and proceed with the parent Workflow depending on the situation.
親ワークフローから子ワークフロー(サブプロセス)を起動し、状況に応じて親ワークフローを進める方法について説明します。
Instead of popen2's collection of classes, subprocess contains a single class called Popen whose constructor supports a number of different keyword arguments.
Popen2のクラス所蔵品群の代わりにsubprocessにはPopenと呼ばれる単一のクラスが含まれています。
If you want the environment variable to be inherited to the subprocesses(e.g., when calling shell script), you need to"export" it instead by using:$ export LC_ALL 4.3.6 Command search path When you type a command into the shell, the shell searches the command in the list of directories contained in the PATH environment variable.
環境変数をサブプロセスに継承されるようにしたい(すなわち、シェルスクリプトを呼ぶ時)場合は、代わりに次のように "export"する必要があります。$exportLC_ALL4.3.6コマンド検索パスシェル上でコマンドをタイプした場合、シェルはコマンドをPATH環境変数内にリストされたディレクトリのリストから検索します。
結果: 23, 時間: 0.0293

トップ辞書のクエリ

英語 - 日本語