1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 669



例文

If you have installed the NetBeans IDE that is bundled with the Sun Java System Application Server,the application server is already registered with the IDE and you do not need to configure it.If you downloaded and installed the Sun Java System Application Server separately, you must configure the IDE to make the server available to the IDE.例文帳に追加

Sun Java System Application Server を付属する NetBeans IDE をインストールしている場合、Application Server はすでに IDE に登録されているので、Application Server を構成する必要はありません。 Sun Java System Application Server を個別にダウンロードしてインストールしている場合は、Application Server を IDE が使用できるように IDE を構成してください。 - NetBeans

If you do not have the NetBeans 6.5 IDE installed, go to the NetBeans IDE Download Page and download either the Ruby bundle or the All bundle.If you already have a NetBeans IDE 6.5 installation, but it does not include Ruby support,complete the following steps to add Ruby support to the IDE.例文帳に追加

NetBeans 6.5 IDE をインストールしていない場合、NetBeans IDE のダウンロードページに移動し、Ruby バンドルまたはすべてのバンドルのどちらかをダウンロードします。 NetBeans IDE 6.5 をすでにインストールしていても、Ruby サポートが含まれていない場合は、次の手順で IDE に Ruby サポートを追加します。 - NetBeans

You will now create the JUnit test methods for Utils.java.When you created the test class in the previous exercise, the IDE prompted you for the version of JUnit.You are not prompted to select a version this time because you already selected the JUnit version and all subsequent JUnit tests are created in that version.例文帳に追加

ここで、Utils.java の JUnit テストメソッドを作成します。 前の課題でテストクラスを作成したとき、JUnit のバージョンを確認するメッセージが表示されましたが、すでに JUnit バージョンを選択したため、以降に作成されたすべての JUnit テストはそのバージョンなので、ここではバージョンの選択を求められません。 - NetBeans

Attach the profiler to any Java application,even applications that are not started by the IDE.If the Java application and the IDE are both run with JDK 6,you can even attach the profiler dynamically,allowing you to do profiling of an application that is already running. 例文帳に追加

これには、IDE から起動されないアプリケーションも含まれます。 Java アプリケーションと IDE の両方が JDK 6 を使用して実行されている場合は、プロファイラを動的に接続して、すでに実行中のアプリケーションをプロファイルすることもできます。 - NetBeans

例文

After choosing the project type in the New Project wizard, choose the project template that uses existing sources, or if the project you want to import already has an Ant script, choose the template that uses your existing Ant script. 例文帳に追加

「新規プロジェクト」ウィザードで、プロジェクトの種類を選択したら、既存のソースを使用するプロジェクトテンプレートを選択するか、インポートするプロジェクトにすでに Ant スクリプトがある場合は、既存の Ant スクリプトを使用するテンプレートを選択します。 - NetBeans


例文

In this section, you refer to the Deploymentsection in the Facelets Developer Documentation.Deployment of your application means that you want to make it available to the server, that the server should start if it is not already running,and that the web browser should open to display the web application'swelcome page.例文帳に追加

この節では、Facelets 開発者ドキュメントの「Deployment」節を参照します。 アプリケーションの配備とは、そのアプリケーションをサーバーで使用できるようにし、まだ起動していない場合はサーバーを起動し、Web ブラウザを開いて Web アプリケーションの開始ページを表示することを意味します。 - NetBeans

There is no requirement that --prefix or --exec-prefix actually point to an alternate Python installation; if the directories listed above do not already exist, they are created at installation time.Incidentally, the real reason the prefix scheme is important is simply that a standard Unix installation uses the prefix scheme, but with --prefix and --exec-prefix supplied by Python itself as sys.例文帳に追加

--prefix や --exec-prefix が実際に他のインストール済み Python の場所を指している必要はありません;上に挙げたディレクトリがまだ存在しなければ、インストール時に作成されます。 ちなみに、prefix スキームが重要な本当の理由は、単に標準の Unix インストールが prefix スキームを使っているからです。 - Python

Leaving incompletely initializedmodules in sys.modules is dangerous, as imports of such modules have no way to know that the module object is an unknown (and probablydamaged with respect to the module author's intents) state.This function will reload the module if it was already imported.例文帳に追加

初期化の不完全なモジュールを sys.modules に残すのは危険であり、そのようなモジュールを import するコードにとっては、モジュールの状態がわからない (モジュール作者の意図から外れた壊れた状態かもしれない)からです。 この関数は、すでに import されているモジュールの場合には再ロードを行います。 - Python

Some additional options are needed to inform the linker not to remove these symbols.Determining the right options to use for any given platform can be quite difficult, but fortunately the Python configuration already has those values.例文帳に追加

こうした場合、リンカに追加のオプションを与えて、これらのシンボルを除去しないよう教える必要があります。 プラットフォームごとに正しいオプションを決めるのはかなり困難です、とはいえ、幸運なことに、オプションは Python のビルド設定内にすでにあります。 - Python

例文

This call will block if a key press is not already available, but will not wait for Enter to be pressed.If the pressed key was a special function key, this will return'000' or 'xe0'; the next call will return the keycode.例文帳に追加

この関数呼び出しは読み出し可能な打鍵がない場合にはブロックしますが、文字を読み出せるようにするために Enter の打鍵を待つ必要はありません。 打鍵されたキーが特殊機能キー (function key) である場合、この関数は '000' または 'xe0' を返します; キーコードは次に関数を呼び出した際に返されます。 - Python

例文

If you want to re-use this callback for several similar options (set a flag, but blow up if "-b" has already been seen), it needs a bit of work: the error message and the flag that it sets must be generalized.例文帳に追加

このコールバック (フラグを立てるが、"-b" が既に指定されていればエラーになる) を同様の複数のオプションに対して再利用したければ、もう少し作業する必要があります:エラーメッセージとセットされるフラグを一般化しなければなりません。 - Python

Even though FOX offers a large collection of controls already, FOXleverages C++ to allow programmers to easily build additional Controls and GUI elements, simply by taking existing controls, and creating a derived class which simply adds or redefines the desired behavior.例文帳に追加

FOXはすでに大規模なコントロール・コレクションを提供していますが、単に既存のコントロールを使って望みの振る舞いを追加または再定義する派生クラスを作成することによってプログラマが簡単に追加コントロールとGUI要素を構築できるようにするために、FOXはC++を利用しています。 - Python

A way to resize a string object even though it is ``immutable''.Only use this to build up a brand new string object; don't use this if the string may already be known in other parts of the code.例文帳に追加

``変更不能'' である文字列オブジェクトをサイズ変更する手段です。 新たな文字列オブジェクトを作成するときにのみ使用してください;文字列がすでにコードの他の部分で使われているかもしれない場合には、この関数を使ってはなりません。 - Python

The XtManageChildrenfunction performs the following: Issues an error if the children do notall have the same parent or if the parent is not a subclass of compositeWidgetClass.Returns immediately if the common parent is being destroyed; otherwise,for each unique child on the list, XtManageChildren ignores the child if it already is managed or is being destroyed and marks it if not.例文帳に追加

そうでなければ、リスト中のユニークな子ウィジェットのそれぞれに対して、XtManageChildrenは、その子ウィジェットが既にマネージされているか、破棄されようとしている場合にはこれをを無視する。 また、マークが付いていなければ、これにマークを付ける。 - XFree86

If the new translations contain an event or event sequence that already exists in the widget's translations, the new translation is merged in and override the widget's translation.例文帳に追加

これは既存のデータを壊すことがある。 新しいトランスレーションが既にウィジェットのトランスレーションに存在するイベントやイベント列を含む場合、新しいトランスレーションがマージされ、そのウィジェットのトランスレーションを上書きする。 - XFree86

The shortcuts taken by optimized code may occasionally produce surprising results: some variables you declared may not exist at all; flow of control may briefly move where you did not expect it; some statements may not be executed because they compute constant results or their values were already at hand; some statements may execute in different places because they were moved out of loops. 例文帳に追加

最適化されたコードが通る近道は、時には驚くべき結果を生み出すかもしれません。 定義したはずの変数が存在しなかったり、制御の流れが予想もしなかった場所に移動したり、結果が定数とわかる計算や、結果がすでに手元にある文は実行されなくなり、ある文がループの外に追い出されて別の場所で実行されたりします。 - JM

When the value for surviving generations is low it indicates that most of the objects on the heap have been around about the same amount of time.If, however, the value for surviving generations is increasing at a high rate over time then it indicates your application is allocating new objects while maintaining references to many of the older objects it already allocated.例文帳に追加

生存中世代の値が低い場合は、ヒープ上にあるほとんどのオブジェクトがほぼ同じ時間生存していることを示しています。 ただし、生存中世代の値が急増している場合は、アプリケーションで、すでに割り当てられている多数の古いオブジェクトへの参照を維持しながら、新しいオブジェクトも割り当てていることを示しています。 - NetBeans

On my machine (a thinkpad T42P with default factory equipment), generating a 200MB zip archive takes around 30s of CPU without the cache, 32s of CPU with an empty cache and 2s of CPU if all the files to compress are already in cache. 例文帳に追加

私のマシン (工場出荷時のままの状態の thinkpad T42P) では、キャッシュのない状態で 200MB の zip アーカイブを作成するのにかかった時間は30 秒でした。 キャッシュを使用した場合、まだキャッシュが作成されていないときは32 秒かかりましたが、圧縮されるすべてのファイルがキャッシュに載った状態では2 秒で処理が完了しました。 - PEAR

例文

This is especially true when upgrading a distribution already present: you want to make sure your existing base of scripts still works with the new version before actually upgrading.The Distutils install command is designed to make installingmodule distributions to an alternate location simple and painless.例文帳に追加

既存の配布物をアップグレードする際には特にそうでしょう:実際にアップグレードする前に、既存のスクリプトの基本となる部分が新たなバージョンでも動作するか確認したいはずです。 Distutils の install コマンドは、別の場所へ配布物をインストールする作業を単純で苦労のない作業にするように設計されています。 - Python

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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/ ).
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS