IDEを含む例文一覧と使い方
該当件数 : 3656件
Select Overwrite to force the BlogController to be regenerated, and then click OK.The IDE creates a view for the Post model and lists the contents in the Output window. 例文帳に追加
「上書き」を選択して BlogController を強制的に再生成するようにし、「了解」をクリックします。 IDE は Post モデルのビューを作成し、「出力」ウィンドウで内容を一覧表示します。 - NetBeans
In this tutorial, you use the sample Java and UML sample projects provided with the IDE to learn how to reverse engineer the source code of an existing Java application into a UML project. 例文帳に追加
このチュートリアルでは、IDE が提供するサンプルの Java プロジェクトおよび UML プロジェクトを使用して、既存の Java アプリケーションのソースコードを UML プロジェクトにリバースエンジニアリングする方法を示します。 - NetBeans
To celebrate the announcement that Sun Microsystems is acquiring MySQL, Arun Gupta originally created this demonstration, showing how a MySQL database could be exposed as a RESTful web service using the IDE. 例文帳に追加
Sun Microsystems による MySQL 買収の発表を記念して、このデモを最初に作成した Arun Gupta が、IDE を使用して MySQL データベースを RESTful Web サービスとして公開する方法を説明しています。 - NetBeans
In the Projects window, select the SampleCompositeApp project node and choose Edit Application Configuration from the pop-up menu.The IDE opens the .casa file in the Composite Application (Service Assembly) editor. 例文帳に追加
「プロジェクト」ウィンドウで「SampleCompositeApp」プロジェクトノードを選択し、ポップアップメニューから「アプリケーション構成を編集」を選択します。 IDE によって、複合アプリケーション (サービスアセンブリ) エディタで「.casa」ファイルが表示されます。 - NetBeans
This tutorial provides an overview of the sample project, SynchronousSample, and illustrates deploying, executing, and testing a synchronous BPEL process using NetBeans IDE 6.0 with all the necessary runtimes. 例文帳に追加
このチュートリアルでは、サンプルプロジェクト SynchronousSample の概要を説明し、NetBeans IDE 6.0 と必要なすべての実行環境を使用して、同期 BPEL プロセスを配備、実行、およびテストする例を示します。 - NetBeans
NetBeans 5.5 UML Modeling is supported on all systems that meet the requirements specified in the System Requirements section of the NetBeans IDE 5.5 Release Notes, with the exception of the Macintosh OS. 例文帳に追加
NetBeans[tm] 5.5, UML モデリングモジュールは、NetBeans IDE 5.5 リリースノートの「システム要件」の項目に明記されている要件を満たしているプラットフォームをすべてサポートしています。 ただし、Mac OS X については例外です。 - 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
When you install the Visual Web Pack, the installation process makes a sample Travel database available for the Java DB database that is bundled with the Sun Java System Application Server, as shown in the following table. Some sample applications and tutorials require the Travel database.If the IDE is configured to use the Sun Java System Application Server before the Visual Web Pack is installed, the Travel database will be available from the Runtime window.例文帳に追加
Visual Web Pack のインストール前に、Sun Java System Application Server を IDE に登録した場合は、インストール後「実行時」ウィンドウから Travel データベースを使用できるようになります。 - NetBeans
Click Finish to create the new project in the default location.The IDE creates the project directory under your home directory and gives it the same name as your project. 例文帳に追加
「完了」をクリックすると、デフォルトの場所に新しいプロジェクトが作成されます。 IDE によって、ホームディレクトリの下に、プロジェクト名と同じ名前のプロジェクトディレクトリが作成されます。 - NetBeans
If you do not see a jdbc node for the TRAVEL database, see the Visual Web Pack Sample Database section in the NetBeans Visual Web Pack Installation Instructions for information about making the database available to the IDE. 例文帳に追加
TRAVEL データベースの jdbc ノードが表示されない場合は、データベースを IDE で使用可能にする方法について、『NetBeans Visual Web Pack 5.5 インストール』の「Visual Web Pack サンプルデータベース」の節を参照してください。 - NetBeans
You can use a cached rowset, such as the cached rowset that the IDE creates when you add a data provider to a page, as a datasource for filling the report.例文帳に追加
レポートを記入するためのデータソースとして、データプロバイダをページに追加するときに IDE が作成するキャッシュされた行セットのような、キャッシュされた行セットを使用できます。 - NetBeans
We will run our application from inside NetBeans IDE and test it out and discover that the application is a fully functioning web service client for the web service that we worked with in the first part of this tutorial.例文帳に追加
NetBeans IDE 内からアプリケーションを実行し、テストします。 アプリケーションが、このチュートリアルの前半で操作した Web サービスの Web サービスクライアントとして正常に機能することを確認します。 - NetBeans
As a result,you can make sweeping modifications to pieces of code without affecting their functionality.You can use refactoring to do the following in NetBeans IDE 4.0: 例文帳に追加
このため、コードの各部分の機能に影響を与えることなく、コードを速やかに変更することができます。 NetBeans IDE 4.0 では、リファクタリング機能を使用し、以下のことを行うことができます。 - NetBeans
The NetBeans IDE connects to the MySQL server, checks for the databases available through the server, detects the system mysql database, and adds the corresponding new node mysql to the Databases tree. 例文帳に追加
NetBeans IDE は MySQL サーバーに接続し、サーバー経由で使用できるデータベースを確認して、システムの mysql データベースを検出し、対応する新しい mysql ノードをデータベースツリーに追加します。 - NetBeans
Drag your selection to the PartnerView box in the design area,between the Receive1 and Process End activities.The IDE provides visual clues that indicate where you can drop the selection.The Reply1 activity is added. 例文帳に追加
選択項目を、デザイン領域の、Receive1 と Process End アクティビティーの間にある「PartnerView」ボックスにドラッグします。 IDE には、選択項目をドロップできる場所を示す視覚的な手がかりが表示されます。 - NetBeans
Ide Rakkyo, an entertainer, has opened a baseball school in his hometown, the city of Kumamoto. 例文帳に追加
タレントの井(い)手(で)らっきょさんが,故郷の熊本市に野球学校を開校した。 - 浜島書店 Catch a Wave
Most of these are SCSI devices, so they look like SCSI disks to FreeBSD. 例文帳に追加
FreeBSD では、IDE バージョンの EZ ドライブを除くすべての SCSI デバイスは、SCSI のディスクと同等に扱われます。 - FreeBSD
Disables support for device-mapper RAID, such as that used for on-boardIDE/SATA RAID controllers. 例文帳に追加
device-mapper RAIDサポートを無効にします。 オンボードIDE/SATA RAIDコントローラを使用する場合などに使います。 - Gentoo Linux
You can override methods from superclasses using the IDE's Insert Code popup menu. 例文帳に追加
スーパークラスのメソッドは、IDE の「コードを挿入」ポップアップメニューを使用してオーバーライドできます。 - NetBeans
Finally, you can work in the IDE's CSS Editor to add a simple stylesheet to the presentation.例文帳に追加
最後に、IDE の CSS エディタを使用して、簡単なスタイルシートをプレゼンテーションに追加できます。 - NetBeans
When you open a Class diagram, the IDE displays a specific selection of UML element icons in the Modeling Palette. 例文帳に追加
クラス図を開くと、特定の UML 要素のアイコンがモデリングパレットに表示されます。 - NetBeans
The NetBeans IDE adds the new file to the BpelModule1 project and opens the file in the Schema View of the XML Editor.例文帳に追加
新しいファイルが BpelModule1 プロジェクトに追加され、XML エディタのスキーマビューで開きます。 - NetBeans
The IDE provides you with visual clues to show you where you can drop the selection. 例文帳に追加
選択項目をドロップできる場所を示す視覚的な手がかりが表示されます。 - NetBeans
NetBeans IDE Software as a Service (SaaS) functionality lets you use Facebook, Zillow, and other third-party-provided services in your own applications. Project Jersey is the open source reference implementation for building RESTful web services.例文帳に追加
Project Jersey は、RESTful Web サービス構築のためのオープンソースの参考実装です。 - NetBeans
The IDE opens Page2 in the Visual Designer, which is in the editing area, as shown in the following figure. 例文帳に追加
次の図に示すように、編集領域にあるビジュアルデザイナで Page2 が開きます。 - NetBeans
Click Finish. The IDE creates the ContactEditor folder on your system in the designated location.例文帳に追加
「完了」をクリックします。 システム上の指定した場所に ContactEditor フォルダが作成されます。 - NetBeans
Navigate to the /etc directory within the IDE's installation directory and open the netbeans.conf file in a text editor.例文帳に追加
IDE のインストールディレクトリ内の /etc ディレクトリに移動し、テキストエディタで netbeans.conf ファイルを開きます。 - NetBeans
Cannot send text input to Ant tasks via the console or the IDE's Output window.例文帳に追加
コンソール または IDE の「出力」ウィンドウ経由で Ant タスクにテキスト入力を送信できない。 - NetBeans
In addition, you can refer to the following documents to help you get started: NetBeansIDE Quick Start Guide.例文帳に追加
また、IDE を使い始めるにあたって役立つ次のマニュアルも用意されています。 - NetBeans
If you are using NetBeans IDE 6.5, see the latest version of this tutorial.例文帳に追加
RESTful アーキテクチャーで中心となるのは、URI (UniversalResource Identifier) によって識別されるリソースという概念です。 - NetBeans
The IDE provides you with visual clues that show where you can drop the selection. 例文帳に追加
選択項目をドロップできる場所を示す視覚的な手がかりが表示されます。 - NetBeans
Type the name of the project in the Project Name field.The IDE suggests a name that you can edit. 例文帳に追加
名前と、必要な場合はプロジェクトの場所を入力し、「完了」をクリックします。 - NetBeans
You can change the project location.The IDE creates a folder name based on the information you enter. 例文帳に追加
名前と、必要な場合はプロジェクトの場所を入力し、「完了」をクリックします。 - NetBeans
From the IDE's main menu, choose Tools Update Center.The Update Center wizard opens. 例文帳に追加
IDE のメインメニューから「ツール」「アップデートセンター」を選択します。 「アップデートセンターウィザード」が開きます。 - NetBeans
Documentation is provided for NetBeans in the form of web-based guides and the IDE's help system.例文帳に追加
NetBeans には、HTML 形式および IDE 内蔵のヘルプシステムの形式のマニュアルが用意されています。 - NetBeans
The BPEL Service Engine is represented as sun-bpel-engine in the Services window of the IDE, under the GlassFish V2 JBI nodes. 例文帳に追加
BPEL サービスエンジンは「サービス」ウィンドウ内の「GlassFish V2」「JBI」ノードの下に、「sun-bpel-engine」と表示されます。 - NetBeans
To switch the IDE's user directory, use the -userdirswitch detailed below. 例文帳に追加
IDE のユーザーディレクトリを切り替えるには、-userdir スイッチを使用します。 詳細は次で説明します。 - NetBeans
When you click Finish the IDE creates an entity class for each of the selected tables and createspersistence.xml under the Configuration Files node.You can open persistence.xml to view the details for the persistence unit. 例文帳に追加
persistence.xml を開くと、持続性ユニットの詳細を見ることができます。 - NetBeans
By default, the IDE suggests to put your NetBeans project folder in the same folder specified in Location.例文帳に追加
デフォルトでは、「場所」に指定されたのと同じフォルダに NetBeans プロジェクトフォルダが置かれます。 - NetBeans
The IDE checks if you have the NetBeansInternet Explorer extension registered in your browser. 例文帳に追加
次に、Internet Explorer 用 NetBeans 拡張機能がブラウザに登録されているかどうかが確認されます。 - NetBeans
The IDE's editor displays these files according to the content in your browser's cache.例文帳に追加
IDE のエディタでは、ブラウザのキャッシュの内容に基づいてこれらのファイルが表示されます。 - NetBeans
This tutorial shows how to set up page navigation in NetBeans IDE 6.1 or 6.0. 例文帳に追加
このチュートリアルでは、NetBeans 6.0 と 6.1 でのページナビゲーションの設定方法について説明します。 - NetBeans
The IDE builds as many output files as are specified in the project's Ant script. 例文帳に追加
プロジェクトの Ant スクリプトに指定されている個数の出力ファイルが生成されます。 - NetBeans
Note any output displayed in the IDE's Output window (Window Output).例文帳に追加
IDE の「出力」ウィンドウ (「ウィンドウ」「出力」) に表示される出力があれば確認します。 - NetBeans
These can be easilyapplied to a JSP file using the IDE's support for code completion. 例文帳に追加
これらのタグは IDE のコード補完サポートを使用して、簡単に JSP ファイルに適用できます。 - NetBeans
If you are using NetBeans IDE 6.5, see Getting Started with RESTful Web Services.例文帳に追加
RESTful アーキテクチャーで中心となるのは、URI (UniversalResource Identifier) によって識別されるリソースという概念です。 - NetBeans
Tools Options Editing Java SourcesTools Options Editing Source Synchronization 例文帳に追加
「ツール」「オプション」「編集」「Java ソース」「ツール」「オプション」「編集」「ソースの同期化」「ツール」「オプション」「IDE 構成」「Look Feel」「Java 要素」 - NetBeans
The bundled components offer cool widgets that you can't get using ordinary HTML tags. 例文帳に追加
IDE に付属するコンポーネントには、通常の HTML タグでは実現できないしかけがあります。 - NetBeans
If the Palette is not visible, then choose Window Palette from the IDE's main menu. 例文帳に追加
「パレット」が表示されていない場合は、IDE のメインメニューから「ウィンドウ」「パレット」を選択します。 - NetBeans
| Copyright © 1995-2026 Hamajima Shoten, Publishers. All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| © 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会員(無料)になると
|
