「インポート」を含む例文一覧(680)

1 2 3 4 5 6 7 8 9 10 11 .... 13 14 次へ>
  • WSDL インポート
    WSDL Import  - NetBeans
  • スキーマインポート
    Schema Import  - NetBeans
  • インポートの問題。
    Import Issues.  - NetBeans
  • プロジェクトのインポート
    Importing Projects  - NetBeans
  • インポート文の処理
    Working With Import Statements  - NetBeans
  • インポートを修正します。
    Fix your imports.  - NetBeans
  • インポートを修正。
    Fix Imports.  - NetBeans
  • NetBeans IDE 4.1 インポートガイド
    NetBeans IDE 4.1 Import Guides:  - NetBeans
  • NetBeans IDE 5.0 インポートガイド
    NetBeans IDE 5.0 Import Guides:  - NetBeans
  • NetBeans IDE 3.6 の設定のインポート
    Importing NetBeans IDE 3.6 Settings  - NetBeans
  • インポートされる設定
    Settings to be imported  - NetBeans
  • インポートしたプロジェクト
    Imported Projects  - NetBeans
  • ビームラインポート
    BEAM LINE PORT - 特許庁
  • java.util.concurrent.TimeoutException をインポートするために、インポートを修正します。
    Fix your imports to import java.util.concurrent.TimeoutException.  - NetBeans
  • org.junit.Ignore をインポートするために、インポートを修正します。
    Fix your imports to import org.junit.Ignore.  - NetBeans
  • データインポート方法およびデータインポート装置
    DATA IMPORT METHOD AND DATA IMPORT DEVICE - 特許庁
  • ServletContext のインポート文を追加します。
    Add an import statement for ServletContext.  - NetBeans
  • CustomerResource.java は org.springframework.transaction.annotation.Transactional をインポートし、いくつかの
    CustomerResource.java imports org.springframework.transaction. annotation.Transactional and contains a number of  - NetBeans
  • アプレットの作成またはインポート
    Creating or Importing an Applet  - NetBeans
  • XML スキーマリソースのインポート
    Importing XML Schema resources.  - NetBeans
  • クラスのインポート文を生成する。
    Generate an import statement for the class.  - NetBeans
  • インポートセクションの管理
    Managing the Import Section  - NetBeans
  • 未使用のインポートを削除する
    To remove unused imports:  - NetBeans
  • インポート文を修正します (Ctrl-Shift-I)。
    Fix the import statements (Ctrl-Shift-I).  - NetBeans
  • インポート文を修正します。
    Fix the import statements.  - NetBeans
  • javax.ejb.Remote をインポートする必要があります。
    You will need to import javax.ejb.Remote.  - NetBeans
  • Eclipse プロジェクトの NetBeans IDE へのインポート
    Importing Eclipse Projects into NetBeans IDE  - NetBeans
  • 「Eclipse プロジェクトのインポート」ウィザード
    The Import Eclipse Project Wizard  - NetBeans
  • インポートウィザードの機能
    How the Import Wizard Works  - NetBeans
  • プロジェクトのインポートと構成
    Importing and Configuring Projects  - NetBeans
  • インポートの問題の解決
    Resolving Import Problems  - NetBeans
  • ... が原因でインポートに失敗しました。
    Import failed due to ....  - NetBeans
  • NetBeans IDE 3.6 のソースコードのインポート
    Importing Source Code from NetBeans IDE 3.6  - NetBeans
  • IDE へのモジュールのインポート
    Importing the Module Into the IDE  - NetBeans
  • 関連クラスをインポートします。
    You will have to import the relevant classes.  - NetBeans
  • インポートしてください。
    , which provides a portable version of this interface. - Python
  • インポート」をクリックし、「ライブラリをインポート」ダイアログを開きます。
    Click Import to open the Import Library dialog box.  - NetBeans
  • IDE の「インポートを修正」コマンドを使用すると、コードに必要なインポート文が追加され、不要なインポート文が削除されます。
    The IDE's Fix Imports command adds import statements that are needed by your code and removes unused import statements.  - NetBeans
  • Alt-Shift-F キーを押して、必要なインポート文を生成します。 インポート文の生成時に、jms と javax.annotation.Resource の各ライブラリをインポートします。
    Press Alt-Shift-F to generate any necessary import statements.When generating the import statements, we want to make sure we import the jms and javax.annotation.Resource; libraries.  - NetBeans
  • 「WSDL」ビューで「インポート」ノードを右クリックし、「WSDL インポートを追加」を選択します。 「インポートの追加」ダイアログが開きます。
    In the WSDL view, right-click the Imports node and choose Add WSDL Import.The Add Import dialog box opens.  - NetBeans
  • 注: インポート文の生成時に、 jms と javax.annotation.Resource の各ライブラリをインポートします。
    Note: When generating the import statements, you want to make sure to import the jms and javax.annotation.Resource libraries.  - NetBeans
  • インポート文を生成するときは、 java.util ライブラリをインポートする必要があります。
    Press Ctrl-Shift-I to generate any necessary import statements for the class.When generating the import statements, you want to import the java.util libraries.  - NetBeans
  • このファイルには、build-impl.xml からターゲットをインポートするインポート文が 1 つ含まれます。
    This file contains a single import statement that imports targets from build-impl.xml.  - NetBeans
  • インポートセクションから未使用のインポートを 1 つ削除するか、すべて削除するかを選択できます。
    Notice that you can either remove one or all unused imports from the import section. - NetBeans
  • インポート文の生成時に、util パッケージからクラスをインポートします。
    Press Alt-Shift-F to generate any necessary import statements for the class.When generating the import statements, we want to import classes from the util package.  - NetBeans
  • Connection、ConnectionFactory、Session、および Queue のためのインポート文を選択する場合は、java.jms ライブラリをインポートします。
    Note: When selecting the which libraries to import for Connection, ConnectionFactory, Session and Queue, make sure you import the java.jms libraries. - NetBeans
  • Ctrl-Shift-I キーを押してインポートを修正し、UploadedFile のインポート文を自動的に追加します。
    Press Ctrl-Shift-I to fix imports and automatically add the UploadedFile import statement.  - NetBeans
  • Hibernate ライブラリ (org.hibernate.Query、org.hibernate.Session) と java.util.List に対するインポート文を追加するように、インポートを修正します。
    Fix your imports to add import statements for the Hibernate libraries (org.hibernate.Query, org.hibernate.Session) and java.util.List.  - NetBeans
  • インポートするプロジェクト」ページで、インポートするプロジェクトを選択します。
    In the Projects to Import page, select the projects that you want to import. - NetBeans
  • インポート冷却水通路30を備え、インポート冷却水通路30に冷媒を供給する。
    The internal combustion engine includes an import cooling water passage 30, and supplies a cooling medium to the import cooling water passage 30. - 特許庁
1 2 3 4 5 6 7 8 9 10 11 .... 13 14 次へ>

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 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.
  • Python
    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.