1016万例文収録!

「ティテ」に関連した英語例文の一覧と使い方(8ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > ティテに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

ティテを含む例文一覧と使い方

該当件数 : 1592



例文

プロジェクトノードを右クリックし、「新規」「エンティティーからの JSF ページクラス」を選択します。例文帳に追加

Right-click the project node and choose New JSF Pages from Entity Classes.  - NetBeans

「カテゴリ」リストで、「サンプル」ノードを展開し、「アイデンティティーBlueprints」ノードを選択します。例文帳に追加

In the Categories list, expand the Samples node, then select the IdentityBlueprints node.  - NetBeans

アイデンティティー管理の詳細については、NetBeans IDE 内の適切なヘルプトピックを参照してください。例文帳に追加

To learn more about Identity Management, see the appropriate help topics in the NetBeans IDE.  - NetBeans

null 可能ではない 1 対多の関係。 Project エンティティーで、client フィールドの値は Project の主キーの一部です例文帳に追加

non-nullable one-to-many; in a Project entity, the value of the client field is part of the Project's primary key  - NetBeans

例文

データベースを作成し、データベース接続を IDE に登録したら、「データベースからのエンティティークラス」ウィザードを使用して、データベース内の表に基づくエンティティークラスを簡単に生成できます。 IDE では、選択した各表のエンティティークラスを生成でき、関連する表に必要なエンティティークラスを生成することもできます。例文帳に追加

After you create the database and the database connection is registered with the IDE, you can use the Entity Classes from Database wizard to quickly generate entity classes based on the tables in the database. The IDE can generate entity classes for each table that you select, and can also generate any necessaryentity classes for related tables. - NetBeans


例文

「すべてを追加」をクリックして、すべてのクラスを「選択されているエンティティークラス」区画に移動します。例文帳に追加

Click Add All to move all the classes to the Selected Entity Classes box.  - NetBeans

今度は、データベース内の PAVILION という表を表す Pavilion エンティティークラスを作成します。例文帳に追加

We now will create the entity class Pavilion representing the PAVILIONtable in our database.  - NetBeans

この課題の目標は、sakila データベースからエンティティークラスを生成することです。例文帳に追加

The goal of this exercise is to generate entity classes from the sakila database.  - NetBeans

次のように、sakila ノードを右クリックして、「新規」「データベースからのエンティティークラス」を選択します。例文帳に追加

Right-click the sakila node and choose New Entity Classes from Database,as shown below: - NetBeans

例文

「データベースからのエンティティークラスの生成」で、持続性ユニットを作成しました。例文帳に追加

In Generating Entity Classes from a Database, you created a perstence unit.  - NetBeans

例文

「CustomerDB-Tomcat」ノードを右クリックし、「新規」「データベースからのエンティティークラス」を選択します。例文帳に追加

Right-click the CustomerDB-Tomcat node and choose New Entity Classes from Database. - NetBeans

「新規 データベースからのエンティティークラス」ウィザードが「データベース表」で開きます。例文帳に追加

The New Entity Classes from Database wizard opens in the Database Tables panel.  - NetBeans

「利用可能なエンティティークラス」フィールドに、「Customer」および「DiscountCode」という 2 つのクラスが表示されているはずです。例文帳に追加

In the Available Entity Classes field, you should see the two classes Customer and DiscountCode.  - NetBeans

「すべてを追加」をクリックすると、「選択されているエンティティークラス」に移動します。例文帳に追加

ClickAdd All, and they move to Selected Entity Classes.  - NetBeans

エンティティーの例としては「顧客 (Customer)」や「銀行の出納係 (Bank Teller)」があり、プログラムと相互作用します。例文帳に追加

An example of an entity might be a Customer or Bank Teller that interacts with your program. - NetBeans

package.xml ファイルを手動で作成する場合は、使用するエンティティを自ら入力する必要があります。例文帳に追加

If you write your package.xml files manually, you will need to enter the entities yourself.  - PEAR

またファイル中に のような非 ascii 文字が含まれている場合は、等価なエンティティ (#224) に置き換えます。例文帳に追加

It also scans the file for any non-ascii characters like and replaces them with their entity equivalent (#224).  - PEAR

テーブルを削除すると、そのテーブルの存在に依存しているすべてのモデルのエンティティも削除されます。例文帳に追加

Parameter $table is the name of the table to be deleted.  - PEAR

maxage パラメータは、エンティティがキャッシュされるよう提案された場合の秒数を制御します。例文帳に追加

The maxage paramter controls the amount of seconds an entity is suggested to be cached.  - PEAR

string 、、" および の各文字は、XML-RPC での通信の際に各々と等価なエンティティlt;、gt;、quot; およびamp;に変換されます。例文帳に追加

string The characters , , " and are converted to their entity equivalents lt;, gt;, quot; and amp; for transport through XML-RPC.  - PEAR

ある外部エンティティが文書の中でどれだけ使用されたかをカウントします。例文帳に追加

Counts how often a certain external is used in the document.  - PEAR

名前が指定されなければ、外部エンティティのすべての数がカウントされます。例文帳に追加

If no name is specified ot will count the total number of external entities.  - PEAR

さらに、パーサが改行や内部エンティティ(internal entity)をみつけたときに、新しいチャンクがカウントされます。例文帳に追加

Furthermore a new chunk is counted when the parser find a linebreak or internal entity.  - PEAR

このメソッドはそれをし、更に他のあらかじめ定義されたXMLエンティティにすべて置換します。例文帳に追加

This method does this for you and furthermore replaces all other predefined XML entities.  - PEAR

文字列内のすべての XML (あるいは HTML)エンティティを、対応する文字に置換します。例文帳に追加

It replaces all XML (or HTML) entities in a string by their corresponding characters.  - PEAR

演算子 is および is not は、オブジェクトのアイデンティティに対するテストを行います:例文帳に追加

The operators is and is not test for object identity:  - Python

ある例外にどの except 節が一致するかの選択は、オブジェクトのアイデンティティに基づいて行われます。例文帳に追加

In either case, it prints a stack backtrace, except when the exception is SystemExit - Python

各 XHTML 1.0 エンティティ定義について、ISO Latin-1 における置換テキストへの対応付けを行っている辞書です。例文帳に追加

A dictionary mapping XHTML 1.0 entity definitions to theirreplacement text in ISO Latin-1.  - Python

XHTML 1.0 仕様 (http://www.w3.rog/TR/xhtml1) 勧告で要求されている全てのエンティティ名をサポートしています。例文帳に追加

It supports all entity names required by the XHTML 1.0 Recommendation (http://www.w3.org/TR/xhtml1). It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements. - Python

true: 外部 DTD サブセットを含むすべての外部パラメータ・エンティティの取り込みをおこなう。例文帳に追加

true: Include all external parameter entities, including the external DTD subset.false: Do not include any external parameter entities, even the external DTD subset.access: (parsing) read-only; (not parsing) read/write - Python

たとえばエンティティ "![CDATA[text]]" を処理する場合、引数は 'text' でこのメソッドが呼び出されます。例文帳に追加

For example, the entity "![CDATA[text]]" will cause this method to be called with the argument 'text'. - Python

エンティティ宣言 "!ENTITY text" を処理する場合、引数は 'ENTITY text' でこのメソッドが呼び出されます。例文帳に追加

entity declaration "!ENTITY text" will cause this method to be called with the argument 'ENTITY text'. - Python

numberの有効な値は、0 以上エンティティごとの合計ヘッド数未満である。例文帳に追加

The legal values of number range from 0 to one less than the total number of heads per entity. - XFree86

次いで、ユーザの挙動パターンを使って、名前付きエンティティ(NE)の認識に影響を与える。例文帳に追加

The user's behavior patterns are then used to influence the named entity (NE: named entity) recognition. - 特許庁

データベースは、物理的な道路の交差点を表示する交差点オブジェクト・データ・エンティティを含む。例文帳に追加

The database includes intersection object data entities that represent physical road intersections. - 特許庁

エンティティに関係するロジックを含むプロセスをプロセス・メタデータ・モジュールとして、エンティティに関係する複数のプロパティをエンティティ・メタデータ・モジュールとして、エンティティ上で実行されるオペレーシンをオペレーション・メタデータ・モジュールとして、メタデータ・フォーマットで定義する。例文帳に追加

The system defines a process containing logic related to an entity as a process metadata module, defines a plurality of properties related to the entity as an entity metadata module and defines an operation performed on the entity as an operation metadata module in metadata format. - 特許庁

ユーザは、このミドルウェアエンティティにより、動作のリストを特定することができる。例文帳に追加

The user can specify a list of actions by the middleware entity. - 特許庁

定義書は少なくともエンティティ定義書0102とユースケース定義書0103とを含む。例文帳に追加

The definition document includes at least an entity definition document 0102 and a use case definition document 0103. - 特許庁

名前付きエンティティ認識を機能強化するユーザモデル化のシステムおよび方法。例文帳に追加

SYSTEM AND METHOD FOR USER MODELLING TO ENHANCE NAMED ENTITY RECOGNITION - 特許庁

次に、その情報エンティティがユーザ機器(1)から無線インターフェース(11)上で送信される。例文帳に追加

Then, the information entity is transmitted from the user equipment 1 over a radio interface 11. - 特許庁

その再起動はデータセンタに関連する組織的なエンティティの財政上の地位の増進を含む。例文帳に追加

The rebooting includes an enhancement of a financial position of an organizational entity associated with the data center. - 特許庁

署名は、送信元または他の信頼できるエンティティからユーザが入手する。例文帳に追加

The user obtains the signature from the transmitter or other reliable entity. - 特許庁

この代理エンティティは、削除する文書があるフォルダと同じフォルダに作成される。例文帳に追加

The proxy entity is created in the same folder as that for storing the document to be deleted. - 特許庁

デジタルブロードバンド伝送を提供するための方法、システムおよびネットワークエンティテ例文帳に追加

METHOD, SYSTEM, AND NETWORK ENTITY FOR PROVIDING DIGITAL BROADBAND TRANSMISSION - 特許庁

パーティ間の推移的信用に基づいてユーザのデジタルアイデンティティを受け入れる方法及び装置例文帳に追加

METHOD AND DEVICE FOR ACCEPTING DIGITAL IDENTITY OF USER BASED ON TRANSITIVE TRUST AMONG PARTIES - 特許庁

次に、データ・エンティティは、無線インターフェース(11)を介してユーザ機器(1)に送信される。例文帳に追加

The data entity is sent to the user apparatus 1 through a wireless interface 11. - 特許庁

ネットワークエンティティは、サービス品質管理機能からサービス品質制約を取得することができる。例文帳に追加

The network entity can acquire a service quality constraint from the service quality management function. - 特許庁

その方法において、制御情報が管理エンティティ(12)からユーザ機器(1)において受信される。例文帳に追加

In the method, control information is received by the user equipment (1) from a management entity (12). - 特許庁

その後、プレゼンティティAに対し、パブリッシャBによる更新を許可するか否かを問い合わせる(#4)。例文帳に追加

Thereafter, the presentity A is inquired whether to permit update by the publisher B or not (#4). - 特許庁

例文

データモデル内のエンティティの自動的な保守および修復のためのシステムおよび方法例文帳に追加

SYSTEM AND METHOD FOR AUTOMATIC MAINTENANCE AND REPAIR OF ENTITY IN DATA MODEL - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. 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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
© 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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS