| 例文 |
Java classの部分一致の例文一覧と使い方
該当件数 : 151件
You could create another category called C++ with a domain template that is also named Basic Class (or whatever you want to name it) that also maps to elements of type Class with no stereotype, The template file can generate a C++ class instead of Java. 例文帳に追加
C++ という別のカテゴリを作成し、これにも Basic Class (または任意の名前) というドメインテンプレート名を付け、ステレオタイプがないクラス型の要素とマッピングし、このテンプレートファイルから Java でなく C++ クラスを生成するようにすることもできます。 - NetBeans
To provide a system and a method for reducing a class loading process in a Java(R) program by which a Java(R) class loading time is reduced.例文帳に追加
Java(登録商標)クラスローディング時間を短縮できるJava(登録商標)プログラムでのクラスローディング過程を短縮するシステム及び方法を提供する。 - 特許庁
To provide the optimization system of a Java class path for improving efficiency of a field test.例文帳に追加
フィールド試験の効率性を高めたJavaクラスパスの最適化方式を得る。 - 特許庁
You can see that both the Java class and the Axis2 web service have a hello:String operation, shown in the Navigator tab and as a node of the Axis2 web service, respectively. 例文帳に追加
「ナビゲータ」タブと「Axis2 Web Services」ノードでそれぞれ示されているように、Java クラスと Axis2 Web サービスの両方に hello:String オペレーションがあることがわかります。 - NetBeans
Now we need to create a Java package and add the method that we'll use to constructour acrostic, after which we'll implement the acrostic method in the Main class.例文帳に追加
ここでは、まず Java パッケージを作成し、アクロスティックの作成に使用するメソッドを追加してから、Main クラスに acrostic メソッドを実装します。 - NetBeans
The Add to Palette wizard appears, as shown below,displaying the mobile application that contains the Java class that you want to add to the palette:例文帳に追加
次に示すように「パレットに追加」ウィザードが開き、パレットに追加する Java クラスが含まれるモバイルアプリケーションが表示されます。 - NetBeans
Under Class Name for Option, the names in the Fully Qualified Name drop-down list depend on the version of Java EE you are using for your project. 例文帳に追加
「Option」クラス名の「完全修飾名」ドロップダウンリストから、プロジェクトで使用している Java EE のバージョンに応じた名前を選択します。 - NetBeans
SYSTEM AND METHOD FOR REDUCING CLASS LOADING PROCESS IN JAVA(R) PROGRAM例文帳に追加
Java(登録商標)プログラムでのクラスローディング過程を短縮するシステム及び方法 - 特許庁
The method provides for the mapping of Java to C++ objects and invoking the Java Native Interface, mapping C++ objects to Java and returning a corresponding Java object, retrieving and returning a class factory by class name, and collecting garbage in both the C++ and Java environments.例文帳に追加
この方法は、JavaをC++オブジェクトへマッピングしてJavaネイティブインタフェースを呼び出し、C++オブジェクトをJavaへマッピングして対応したJavaオブジェクトを返却し、クラス名によりクラスファクトリを取得し返却し、C++環境とJava環境の両方でガーベッジコレクションを実行する。 - 特許庁
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
This document takes you through the basics of using the IDE to develop a JAX-WS web service and to consume it in three different clientseither a Java class in a Java SE application, or a servlet or JSP page in a web application.例文帳に追加
このドキュメントでは、IDE を使用して JAX-WS Web サービスを開発し、Java SE アプリケーションの Java クラス、Web アプリケーションのサーブレット、または Web アプリケーションの JSP ページという、3 つの異なるクライアントで利用する基本的な手順を学ぶことができます。 - NetBeans
Now you need to create a Java package and add the method that you will use to constructour acrostic. After that you need to implement the acrostic method in the Main class.例文帳に追加
ここでは、まず Java パッケージを作成し、アクロスティックの作成に使用するメソッドを追加してから、Main クラスに acrostic メソッドを実装します。 - NetBeans
Show Compile Status.If selected, displays the compile status badge on the node for a Java class file when that file needs to be compiled.例文帳に追加
選択した場合、Java クラスファイルをコンパイルする必要がある場合は、そのファイルのノードにコンパイル状態バッジが表示されます。 デフォルトエンコーディング。 - NetBeans
For Java applications, you can set the project's main class, runtime arguments, VM arguments, and working directory in the Project Properties dialog box. 例文帳に追加
Java アプリケーションの場合は、「プロジェクトプロパティー」ダイアログで、プロジェクトの主クラスや実行時引数、VM の引数、作業用ディレクトリを設定できます。 - NetBeans
The second performance data collection program 17 and the application program (Java(R) class 12) having the call processing are generated by aspect compilation.例文帳に追加
第2の性能データ収集プログラム17と上記呼び出し処理を有するアプリケーションプログラム(Javaクラス12)は、アスペクトコンパイルにより生成される。 - 特許庁
A Java source code check program according to the present invention extracts a programmer name from a tag part in which the programmer name of a Java class described in the Java source code is described, and totalizes the number of creation steps per a class for each programmer.例文帳に追加
本発明に係るJavaソースコードチェックプログラムは、Javaソースコード内に記述されているJavaクラスの作成者名を記述したタグ部分から作成者名を抽出し、作成者毎の1クラス当たりの作成ステップ数を集計する。 - 特許庁
The Java EE Platform includes additional libraries used in developpingweb application and enterprise-class service-oriented architecturerunning on an application server. 例文帳に追加
Java EE プラットフォームには、Web アプリケーションやアプリケーションサーバーで実行するエンタープライズクラスのサービス指向アーキテクチャーの開発で使用される、追加のライブラリが含まれています。 - NetBeans
You will also notice that much of the boilerplate code commonly found in entity beans is gone.Methods such as ejbRemove, setMessage, setSessionContext, ejbActivate, and ejbPassivateare no longer needed in your entity class in Java EE 5. 例文帳に追加
また、エンティティー Bean に一般的に見られるボイラープレートコードの多くが消えています。 Java EE 5 のエンティティークラスでは、ejbRemove、setMessage、setSessionContext、ejbActivate、および ejbPassivate のようなメソッドは必要ないためです。 - NetBeans
Right-click the Source Packages node and choose New Java Class.Enter NameHandler in the Class Name text box and typeorg.mypackage.hello in the Package combo box. 例文帳に追加
「ソースパッケージ」ノードを右クリックし、「新規」「Java クラス」を選択します。 「クラス名」テキストボックスに「NameHandler」と入力し、「パッケージ」コンボボックスに「org.mypackage.hello」と入力して、「完了」をクリックします。 - NetBeans
An aglet is a class or template in the Java object-oriented programming language and the mobile agent instances of its use are also called aglets. 例文帳に追加
アグレットはJavaオブジェクト指向プログラミング言語におけるクラスまたはテンプレートの一つであり、またこれをモバイルエージェントとして使ったインスタンスもアグレットと呼ばれる。 - コンピューター用語辞典
Right-click the SessionBean1 node and choose Edit Java Source from the pop-up menu.Error annotations appear in the code indicating that the HashMap class is not found. 例文帳に追加
「SessionBean1」ノードを右クリックし、ポップアップメニューから「Java ソースを編集」を選択します。 HashMap クラスが見つからないことを示すエラー注釈がコードに表示されます。 - NetBeans
Open each file to verify that you generated all three methods in the class and the two interfaces.You might see compilation or other errors because the standard Java project does automatically include the Java Enterprise library or other classes.. 例文帳に追加
各ファイルを開き、3 つのメソッドがすべてクラスと 2 つのインタフェース内に生成されていることを検査します。 標準 Java プロジェクトには Java エンタープライズライブラリまたはほかのクラスが自動的に含まれるため、コンパイルエラーなどのエラーが表示される場合があります。 - NetBeans
For example, you use the javactask to compile code, the javatask to execute a class, and so forth. 例文帳に追加
たとえば、コードをコンパイルするには javac タスクを使用し、クラスを実行するには java タスクを使用するなどします。 - NetBeans
In this management system, the class file of a Java applet 133 is stored in a hard disk 13 of a copy server 10.例文帳に追加
コピーサーバ10のハードディスク13には、Javaアプレット133のクラスファイルが格納されている。 - 特許庁
This tutorial shows you various techniques for creating elements of a Class diagram and how to generate the Java source code for the diagram, The purpose of this tutorial is to introduce some of the IDE's UML Modeling Class diagram functionality and to show you various techniques for creating elements of a Class diagram. 例文帳に追加
このチュートリアルでは、クラス図の要素を作成するさまざまな手法や、クラス図の Java ソースコードを生成する方法を示します。 このチュートリアルの目的は、IDE の UML モデリングクラス図機能の一部について説明し、クラス図の要素を作成するさまざまな手法を示すことです。 - NetBeans
In the Projects window, expand the JavaPrj1 Source Package node and double-click on the default package node.Notice the folder contains the Java source files that are similarly named as the class elements you created in the ClassDiagram model. 例文帳に追加
「プロジェクト」ウィンドウで、「JavaPrj1」「ソースパッケージ」ノードを展開し、「デフォルトのパッケージ」ノードをダブルクリックします。 ClassDiagram モデルに作成したクラス要素と似た名前の Java ソースファイルがフォルダに含まれます。 - NetBeans
This switch turns off Java bytecode verification, making class loading faster and eliminating the need for classes to be loaded during startup solely for the purposes of verification.例文帳に追加
このスイッチは、Java バイトコード検査を無効にします。 この結果、クラスの読み込みが早くなり、検査の目的のためだけに起動中にクラスを読み込む必要がなくなります。 - NetBeans
When a Java corresponding browser 701 accesses the WWW server, the WWW server part 500 transfers an applet class file 536 to the Java corresponding browser 701.例文帳に追加
Java対応ブラウザ701がWWWサーバにアクセスすると、WWWサーバ部500は、アプレットクラスファイル536をJava対応ブラウザ701に転送する。 - 特許庁
Using Java Persistence in your project greatly simplifies application development by removing the need for configuring deployment descriptors to provide object-relational mapping information for persistent fields or properties.Instead, you can use annotations to define these properties directly in a simple Java class.例文帳に追加
プロジェクトで Java Persistence を使用すると、持続フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 代わりに、注釈を使用して、これらのプロパティーを簡単な Java クラス内で直接定義できます。 - NetBeans
Using Java Persistence in your project greatly simplifies application development by removing the need for configuringdeployment descriptors to provide object-relational mapping information for persistent fields or properties.Instead, you can use annotations to define these properties directly in a simple Java class. 例文帳に追加
プロジェクトで Java Persistence を使用すると、持続性フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 代わりに、注釈を使用して、これらのプロパティーを簡単な Java クラス内で直接定義できます。 - NetBeans
Entity Class Using Java Persistence in your project greatly simplifies application development by removing the need for configuring deployment descriptors to provide object-relational mapping information for persistent fields or properties. 例文帳に追加
プロジェクトで Java Persistence を使用すると、持続フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 - NetBeans
Inspect the members and hierarchy of any Java class in a convenient popup window that displays base classes, derived classes, and interfaces.Use filters to control the level of detail that is displayed.例文帳に追加
基本クラス、派生クラス、およびインタフェースを表示する便利なポップアップウィンドウで、任意の Java クラスのメンバーと階層を検査できます。 フィルタを使用して、表示する詳細レベルを制御できます。 - NetBeans
When you create a Java class using the the New Project wizard, the NetBeans IDE uses code generation templates to generate source, substituting token variables with the proper information: author name, creation date, license, class name, constructor name, and other attributes. 例文帳に追加
「新規プロジェクト」ウィザードを使用して Java クラスを作成するとき、NetBeans IDE はコード生成テンプレートを使用してソースを生成しますが、その際にトークン変数を適切な情報 (作成者名、作成日、ライセンス、クラス名、コンストラクタ名、その他属性) に置き換えます。 - NetBeans
The byte code instruction is taken out of a Java class file (501).例文帳に追加
複数の方法でコンパイルできるプログラムに関連するバイトコード命令を取り出し、特定の方法(一般的には、デフォルトの方法)でコンパイルする。 - 特許庁
To reduce an overhead when accessing to a static class such as Java(R) VM from a dynamic script language such as PHP.例文帳に追加
PHPのような動的スクリプト言語処理系から、Java(R)VMのような静的クラスにアクセスする際のオーバーヘッドを減らす。 - 特許庁
Each object is replaced to an object appropriate to an object to be inspected through the use of a class load function of Java VM11.例文帳に追加
各オブジェクトは、JavaVM11のクラスロード機能を用いて、検査対象に適したオブジェクトに交換するようにした。 - 特許庁
A static link device 100 generates an executable program 21 by linking source programs A11 to E15 as class files of the Java language.例文帳に追加
静的リンク装置100は、Java言語のクラスファイルであるソースプログラムA11〜E15をリンクさせて実行可能プログラム21を生成する。 - 特許庁
Python's Thread class supports a subset of the behavior of Java's Thread class;currently, there are no priorities, no thread groups, and threads cannot be destroyed, stopped, suspended, resumed, or interrupted.例文帳に追加
Python の Thread クラスがサポートしているのは Java の Thread クラスの挙動のサブセットにすぎません; 現状では、優先度 (priority)やスレッドグループがなく、スレッドの破壊 (destroy)、中断 (stop)、一時停止 (suspend)、復帰 (resume)、割り込み (interrupt) は行えません。 - Python
To solve the problem that the processing load of the successive interpretation execution of a byte code in a Java execution environment since the preload class of a conventional technology is a platform independent byte code.例文帳に追加
従来技術のプレロードクラスは、プラットフォーム非依存なバイトコードであり、Java実行環境によるバイトコードの逐次解釈実行の処理負荷が高い。 - 特許庁
A second performance data collection program 17 performs the log output of the performance data of functions corresponding to the session ID and request ID acquired from the thread-specific variable region 31 according to a call from an application program (Java class 12).例文帳に追加
第2の性能データ収集プログラム17は、アプリケーションプログラム(Javaクラス12)からの呼び出しに応じて、スレッド固有変数領域31から取得したセッションID、リクエストIDに対応付けて関数の性能データをログ出力する。 - 特許庁
The Java virtual machine 101 is provided with the list of class files included in all files or directories included in a class path as a column, and the class names of all the classes included in the class path and the information of the loaded classes including loaded flags showing that the classes are loaded are recorded, and diagnostic information is outputted.例文帳に追加
Java仮想マシン101は、クラスパスに含まれる全てのファイルまたはディレクトリについて、ファイルまたはディレクトリに含まれるクラスファイルのリストをカラムとして持ち、クラスパスに含まれる全てのクラスについてクラス名と、該クラスがロードされていることを示すロード済フラグを含むロードしたクラスの情報を記録して、診断情報を出力する。 - 特許庁
A WeakHashMap class to be provided in Java (R) programming language is used for maintaining the map of an unique object in a memory.例文帳に追加
Java(登録商標)プログラミング言語によって提供されるWeakHashMapクラスが、メモリ内の一意のオブジェクトのマップを維持するために利用される。 - 特許庁
Use the Heap Walker to evaluate the Java heap contents and to identify unnecessary references that cause memory leaks.You can browse classes and instances of classes on the heap,fields of each instance or class, and references to each instance.例文帳に追加
ヒープ上にあるクラスやクラスのインスタンス、各インスタンスまたはクラスのフィールド、および各インスタンスへの参照を確認できます。 ビデオ: プロファイルポイント、ドリルダウングラフ、ヒープウォーカー - NetBeans
You now want to create some simple web pages to see if your database tables were created and if you can add data.You will add Java Server Faces (JSF) pages to the application and use the JSF Pages from Entity Class wizard to quickly create a simple web interface. 例文帳に追加
今度は、データベース表が作成されたかどうか、また、データを追加できるかどうかを確認するための、簡単な Web ページをいくつか作成します。 Java Server Faces (JSF) ページをアプリケーションに追加し、「エンティティークラスからの JSF ページ」ウィザードを使用して簡単な Web インタフェースをすばやく作成します。 - NetBeans
We now want to create some simple web pages to see if our database tables were created and if we can add data.We will add Java Server Faces (JSF) pages to the application and use the JSF Pages from Entity Class wizard to quickly create a simple web interface. 例文帳に追加
今度は、データベース表が作成されたかどうか、また、データを追加できるかどうかを確認するための、簡単な Web ページをいくつか作成します。 Java Server Faces (JSF) ページをアプリケーションに追加し、「エンティティークラス」ウィザードから JSF ページを使用して簡単な Web インタフェースをすばやく作成します。 - NetBeans
The JAR area is substantially extended by registering a virtual computer component having a debug function and a class load function in the JAR area of the cellular phone terminal as a package together with a Java program and registering the class file in a scratchpad area.例文帳に追加
携帯電話端末のJAR領域に、パッケージとしてJavaプログラムとともに、デバッグ機能とクラスロード機能を備えた仮想コンピュータコンポーネントを登録し、スクラッチパッド領域へのクラスファイルの登録を可能とすることによって、実質的にJAR領域を拡張する。 - 特許庁
To download a stab class usable for a remote method call in each of client computers from one server computer to the plural client computers different in the kind of Java execution environment.例文帳に追加
1つのサーバコンピュータから、Java実行環境の種類が異なる複数のクライアントコンピュータに対して、各クライアントコンピュータにおけるリモートメソッド呼び出しに使えるスタブクラスをダウンロードできるようにする。 - 特許庁
Therefore,you might find it beneficial to break your source structure down into multiple IDE projects with inter-project dependencies.If, for example, you have reusable components, applets, or tag libraries as part of your source structure,you might need to create individual Java Class Library projects and create dependencies between them and your Web projects.例文帳に追加
その場合、プロジェクト間の依存関係を使用して、ソース構造を複数の IDE プロジェクトに分割した方が良いことがあります。 たとえば、ソース構造に再利用可能なコンポーネントやアプレット、あるいはタグライブラリがある場合は、個々に Java クラスライブラリプロジェクトを作成し、それらプロジェクトと Web プロジェクト間の依存関係を作成します。 - NetBeans
A load can be carried out even to the DS of another maker and the DS of the other devices by a common factory class and the POS system making Java (registered trademark) as a base can be provided by a simpler constitution at a low cost.例文帳に追加
また、他のメーカのDSや、他のデバイスのDSであっても共通のファクトリクラスによってロードすることができ、Java(登録商標)をベースとしたPOSシステムをさらにシンプルで低コストで提供可能にすることができる。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 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会員(無料)になると
|
