1016万例文収録!

「exec.」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

exec.を含む例文一覧と使い方

該当件数 : 82



例文

Cannot exec a shared library directly ELOOP 例文帳に追加

共有ライブラリを直接実行できなかったELOOP - JM

execfail If set, a non-interactive shell will not exit if it cannot execute the file specified as an argument to the exec builtin command. 例文帳に追加

execfail設定されている場合、組み込みコマンドexecへの引き数として指定されたファイルが実行できなくても、対話的でないシェルが終了しません。 - JM

Invoking `exec' without arguments shows name and arguments of the currently running subprocess in this window. 例文帳に追加

引き数を付けずに `exec' を実行すると、現在実行中のサブプロセスの名前と引き数とがそのウィンドウに表示される。 - JM

but the mapped area belongs to a file on a file system that was mounted no-exec. 例文帳に追加

を行うように指定されているが、no-exec でマウントされたファイルシステム上のファイルにマップ領域が対応している。 - JM

例文

The port inport specifies which well-known DARPA Internet port to use for the connection; the call "getservbyname(""exec"", ""tcp"")" (see getservent (3)) 例文帳に追加

ポートinportには、接続に使用する DARPA Internet の well-known ポートを指定する。 "getservbyname(""exec"", ""tcp"")"を呼び出すと構造体へのポインタが返され( getservent (3) - JM


例文

would require making a complete copy of the caller's data space, often needlessly, since usually immediately afterwards an exec (3) 例文帳に追加

は呼び出したプロセスのデータ空間の全てのコピーしていたが、これはしばしば不必要であった。 なぜなら、たいていはすぐ後にexec (3) - JM

The code object must have been compiled passing 'eval' as the kind argument.Hints: dynamic execution of statements is supported by the exec statement.例文帳に追加

このコードオブジェクトは引数 kind を 'eval' にしてコンパイルされていなければなりません。 ヒント: 文の動的な実行は exec 文でサポートされています。 - Python

Since the command argument must be an identifier,"help exec" must be entered to get help on the "!" command. 例文帳に追加

command引数が識別子でなければならないので、"!"コマンドについてのヘルプを得るためには"help exec"と入力しなければならない。 - Python

Evaluate an exec-compatible string in a specific environment.The string is compiled before profiling begins. 例文帳に追加

指定した環境で exec 互換文字列の評価をおこないます。 文字列のコンパイルはプロファイルを開始する前におこなわれます。 - Python

例文

In all cases this routine attempts to exec its first argument, and gather profiling statistics from the execution.例文帳に追加

このルーチンは必ず最初の引数の exec を試み、実行結果からプロファイル情報を収集しようとします。 - Python

例文

Most Linux distributions include Python as a standard part of the system, so prefix and exec-prefix are usuallyboth /usr on Linux.例文帳に追加

ほとんどの Linux ディストリビューションには、システムの標準インストール物として Python が入っているので、 Linux では普通、prefix や exec-prefix はどちらも /usr になります。 - Python

prefix and exec-prefix stand for the directories that Python is installed to, and where it finds its libraries at run-time.例文帳に追加

prefix および exec-prefix は、 Python がインストールされているディレクトリと、実行時にライブラリを探しにいく場所を表します。 - Python

You can find out what your Python installation uses for prefix and exec-prefix by running Python in interactive mode and typing a few simple commands.Under Unix, just type python at the shell prompt.例文帳に追加

自分の Python がどんな prefix やexec-prefix を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 - Python

For example, on my Linux system, I type the three Python statements shown below, and get the output as shown, to find out myprefix and exec-prefix:例文帳に追加

例えば、作者の使っている Linux システムで、三つのPython 文を以下のように入力すると、出力から作者のシステムのprefix と exec-prefix を得られます: - Python

xrdb -load $HOME/.Xresourcesxsetroot -solid gray xbiff -geometry -430+5 oclock -geometry 75x75-0-0 xload -geometry -80-0 xterm -geometry +0+60 -ls xterm -geometry +0-100 xconsole -geometry -0+0 -fn 5x7 exec twm 例文帳に追加

xrdb \\-load $HOME/.Xresourcesxsetroot \\-solid gray &xbiff \\-geometry \\-430+5 &oclock \\-geometry 75x75\\-0\\-0 &xload \\-geometry \\-80\\-0 &xterm \\-geometry +0+60 \\-ls &xterm \\-geometry +0\\-100 &xconsole \\-geometry \\-0+0 \\-fn 5x7 &exec twm環境変数DISPLAYクライアントが接続するディスプレイの名前が設定される。 - XFree86

This contains the contents of the ELF interpreter information passed to the process at exec time. 例文帳に追加

実行時にプロセスに渡された ELF インタプリタ情報が格納されている。 - JM

In particular, no attempt is made to properly report errors on the execitself. 例文帳に追加

特に、exec そのものにおけるエラーの適切な通知は行おうともしない。 - XFree86

There is no requirement that --prefix or --exec-prefix actually point to an alternate Python installation; if the directories listed above do not already exist, they are created at installation time.Incidentally, the real reason the prefix scheme is important is simply that a standard Unix installation uses the prefix scheme, but with --prefix and --exec-prefix supplied by Python itself as sys.例文帳に追加

--prefix や --exec-prefix が実際に他のインストール済み Python の場所を指している必要はありません;上に挙げたディレクトリがまだ存在しなければ、インストール時に作成されます。 ちなみに、prefix スキームが重要な本当の理由は、単に標準の Unix インストールが prefix スキームを使っているからです。 - Python

$ echo "exec startfluxbox" ~/.xinitrc 例文帳に追加

日常的にデスクトップ環境を使いたい大多数のユーザにとって、これは理想的ではありません。 - Gentoo Linux

/bin/shexec /bin/sh !/bin/sh Creates another shell in the same window, while the original shell is still running. 例文帳に追加

実行例:exec . /bin/shexec /bin/sh!/bin/sh同じウィンドウで、元のシェルを実行させたまま別のシェルを生成する。 - JM

/myecho script-arg^D $ chmod +x script. sh We can then use our program to exec the script: +4n 例文帳に追加

$ cat > script.sh#! ./myecho script-arg^D$ chmod +x script.sh作成しておいたプログラムを使ってスクリプトを実行する。 - JM

Note: Make sure that --exec actually calls a service and not just a shell script that launches services and exits -- that's what the init script is supposed to do.例文帳に追加

注意: --exec が、サービスを呼び出したり停止するシェルスクリプトではなく(これはinitスクリプトがサポートする事柄です)、実際にサービスを呼び出すようにしてください。 - Gentoo Linux

In either case, the --prefix option defines the installation base, and the --exec-prefix option defines the platform-specific installation base, which is used for platform-specific files.例文帳に追加

のようにします。 どちらの場合も、--prefix オプションでインストールベースディレクトリを決め、 --exec-prefix でプラットフォーム固有のファイル置き場名として使う、プラットフォーム固有インストールベースディレクトリを決めます。 - Python

to install modules to theTempPython directory on the current drive.The installation base is defined by the --prefix option;the --exec-prefix option is not supported under Windows.Files are installed as follows:例文帳に追加

とすると、モジュールを現在のドライブのTempPython ディレクトリにインストールしますインストールベースディレクトリは、 --prefix オプションだけで決まります; --exec-prefix オプションは、Windowsではサポートされていません。 ファイルは以下のような構成でインストールされます: - Python

It is only useful onUnix.Background: The exec-prefix differs from the prefix when platform dependent files (such as executables and shared libraries) areinstalled in a different directory tree.例文帳に追加

Unixのみで有用です。 背景: プラットフォーム依存のファイル (実行形式や共有ライブラリ) が、別個のディレクトリツリー内にインストールされている場合、exec-prefix は prefix と異なります。 - Python

(Perversely, exec errors could be reliably reported when detaching,but not when passing the stdin/out socket to the app.) 例文帳に追加

(どうしようもないことに、exec のエラーは切り離すときには確実に通知することができるが、標準入力/出力のソケットをアプリケーションに渡すときにはできない。 - XFree86

Usually, all three are associated with the user's terminal by the login process (see Section 14.6) and are inherited through fork and exec by processes run by the user. 例文帳に追加

通常これらの識別子は、ログインプロセスによりユーザの端末に割り当てられています (14.6節参照)。 - FreeBSD

As a side effect, an implementation may insert additional keys into the dictionaries given besides those corresponding to variable namesset by the executed code.例文帳に追加

exec の副作用として実行されるコードで設定された変数名に対応する名前の他に、追加のキーを辞書に追加することがあります。 - Python

Even without -v, thesample rstart helper will leave a shell waiting for the program to complete.This causes no real harm and consumes relatively few resources, but ifit is undesirable it can be avoided by explicitly specifying the "exec"command to the shell, eg 例文帳に追加

\\-v オプションを指定しても、サンプルの rstart 補助プログラムは、実行するプログラムの終了を待つシェルを残す。 これによる実害は無く、消費するリソースもほとんど無いが、それでも望ましくないと思うならば、明示的に "exec" コマンドをシェルで指定すれば回避することもできる。 - XFree86

NORMAL 0 Normal (non-filename) text FILE 0 Regular file DIR 32 Directory LINK 36 Symbolic link ORPHAN undefined Orphaned symbolic link MISSING undefined Missing file FIFO 31 Named pipe (FIFO) SOCK 33 Socket BLK 44;37 Block device CHR 44;37 Character device EXEC 35 Executable file A few terminal programs do not recognize the default properly. 例文帳に追加

NORMAL 0 (ファイル名でない) 通常のテキストFILE 0 通常のファイルDIR 32 ディレクトリLINK 36 シンボリックリンクORPHAN 未定義 孤立したシンボリックリンクMISSING 未定義 行方不明のファイルFIFO 31 名前付きパイプ (FIFO)SOCK 33 ソケットBLK 44;37 ブロックデバイスCHR 44;37 キャラクターデバイスEXEC 35 実行ファイルデフォルトの設定を完全に認識できない端末プログラムも少数存在する。 - JM

At this time, the history of the transmission and reception messages is left corresponding to the variable message length irrelevantly to fork/exec where a master process actuates a slave process and the communication among the processes is carried out by the library where the history is left.例文帳に追加

このとき、親プロセスが子プロセスを起動する親子関係にかかわらずメッセージ可変長に対応して送受信データの履歴を残し、この履歴を残したライブラリによって複数プロセス間での通信を行う。 - 特許庁

例文

Classes includes a procedure class, a test class, a measurement class, a datapoint class, a parameter class, a DUT (data use technology) class, a test system class, a specification class, a run procedure class, a result class, a plug-in class, an exec class, as well as other classes.例文帳に追加

クラスは、プロシージャクラス、試験クラス、測定クラス、データポイントクラス、パラメータクラス、DUTクラス、テストシステムクラス、仕様クラス、起動プロシージャクラス、結果クラス、プラグインクラス、execクラス、およびその他のクラスを含む。 - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS