小窓モード


プレミアム

ログイン
設定

設定

just ideとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「just ide」に類似した例文

just ide

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「just ide」の部分一致の例文検索結果

該当件数 : 18



例文

Just be sure not to enable ide-scsi as you used to.例文帳に追加

以前のようにide-scsiを有効にしないようにしてください。 - Gentoo Linux

The IDE opens your default browser and displays the Hello World message you just created in index.php.例文帳に追加

IDE によってデフォルトのブラウザが開き、index.php で作成したメッセージ「Hello World」が表示されます。 - NetBeans

On your system, navigate to the NetBeans IDE installation directory that installer has just created and delete that directory.例文帳に追加

システムで、この処理によってインストーラが作成した NetBeans IDE のインストールディレクトリに移動し、このディレクトリを削除します。 - NetBeans

Then the IDE opens the file in the Source Editor, displays the Output window and Debugger windows, and stops just inside the main method.例文帳に追加

IDE はソースエディタでファイルを開き、「出力」ウィンドウおよびデバッガウィンドウを表示し、main メソッドの中で停止します。 - NetBeans

Download and install Java 2 Platform StandardEdition version 5.0, Update 4 (or higher).Note that NetBeans IDE requires a full JDK, not just a JRE.例文帳に追加

Java 2 Platform Standard Edition バージョン 5.0 Update 4 (またはそれ以降) をダウンロードしてインストールします。 NetBeans IDE では、JRE だけでなく、完全な JDK が必要です。 - NetBeans

In the Palette (Window Palette) in the right region of the IDE, drag a Tableitem from the HTML category to a point just above the html:submit value=Login/ line.発音を聞く 例文帳に追加

IDE の右側にあるパレット (「ウィンドウ」「パレット」) で、「表」項目を「HTML」カテゴリから html:submit value=Login / 行の直前の位置にドラッグします。 - NetBeans

例文

To display a component library in the Palette, you just first import its complib file into the IDE, then add it to a project.発音を聞く 例文帳に追加

コンポーネントライブラリをパレットに表示するには、最初に complib ファイルを IDE にインポートしてから、そのファイルをプロジェクトに追加します。 - NetBeans

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「just ide」の部分一致の例文検索結果

該当件数 : 18



例文

You can also register any other JDBC driver with the IDE, so you can hook up to just about any database that provides a JDBC driver.例文帳に追加

その他の JDBC ドライバを IDE に登録することもできるため、JDBC ドライバを提供するほとんどのデータベースに接続できます。 - NetBeans

A follow-up tutorial demonstrating how to created a simpletwo-tiered web application in the IDE using the MySQL database you just created.発音を聞く 例文帳に追加

作成した MySQL データベースを使用して、IDE で簡単な 2 層 Web アプリケーションを作成する方法を紹介するフォローアップチュートリアルです。 - NetBeans

In the NetBeans IDE, you code Enterprise Java Beans (EJBs) just like any other Java class,assisted by code completion and editor hints.The IDE makes sure you implement the correct methods and keep the classes in sync with their interfaces.例文帳に追加

NetBeans IDE では、コード補完やエディタのヒントの機能を使用して、EJB (Enterprise Java Beans) をほかの Java クラスと同じようにコーディングできます。 IDE によって、適切なメソッドが実装されていること、クラスとインタフェースの同期が保たれていることが確認されます。 - NetBeans

Now just type 'cr.', to start using your declaration, and the IDE gives you relevant code completion for your JAXB artifacts (on some systems you may need to press Ctrl-Space):例文帳に追加

この宣言を使用するには、ただ「cr.」と入力します。 このとき Ctrl- スペースキーを押すと、次のように JAXB アーティファクトに関連するコード補完が IDE に表示されます。 - NetBeans

Double-click the Drop Down List component that you just added to Page1.The IDE adds a method for processing a change in the drop-down list selection and displays the method in the source editor.例文帳に追加

Page1 に追加したドロップダウンリストコンポーネントをダブルクリックします。 ドロップダウンリストの選択内容の変更を処理するメソッドが IDE によって追加され、メソッドがソースエディタに表示されます。 - NetBeans

But for the fortunateuser (and that includes you) using /dev/hda1 is just a fast way of explaining that we are talking about the primary master IDE, first partition. Oraren't we?例文帳に追加

ですが、幸運なユーザ(読者であるあなたも含む)にとって/dev/hda1と使うのは、プライマリマスタIDEの一番目のパーティションについて話しているということを説明するのには手っ取り早い方法ですよね? - Gentoo Linux

(This feature works with any .java file, not just files created with the Form Editor).The next example uses the Internationalization window, which is a part of defaultNetbeans IDE 5.5 installation.例文帳に追加

この機能は、フォームエディタを使用して作成されたファイルだけでなく、任意の .java ファイルで機能します。 次の例では、NetBeans IDE 5.5 のデフォルトインストールに含まれている国際化ウィンドウを使用します。 - NetBeans

例文

In the IDE, you can code enterprise beans just as you would code other Java classes, using code completion and editor hints to implement the correct methods and keep the classes in synch with their interfaces.例文帳に追加

IDE では、ほかの Java クラスをコーディングするように、エンタープライズ Bean をコーディングすることができ、コード補完とエディタヒントを使用して、適切なメソッドを実装し、インタフェースでクラスの同期を維持することができます。 - NetBeans

>>例文の一覧を見る

just ideのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS