1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

Createを含む例文一覧と使い方

該当件数 : 10185



例文

Once you have properly created the templates in NetBeans and configured the proper domain template, you can create a UML model project that will take advantage of the new template to generate Enterprise Java Bean code for the Enterprise Java Bean. 例文帳に追加

テンプレートを NetBeans に適切に作成し、適切なドメインテンプレートを構成したら、エンタープライズ Java Bean 用の エンタープライズ Java Bean コードを生成する新しいテンプレートを利用する、UML モデルプロジェクトを作成できます。 - NetBeans

Create a new web application project named DataboundComponents that uses the GlassFish V2 Application Server and the Visual Web JavaServer Faces framework.The IDE creates the first page, named Page1, and displays the page in the Visual Designer. 例文帳に追加

GlassFish V2 Application Server と Visual Web JavaServer Faces フレームワークを使用する、新しい Web アプリケーションプロジェクトを「DataboundComponents」という名前で作成します。 「Page1」という最初のページが作成され、そのページがビジュアルデザイナに表示されます。 - NetBeans

Right-click the LibClass.java node in the Projects window and choose Tools Create JUnit Tests (Ctrl-Shift-U).If this is the first time you have created JUnit tests in the IDE, you will be prompted with the Select JUnit Version dialog box.例文帳に追加

「プロジェクト」ウィンドウで「 LibClass.java 」ノードを右クリックして、「ツール」「JUnit テスト」「テストを作成」(Ctrl-Shift-U) を選択します。 JUnit テストを IDE ではじめて作成する場合は、「JUnit のバージョンを選択」ダイアログが表示されます。 - NetBeans

This web log application is built around the Post model, which stores instances of blog posts.Here you use the Rails scaffold generator to create the model and its controller, as well as the index (list),show, new, and edit views.例文帳に追加

このブログアプリケーションは、ブログ投稿のインスタンスを保存する Post モデルに基づいています。 ここでは、Rails スキャフォールドジェネレータを使用してモデルとそのコントローラ、また index (リスト)、show、new、edit の各ビューを作成します。 - NetBeans

例文

When you create a new Mobile Client to Web Application, a sample MIDlet can not be generated if the parameter of the Web service is a type that can not be easily represented in the Visual Mobile Developer, such as an array.例文帳に追加

モバイルクライアントから Web アプリケーションへの接続を新規に作成するとき、Web サービスのパラメータが、配列など、ビジュアルモバイルデザイナーで簡単に表示できない型の場合、サンプル MIDlet を生成できない。 - NetBeans


例文

Upon the receipt of a message targeted at one of these receive activities, the BPEL runtime will create a BPEL process instance and hand the message to the process instance for processing. 例文帳に追加

これらの受信アクティビティーのいずれかをターゲットとしたメッセージを受信すると、BPEL 実行環境は BPEL プロセスインスタンスを作成し、メッセージをそのプロセスインスタンスの処理のために引き渡します。 - NetBeans

Using the Source Code Editor, you manually create the code for your MIDlets.Creating code in the Source Code Editor gives you more flexibility when editing the code, and enables you to insert preprocessor code blocks.例文帳に追加

ソースコードエディタを使用すると、MIDlet のコードを手動で作成できます。 ソースコードエディタでコードを作成すると、より柔軟にコードを編集したり、プリプロセッサコードブロックを挿入したりできます。 - NetBeans

The next step to developing MIDP and CLDC applications is knowing how to use multiple device emulators in the IDE and create custom configurations that allow a project to be deployed to multiple devices. 例文帳に追加

MIDP と CLDC のアプリケーション開発の次の手順では、IDE で複数のデバイスエミュレータを使用し、プロジェクトを複数のデバイスに配備できるようにカスタム構成を作成する方法を学びます。 - NetBeans

In this tutorial, you use the Ruby support in the NetBeans IDE to create andrun a simple database web application.By completingthe steps in this tutorial, you learn howto do the following tasks: 例文帳に追加

このチュートリアルでは、NetBeans IDE での Ruby サポートを使用して、簡単なデータベース Web アプリケーションを作成し、実行します。 このチュートリアルの手順に従うことで、次の作業を行う方法を学ぶことができます。 - NetBeans

例文

To display the Google maps of the actual addresses of the customers, create an instance of Customer for each entity in the database and set the address equal to a concatenation of address variables for each Customer. 例文帳に追加

顧客の実際の住所の Google マップを表示するには、データベースの各エンティティーに Customer のインスタンスを作成し、各 Customer の address 変数を連続したものに相当する住所を設定します。 - NetBeans

例文

When you create the Java Web application in the New Project wizard as described in Generating Entity Classes from a Database, after you select the server, click Next instead of Finish. 例文帳に追加

サーバーを選択し、エンティティークラスのデータベースまたは最初からの生成で説明されているように「新規プロジェクト」ウィザードで Java Web アプリケーションを作成して、「完了」ではなく「次へ」をクリックします。 - NetBeans

Both of these differences are due to the Spring framework handling transactions and entity management, whereas in the other project the IDE had to create a class that used javax.transaction.UserTransaction and javax.persistence.EntityManager. 例文帳に追加

これらの相違はともにトランザクションとエンティティー管理を処理する Spring Framework によるものです。 これに対して、ほかのプロジェクトでは、IDE が javax.transaction.UserTransaction と javax.persistence.EntityManager を使用するクラスを作成する必要がありました。 - NetBeans

When you create a new Ruby project, you have the choice of creating a project from existing files, or creating a new set of folders with templates for your Ruby project.例文帳に追加

Ruby プロジェクトを新しく作成するときには、既存のファイルからプロジェクトを作成するか、Ruby プロジェクト用のテンプレートを使用して一連のフォルダを新しく作成するかを選択できます。 - NetBeans

Note: When you open an existing Ruby or JRuby project that you built outside of the IDE, the only NetBeans software-relatedmodification that the IDE makes to the project is to create an nbproject folder, which containsNetBeans metadata.例文帳に追加

注: IDE 以外で構築した既存の Ruby またはJRuby プロジェクトを開いた場合、IDE がそのプロジェクトに加える NetBeans ソフトウェア関連の変更は、NetBeans のメタデータを含む nbproject フォルダを作成することだけです。 - NetBeans

Open source projects usually are built by the make utility,which uses a makefile at build time.This article explains how to create a NetBeans IDE project based on a makefile. 例文帳に追加

オープンソースプロジェクトは、通常、構築時にメイクファイルを使用する make ユーティリティーによって構築されています。 この記事では、メイクファイルに基づいて NetBeans IDE プロジェクトを作成する方法を説明します。 - NetBeans

In this section you create a persistence unit to tell the container which entity classes are to be managed by the entity manager, and also the datasource used by those entities. 例文帳に追加

この節では、エンティティーマネージャーによって管理されるエンティティークラスおよびそれらのエンティティーによって使用されるデータソースを、コンテナに指示するための持続性ユニットを作成します。 - NetBeans

In this section, you create a servlet to generate dynamic content and allow interaction with web clients (typically a browser application such as Firefox or Internet Explorer) using a request-response paradigm. 例文帳に追加

この節では、動的コンテンツを生成し、また要求と応答のパラダイムを使用して Web クライアント (通常は Firefox や Internet Explorer などのブラウザアプリケーション) との相互作用を可能にするサーブレットを作成します。 - NetBeans

Choose or Create MBean client and subscribe to getting event notifications. The client will extract alerting messages and perforn specified actions (write to log/send e-mail/do nothing). 例文帳に追加

MBean クライアントを選択または作成し、イベント発生の通知を受け取るように設定クライアントは警告メッセージを展開し、指定されたアクションを実行 (ログの記述/メール送信/何もしない) - NetBeans

Though NetBeans supports Java Micro Edition (ME) Connected Device Configuration (CDC) development, the IDE does not have a CDC platform included in the installer that allows you to create applications for CDC devices using the Personal, Foundation, or AGUI Profiles. 例文帳に追加

NetBeans Mobility では Java Micro Edition (ME) Connected Device Configuration (CDC) 向けの開発がサポートされていますが、Personal、Foundation、または AGUI の各プロファイルを使用するデバイスをサポートするアプリケーションを開発するための CDC プラットフォームは付属していません。 - NetBeans

In the Apache2 tab, you can set the Apache port number, change the web directory (/var/apache2/2.2/htdocs by default), create separate home directories for different users in the web directory, and open the httpd.conf file for editing. 例文帳に追加

「Apache2」タブでは、Apache ポート番号の設定、Web ディレクトリ (デフォルトでは /var/apache2/2.2/htdocs) の変更、異なるユーザーに Web ディレクトリの個別ホームディレクトリを作成、および編集用の httpd.conf ファイルを開くことができます。 - NetBeans

The bean skeleton containing the private fields needed for storing the data has already been prepared for us so we now need to create a reasonable constructor for it, as shown in the following procedure and demo.例文帳に追加

データの保存に必要な非公開フィールドを含む Bean スケルトンはすでに作成されているので、適切なコンストラクタを作成する必要があります。 その手順とデモは次のとおりです。 - NetBeans

At this stage, you are introduced to GlassFish testing functionality that is available from the IDE.Finally, you create a Java application that connects to the web service to display the images in an album created from Swing components.例文帳に追加

この段階では、IDE から利用できる GlassFish のテスト機能を紹介します。 最後に、Web サービスに接続して、Swing コンポーネントから作成されるアルバムのイメージを表示する Java アプリケーションを作成します。 - NetBeans

This tutorial uses a MySQL database called sakila.The sample database is not included when you install the IDE so you need to first create the database to follow this tutorial.例文帳に追加

このチュートリアルでは、sakila という名前の MySQL データベースを使用します。 IDE のインストールにはサンプルデータベースが含まれていないため、このチュートリアルを開始する前に、まずデータベースを作成する必要があります。 - NetBeans

In this exercise you will create a simple JFrame Form with some fields for entering and displaying data.You will also add a button that will trigger a database query to retrieve the data. 例文帳に追加

この課題では、データを入力および表示するためのフィールドを含む、簡単な JFrame フォーム作成します。 また、データを取得するためのデータベースクエリーをトリガーするボタンを追加します。 - NetBeans

Note:If the sakila database is not available as an option in the Frameworks panel in the wizard,check to see if the connection is listed under the Databases node in the Services window.If the connection is not there, you need to create the database connection. 例文帳に追加

注: Sakila データベースがウィザードの「フレームワーク」パネルのオプションとして使用できない場合、この接続が「サービス」ウィンドウの「データベース」ノードに一覧表示されているかどうかを確認します。 - NetBeans

The NetBeans IDE provides Java developers with all the tools they need to create professional Java SE applications. The NetBeans IDE supports development with JDK 1.1, JDK 1.2, JDK 1.3, JDK 1.4, JDK 5.0, and JDK 6.例文帳に追加

NetBeans IDE には、Java 開発者が本格的な Java SE アプリケーションを作成するために必要なツールがすべて用意されています。 NetBeans IDE は、JDK 1.1、JDK 1.2、JDK 1.3、JDK 1.4、JDK 5.0、および JDK 6 を使用した開発をサポートしています。 - NetBeans

This depends on your choice of implementation.For example, if you plan to deploy to the Tomcat Web Server, which only has a web container, create a web application,not an EJB module. 例文帳に追加

これは実装方法の選択によって決まります。 たとえば Tomcat Web サーバーに配備する予定の場合、Tomcat Web サーバーには Web コンテナしかないため、EJB モジュールではなく Web アプリケーションの作成を選択してください。 - NetBeans

In this tutorial, you first create a web service client in a mobile application to connect to the on-line DailyDilbert service.You are then shown how to use the Visual MIDlet Designer to graphically design the layout of your application.例文帳に追加

このチュートリアルでは、まずモバイルアプリケーションでオンラインの DailyDilbert サービスに接続する Web サービスクライアントを作成します。 次にビジュアル MIDlet デザイナを使用して、アプリケーションのレイアウトをグラフィカルにデザインします。 - NetBeans

The site was over 10 hectares in size, and the power of the Retired Emperor who also backed the Taira family allowed him to demolish the surrounding buildings to create an expansive estate in which the three Imperial palaces, Nan-den, Sei-den and Hoku-den (Southern Palace, and Western Palace, Northern Palace), were built. 例文帳に追加

その敷地は十余町、平家をうしろだてにした上皇の権威で、周囲の建物はとりこわされ、広大な敷地に南殿、西殿、北殿の三御所がつくられた。 - Wikipedia日英京都関連文書対訳コーパス

This occurred as a result of the syncretism of Shinto and Buddhism in which the Japanese indigenous Shinto beliefs became mixed with the imported Buddhism (particularly Esoteric Buddhism) to create various religious belief such as Shugendo (Japanese mountain asceticism incorporating Shinto and Buddhist concepts). 例文帳に追加

背景には神仏習合の歴史があり、土着の神道と渡来して普及した仏教(特に密教)が混淆して修験道などの多様な信仰を生み出してきた。 - Wikipedia日英京都関連文書対訳コーパス

Judging that Nobunaga (Takaya KAMIKAWA) would not create a peaceful land, Mitsuhide raised Honno-ji no Hen in the hope that Hideyoshi (Toshiro YANAGIBA) would cut off his head and govern the land. 例文帳に追加

信長(上川隆也)では平和な世を築き上げることは出来ないと判断し、秀吉(柳葉敏郎)が自らを討ち取って天下を取ることを期待して、本能寺の変に及ぶ設定。 - Wikipedia日英京都関連文書対訳コーパス

When creation of an electronic album is indicated later, appropriate images out of the classified images are laid out on template images per event to create an electronic album.例文帳に追加

その後に、電子アルバムの作成指示がなされると、イベント毎に、分類された画像の中から適切な画像がテンプレート画像上にレイアウトされることにより電子アルバムが作成される。 - 特許庁

The adjustable aperture construction of the invention comprises at least two electrodes, and an electrical circuit for applying a voltage to the electrodes in order to create an electric field between the electrodes.例文帳に追加

本発明の調節可能絞り構造は、少なくとも二つの電極と、その電極間に電場を生じさせるためにその電極に電圧を印加する電気回路とを有する。 - 特許庁

On the information processing apparatus, a 3D-rendered object image is composed with 3D-rendered background video images through arbitrary rotation and other operations to create virtual reality video images.例文帳に追加

情報処理装置上で3D化された背景動画像に、3D化された対象物画像を任意に回転などの操作を施して合成し、仮想現実動画像を作成する。 - 特許庁

To provide a program for creating replication data, a program for reflecting replication data, and a database device for making it possible to create replications in a database even if a table without a unique key.例文帳に追加

ユニークキーをもたないテーブルであっても他のデータベースに複製を作成することが可能なレプリケーションデータ作成プログラム、レプリケーションデータ反映プログラムおよびデータベース装置を提供すること。 - 特許庁

The self-referenced holographic recording techniques make use of an element of the holographic medium to create a reference beam from a zero frequency Fourier component of a data encoded object beam.例文帳に追加

本発明は、データ符号化物体ビームのゼロ周波数フーリエ成分から参照ビームを生成するのにホログラフィック媒体の素子を利用する自己参照ホログラフィック記録技法に関する。 - 特許庁

The service to the general public is to function as a Japanese National Library; thus the NDL is engaged in acquiring comprehensive collections of materials published in Japan based on the Legal Deposit System, and to create a national bibliography. 例文帳に追加

国民へのサービスは日本の国立図書館としての機能であり、納本制度に基づく国内出版物の網羅的収集や全国書誌の作成が行われる。 - Wikipedia日英京都関連文書対訳コーパス

Maizuru City has the largest number of existing pre-war brick structures in Japan, and some of these buildings such as a group of warehouses are lit up during the evening to create a fantastic and romantic view. 例文帳に追加

舞鶴は戦前の煉瓦建築物が日本で最も多数現存している町で、その一部倉庫群は夜間ライトアップされるため、幻想的でロマンチックな光景を観ることができる。 - Wikipedia日英京都関連文書対訳コーパス

The mound was solidified with clay and a wooden or stone tower (keep) was built on top of it, and the knoll was surrounded with a wooden outside wall to create castle facilities, such as warehouses and houses. 例文帳に追加

小山は粘土で固めてその頂上に木造または石造の塔(天守)を作り、岡を木造の外壁で囲んで、貯蔵所、住居などの城の施設を作るものである。 - Wikipedia日英京都関連文書対訳コーパス

Aiming to seize Taiwan this time, Japan sent an infantry brigade to the Penghu islands west of Taiwan island on March 23rd to create a precondition for the Japanese troops to occupy it. 例文帳に追加

この時日本は台湾の略取を目的にその条件となる日本軍による占領を行うため、3月23日歩兵一個旅団を台湾島西方の澎湖諸島に上陸させた。 - Wikipedia日英京都関連文書対訳コーパス

This was an unusual field fornication in then Japan as the river banks were cut to create steep escarpments and a stockade was erected on the triple mound. 例文帳に追加

これは、川を挟む台地の両方の斜面を削って人工的な急斜面とし、さらに三重の土塁に馬防柵を敷くという当時の日本としては異例の野戦築城だった。 - Wikipedia日英京都関連文書対訳コーパス

Even during the Qing Dynasty, Neo-Confucianism was inherited as system teaching and learning, and used to create the national policy based on Reikyo, and utilized only in the narrow range, such as ethics of master and servant. 例文帳に追加

清代になっても朱子学は、体制教学として継承され、礼教にもとづく国家体制作りに利用され、君臣倫理などの狭い範囲でしか活用されることはなかった。 - Wikipedia日英京都関連文書対訳コーパス

The reason why Asomi was introduced was to create a superior kabane to the others such as Omi, Muraji, Obito, Atai or so on which had long been in existence. 例文帳に追加

この朝臣が作られた背景には、従来から有った、臣(おみ)、連(むらじ)、首(曖昧さ回避)(おびと)、直(あたい)などの姓(かばね)の上位に位置する姓(かばね)を作ることでした。 - Wikipedia日英京都関連文書対訳コーパス

On the other hand, paradoxically, there is a widely-accepted theory that Pan-Asianism (a movement that Asian nations unite and solidify and create a continental identity to defeat the designs of the Western nations to perpetuate hegemony) led Japan to the invasions of China and Korea. 例文帳に追加

一方、逆説的であるが興亜論(後の時代では「大アジア主義」)の考えこそが、中国・朝鮮への進出を押し進めたという説も有力に主張されている。 - Wikipedia日英京都関連文書対訳コーパス

The expression for the city of Asuka using the character '' (kyo) did not create in recent years, but found in "Nihonshoki" (Chronicles of Japan) such as '' (literally, Japanese capital) and '' (literally, ancient capital). 例文帳に追加

ただし、飛鳥の街に対して「京」の字を使った表記は近年になって作り出されたわけではなく、古くは日本書紀においても「倭京」や「古京」と表記される例がある。 - Wikipedia日英京都関連文書対訳コーパス

After the Arrow War, however, a lot of issues were raised as Europeans and North Americans started to create colonies and concessions and go inland for trading or missionary work of Christianity in China. 例文帳に追加

しかしアロー戦争の後、欧米人たちが中国国内に植民地や租界を設け、貿易や布教のために内地へ進出するようになると様々な問題が持ち上がるようになった。 - Wikipedia日英京都関連文書対訳コーパス

Nishi-Maizuru Station is an aboveground station with one island platform and one single platform serving three tracks used by JR; in addition, a part of the opposite side of the single platform, which serves trains for Ayabe Station, has been cut away to create a single platform serving one track for the KTR Miyazu Line. 例文帳に追加

プラットホーム形状と配置2面3線のJRプラットホームに加え、その単式ホーム反対側の綾部寄りを切り欠いた1面1線のKTR宮津線ホームを有する地上駅。 - Wikipedia日英京都関連文書対訳コーパス

The areas to the south of the Marutamachi-dori Street and to the north of the Shijo-dori Street were each separated from the former Kamigyo Ward and the former Shimogyo Ward (which includes towns along the Shijo-dori Street) to create Nakagyo Ward. 例文帳に追加

中京区は、旧上京区の丸太町通以南と旧下京区の四条通以北(四条通に面する町は下京区)から分離して成立したものである。 - Wikipedia日英京都関連文書対訳コーパス

Later, however, Brahma and Vishnu were absorbed into Daikokuten (Maha kala) to create a figure with three faces, six arms, and an angry countenance that corresponded to the Trimurti of the Hindu religion (Brahma, Vishnu and Shiva). 例文帳に追加

さらには、ブラフマーとヴィシュヌをも吸収していき、ヒンドゥー教の三神一体(プラフマー・ヴィシュヌ・シヴァ)に対応した三面六臂の憤怒相の大黒天(マハーカーラ)も登場した。 - Wikipedia日英京都関連文書対訳コーパス

例文

In the conversation then exchanged between the two from each side of the blocking rock, Izanami said to Izanagi, 'I will kill 1000 people of your country every day,' to which Izanagi replied, 'Then I will create 1500 delivery rooms.' 例文帳に追加

その時に岩を挟んで二人が会話するのだが、イザナミが「お前の国の人間を1日1000人殺してやる」というと、「それならば私は、1日1500の産屋を建てよう」とイザナギは言い返している。 - Wikipedia日英京都関連文書対訳コーパス




  
Copyright © Japan Patent office. All Rights Reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS