Code Listing2.4: Copying the sample configuration to your home directory
コード表示2.4:サンプルの設定ファイルをホームディレクトリにコピー - Gentoo Linux
Code Listing3.3: Installing libstdc++-v3 and cleaning up # emerge --oneshot sys-libs/libstdc++-v3# emerge -aC =sys-devel/gcc-3.3*
コード表示3.3:libstdc++-v3のインストールと古いGCCの削除 - Gentoo Linux
Code Listing2.2: Early NewWorld Mac Open Firmware work around
OldWorldマシンで、MacOSを使わずGentooLinuxを起動させることはできますか? - Gentoo Linux
Code Listing4.8: Forcing PCI mode for AGP-Cards
コード表示3.3:AGPカードを強制的にPCIモードで動作させる - Gentoo Linux
Code Listing2.6: Creating a GRUB bootdisk # cd /boot/grub# dd if=stage1 of=/dev/fd0 bs=512 count=1# dd if=stage2 of=/dev/fd0 bs=512 seek=1
コード表示2.6:GRUBブートディスクの作成 - Gentoo Linux
Code Listing7.2: Verify the proper runlevel # rc-update -v show | grep -i consolefont
コード表示7.2:適切なランレベルにあることを確認 - Gentoo Linux
Code Listing6.1: More information about nice
コード表示6.1: nice値に関するより詳細な情報の参照 - Gentoo Linux
Code Listing1.4: Configuring a network interface to load at boot time
コード表示1.4: 起動時にネットワークインターフェースを設定する - Gentoo Linux
Code Listing4.2: Copying over the Installation CD kernel config
コード表示5.2: インストールCDのカーネル設定を上書きコピーする - Gentoo Linux
Code Listing3.3: Unmounting all partitions and rebooting
コード表示3.3: すべてのパーティションをアンマウントし再起動する - Gentoo Linux
Code Listing4.1: Unmounting all partitions and rebooting
コード表示4.1: すべてのパーティションをアンマウントし再起動する - Gentoo Linux
Code Listing3.1: Collecting data at regular intervals # crontab -u jffnms /opt/jffnms/docs/unix/crontab# crontab -e -u jffnms
コード表示3.1:データを定期的に収集する - Gentoo Linux
Code Listing3.1: New kernel sources appearing on update list
コード表示3.1:更新リストに新しいカーネルソースが登場 - Gentoo Linux
Code Listing4.3: Updating the /usr/src/linux soft link manually # cd /usr/src# ln -sfn linux-2.6.9-gentoo-r2 linux コード表示4.3:/usr/src/linuxソフトリンクを手動で更新 - Gentoo Linux
Code Listing10.1: Reusing your old config # cd /usr/src/linux-2.6.9-gentoo-r2# cp ../linux-2.6.9-gentoo-r1/.config .# make oldconfig
コード表示10.1:古い設定を再利用する - Gentoo Linux
Code Listing2.6: Setting a host master e-mail address # echo YourMail@address /var/lib/ldapdns/env/HOSTMASTER
コード表示2.6:ホスト管理者のe-mailアドレスの設定 - Gentoo Linux
Code Listing3.1: Enabling the Loading of Kernel Modules Loadable module support ---[*] Enable loadable module support
コード表示3.1:カーネルモジュールの読み込みを有効化 - Gentoo Linux
Code Listing7.1: Kernel configuration for the various suspend types
コード表示7.1:様々なサスペンドタイプのためのカーネル設定 - Gentoo Linux
Code Listing7.4: Kernel configuration for the various suspend types
コード表示7.4:様々なサスペンドタイプのためのカーネル設定 - Gentoo Linux
Code Listing7.9: Installing tuxonice-userui # echo "sys-apps/tuxonice-userui fbsplash" /etc/portage/package.use(It may be marked ~arch, so first it must be keyworded)# echo "sys-apps/tuxonice-userui" /etc/portage/package.keywords# emerge tuxonice-userui
コード表示7.9:suspend2-useruiのインストール - Gentoo Linux
Code Listing8.1: Disabling warnings about unknown acpi events
コード表示8.1:不明なacpiイベントに関する警告を無効化 - Gentoo Linux
Code Listing2.6: Using the full path to a tool $ sudo /usr/sbin/emerge-webrsync
コード表示2.6:ツールに対し、絶対パスを使用する - Gentoo Linux
Code Listing2.8: Allowing any user to execute shutdown
コード表示2.8:どのユーザにもシャットダウンの実行を許可する - Gentoo Linux
Specify an object code format other than your system's default format.
通常はシステムのデフォルトであるフォーマットが用いられる。 - JM
serves to translate this error code into human-readable form.
は、このエラーコードの可読なメッセージへの変換を行う。 - JM
defines the first 65534 code positions (0x0000 to 0xfffd), which form the "Basic Multilingual Plane (BMP)"
では、最初の 65534 個のコード位置 (0x0000 〜 0xfffd) を定義している。 - JM
program comments, while leaving the code unchanged.
コード部分は変更したくない場合などが考えられる。 - JM
Silently exit with a status return code.
状態を示すリターンコードのみを返し、黙って終了する。 - JM
Observing Diagram Editor Changes in Generated Code 生成されたコード内での図エディタの変更内容の確認 - NetBeans
Add the following code (shown in bold) to pass the personId to Page1:
personId を Page1 に渡す次のコード ( 太字 部分) を追加します。 - NetBeans
You now add the code to send the JMS messages by adding the following code in bold to the processRequest method:response.
今度は、次に示すボールドのコードを processRequest メソッドに追加し、JMS メッセージを送信するためのコードの追加を行います。 - NetBeans
In the Java Editor, ensure that your Java code does not contain any errors.
Java エディタで、Java コードにエラーがないことを確認します。 - NetBeans
To display the code completion box, press Ctrl-Space.
コード補完ボックスを表示するには、Ctrl-スペースキーを押します。 - NetBeans
He highlights the code completion and live templates features of the Java and Ruby editors,the Rails code generator, and the IDE's JUnit module. Java エディタと Ruby エディタのコード補完機能とライブテンプレート機能、Rails コードジェネレータ、および IDE の JUnit モジュールを取り上げています。 - NetBeans
Issue #71959:Code completionfails for sources outside a project.
問題 #71959:プロジェクト外部のソースコードで補完が失敗する。 - NetBeans
Smarter parsing so that code completion is faster
高性能の構文解析によるコード補完の高速化 - NetBeans
The completed script should look like the following code sample. 完成したスクリプトは次のコード例のようになります。 - NetBeans
Add the following code shown in bold to the prerender method:
prerender メソッドに、次のボールドで示されるコードを追加します。 - NetBeans
The Source view shows the underlying code for a business process diagram.
ソースビューには、ビジネスプロセス図のコードが表示されます。 - NetBeans
Code Sample 4: Set Minimum and Maximum Calendar Dates
コード例 4: カレンダ日付の最小値と最大値の設定 - NetBeans
The IDE adds the following default code to the servlet:
IDE によって次のデフォルトコードがサーブレットに追加されます。 - NetBeans
For more on the syntax used for creating your own code templates, see Special Code Template Syntax.
独自のコードテンプレートの作成に使用する構文については、「特殊なコードテンプレート構文」を参照してください。 - NetBeans
We now add the code to send the JMS messages by adding the following code in bold to the processRequest method:response.
今度は、次に示す太字のコードを processRequest メソッドに追加し、JMS メッセージを送信するためのコードの追加を行います。 - NetBeans
Right-click in the Source Editor and choose Format Code.
ソースエディタ内を右クリックし、「コードを整形」を選択します。 - NetBeans
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.