Configを含む例文一覧と使い方
該当件数 : 278件
Running the command java-config --list-available-vms will give you a list of all JREs and JDKs installed on your system.例文帳に追加
java-config--list-available-vmsを実行することによりシステムで使用可能なJREとJDKのリスト得ることができます。 - Gentoo Linux
KDM: In /usr/kde/3.1/share/config/kdm/kdmrc look for the [Xdmcp] section and change Enable = false to Enable = true.例文帳に追加
KDM:/usr/kde/3.1/share/config/kdm/kdmrcの中から[Xdmcp]セクションを探して、Enable=falseとなっているものをEnable=trueに変更してください。 - Gentoo Linux
Code Listing4.3: Upgrading the binaries # emerge -av "mysql-4.1"(Update your config files, you may also use dispatch-conf)# etc-update# revdep-rebuild 例文帳に追加
コード表示3.3:バイナリーのアップデート - Gentoo Linux
The code that is added inside the faces-config tags specifies the single navigation rule for this web application. 例文帳に追加
faces-config タグ内に追加されたコードは、この Web アプリケーションの単一のナビゲーション規則を指定しています。 - NetBeans
You can go on with installing packages.Reading single values is accomplished by using config-get. 例文帳に追加
そのまま パッケージのインストールに進みましょう。 特定の項目の値を読み込む場合はconfig-get を使用します。 - PEAR
In a custom kernel, enable this support by adding the following lines to your kernel config. 例文帳に追加
どうか注意するようにしてください。 - FreeBSD
Code Listing2.6: Getting a clean kernel configuration # cd /usr/src/linux# cp .config_master .config 例文帳に追加
コード表示2.6:カーネル設定を白紙に戻す - Gentoo Linux
Code Listing4.4: Example /etc/java-config-2/build/jdk.conf 例文帳に追加
または、/etc/profileを環境に読み込み直してください。 - Gentoo Linux
Fortunately, config(8) will print the line number that it had trouble with, so that you can quickly locate the line containing the error. 例文帳に追加
さいわい、config(8)はトラブルの起きた行番号を出力しますので viで素早く見つけることができます。 - FreeBSD
Chances are you made a typo in your config file.例文帳に追加
おそらく、設定ファイルでタイプミスをしたのでしょう。 - Gentoo Linux
Get the short documentation for a config value.Parameter 例文帳に追加
設定値についての短いドキュメントを取得します。 - PEAR
This will force inetd to re-read its config file. 例文帳に追加
これによって inetdはその設定ファイルを読み直します。 - FreeBSD
In order for the mplayer command line to not become too large, the user can create a file .mplayer/config and set default options there: 例文帳に追加
mplayer に指定するコマンドラインが長くなりすぎないように、.mplayer/configを作成してデフォルトのオプションを設定できます。 - FreeBSD
Code Listing4.2: Copying over the Installation CD kernel config 例文帳に追加
コード表示5.2: インストールCDのカーネル設定を上書きコピーする - Gentoo Linux
On importing a project users will see three config files: 例文帳に追加
プロジェクトのインポート時、3 つの構成ファイルが表示されます。 - NetBeans
Only the IRQ is required in the config file. 例文帳に追加
カーネルコンフィグファイルに記述する必要があるのはIRQ だけです。 - FreeBSD
Choosing 'yes' here is equivalent to the --save-config flag, and stores all options selected during kernel configuration as a script in the /etc/kernels/directory.例文帳に追加
(もし、/bootが/etc/fstab内で有効になっていれば:) - Gentoo Linux
The config script has already printed out the commands we need to run to setup our password, so we shall now run them.例文帳に追加
それではそれらコマンドを実行しましょう。 - Gentoo Linux
url to the remote config file, like ftp://www.example.com/pear/config.ini 例文帳に追加
リモートの設定ファイルへのパスをftp://www.example.com/pear/config.ini のように指定します。 - PEAR
Set a config value in a specific layer (defaults to 'user'). 例文帳に追加
指定したレイヤー (デフォルトは'user') の項目に値を設定します。 - PEAR
Thus, you can put these options into your Distutils config file (seesection5):例文帳に追加
そこで、オプションは Distutils 設定ファイル (5 参照) にも指定できます: - Python
Inputdevice Section The config file may have multiple InputDevice sections.例文帳に追加
InputDevice セクション設定ファイルには複数個のInputDeviceセクションを書いてもよい。 - XFree86
The config file may have multiple Screen sections.例文帳に追加
Screen セクション設定ファイルには複数個のScreenセクションを書いてもよい。 - XFree86
Rstartd starts by reading and executing the global config file. 例文帳に追加
rstartd は起動時にグローバルの設定ファイルを読み込んで実行する。 - XFree86
# cd /usr/src/linux# make menuconfig You should get a grey and blue GUI that offers a safe alternative to manually editing the /usr/src/linux/.config file.例文帳に追加
/usr/src/linux/.configを手作業で編集する代わりに、安全に編集できるグレーとブルーのGUIのメニューが出てきたと思います。 - Gentoo Linux
Using the java-config tool, you can set the system-wide default(provided you have root access). 例文帳に追加
あなたが管理者権限を持っているならば、java-configツールを使用することにより、システム全体のデフォルトを決めることができます。 - Gentoo Linux
Ensure that 'os.environ' has all the environment variables we guarantee that users can use in config files, command-line options,etc.例文帳に追加
'os.environ'に、ユーザがconfigファイル、コマンドラインオプションなどで利用できることを保証している環境変数があることを確認します。 - Python
If you want to start with a fresh configuration file you can always recover the default /usr/src/linux/.config file by typing:例文帳に追加
もし、まっさらな設定ファイルからはじめたいのなら、次のように打ち込むことで、/usr/src/linux/.configファイルをデフォルトに戻すことができます: - Gentoo Linux
Below is a complete /etc/bootmenu config file. 例文帳に追加
以下に、あなたは完成した/etc/bootmenu設定ファイルを見つけることでしょう。 - Gentoo Linux
X11 config file should now use /dev/input/mice for PS/2 and USB mice 例文帳に追加
X11設定ファイルはこれからPS/2とUSBマウス用に/dev/input/miceを使います - Gentoo Linux
You must then update your bootloader config manually. 例文帳に追加
その後ブートローダの設定を手動で更新しなければなりません。 - Gentoo Linux
# gcc-config --get-current-profile This should return i686-pc-linux-gnu-2.95.3 on most x86 systems. 例文帳に追加
たいていのx86システムではi686-pc-linux-gnu-2.95.3と表示されるはずです。 - Gentoo Linux
Earlier versions have a different syntax for the config file.例文帳に追加
以前のバージョンは設定ファイルに異なる構文を使用します。 - Gentoo Linux
Tells whether a given key exists as a config value.Parameter 例文帳に追加
指定したキーが設定値として存在するかどうかを返します。 - PEAR
The easiest way to configure HTML_Template_Flexy is to use ini files (although you may also like to consider the PEAR::Config class, or your own configuration system) 例文帳に追加
ini ファイル使った設定が一番簡単です (PEAR::Config クラスや、自分で用意した設定方法を使いたい場合は、それも可能です) 。 - PEAR
Serverlayout Section The config file may have multipleServerLayout sections. 例文帳に追加
ServerLayout セクション設定ファイルには複数個のServerLayoutセクションを書くことができる。 - XFree86
If the config(8) command fails when you give it your kernel description, you have probably made a simple error somewhere. 例文帳に追加
カーネルコンフィグレーションファイルに設定を行なってから config(8)コマンドが失敗したのであれば、 おそらくファイルのどこかに単純な間違いがあります。 - FreeBSD
This is a non-interactive process; no user input is entertained.例文帳に追加
デフォルトで使用される持続性のない/path/to/sources/.configの代わりに使用されます。 - Gentoo Linux
# nano -w /etc/X11/xorg.conf Note: If you are still using XFree86, your config file will be/etc/X11/XF86Config 例文帳に追加
注意:まだXFree86を使っているなら、設定ファイルは/etc/X11/XF86Configです。 - Gentoo Linux
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. 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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|