| 例文 |
localhost urlの部分一致の例文一覧と使い方
該当件数 : 26件
DB URL: jdbc:derby://localhost:1527/travel 例文帳に追加
データベース URL:jdbc:derby://localhost:1527/travel - NetBeans
By default, the URL is http://localhost:8080/FlowerService/FlowerService? WSDL. 例文帳に追加
デフォルトでは、URL は http://localhost:8080/FlowerService/FlowerService?WSDL です。 - NetBeans
For example, http://localhost:8080/. 例文帳に追加
たとえば、URL は http://localhost:8080/ になります。 - NetBeans
Under Callback URL, type http://localhost:8080/FacebookSaas/FacebookSocialNetworkingServiceCallback. 例文帳に追加
「Callback URL」の下に、「http://localhost:8080/FacebookSaas/FacebookSocialNetworkingServiceCallback」と入力します。 - NetBeans
In the Project URL folder, type http://localhost/news. 例文帳に追加
「プロジェクト URL」フィールドに、「http://localhost/news」と入力します。 - NetBeans
Change the browser URL to the page http://localhost:8080/MusicApp/rest/TestStubs.html.例文帳に追加
ブラウザの URL を http://localhost:8080/MusicApp/rest/TestStubs.html のページに変更します。 - NetBeans
An empty page with the following URL appears: http://localhost:90/Lesson3/wishlist.php?user=tom. 例文帳に追加
URL が http://localhost:90/Lesson3/wishlist.php?user=tom の、空のページが表示されます。 - NetBeans
Confirm that the URL field displayshttp://localhost:8080/stockquoteclient/ 例文帳に追加
「URL」フィールドに http://localhost:8080/stockquoteclient/ と表示されることを確認します。 - NetBeans
In a browser, go to the URL for the application, for example,http://localhost:8080/MyRubyApp. 例文帳に追加
ブラウザでアプリケーションの URL に移動します。 たとえば、http://localhost:8080/MyRubyApp です。 - NetBeans
Run the browser and enter the following URL: http://localhost:port>/test.php. 例文帳に追加
ブラウザを起動し、URL に http://localhost:ポート/test.php と入力します。 - NetBeans
Modify the install target and the reload target by adding this line above the closing /target tag: nbbrowse url="http://localhost:8084/MyProject"/例文帳に追加
/target 終了タグの上に次の行を追加し、install および reload ターゲットを変更します。 nbbrowse url=http://localhost:8084/MyProject/ - NetBeans
. For example, the database URL for the Travel database bundled with Java DB, on the default port is jdbc:derby://localhost:1527/travel. 例文帳に追加
.たとえば、Java DB に付属する Travel データベースのデータベース URL は、デフォルトポート上では jdbc:derby://localhost:1527/travel です。 - NetBeans
In the Database URL edit box, specify the host, the port, and the database as follows:jdbc:mysql://localhost:3306/wishlist 例文帳に追加
「データベース URL」編集ボックスで、ホスト、ポート、およびデータベースを次のように指定します。 jdbc:mysql://localhost:3306/wishlist - NetBeans
For example, you might type http://localhost:8084/Midnight/docs/Bake.jspfor the URL and your web browser displays something similar to the following. 例文帳に追加
たとえば、「http://localhost:8084/Midnight/docs/Bake.jsp」という URL を入力すると、Web ブラウザに次のような情報が表示されます。 - NetBeans
Here they are named languages and films.Click Films and then click Test or the URL "http://localhost:8080/sakila/resources/films/".例文帳に追加
この場合、名前は languages と films です。 「Films」をクリックし、次に「テスト」または「http://localhost:8080/sakila/resources/films/」という URL をクリックします。 - NetBeans
In the textbox for Database URL, type jdbc:derby://localhost:1527/travel.Set both the User Name and the Password to travel and click OK.例文帳に追加
「データベース URL」のテキストボックスに、「jdbc:derby://localhost:1527/travel」と入力します。 「ユーザー名」を「travel」に設定し、「パスワード」を「travel」に設定して、「了解」をクリックします。 - NetBeans
In the textbox for Database URL, type jdbc:derby://localhost:1527/travel.Set both the User Name and the Password to traveland click OK. 例文帳に追加
「データベース URL」のテキストボックスに、「jdbc:derby://localhost:1527/travel」と入力します。 「ユーザー名」と「パスワード」の両方を「travel」に設定して、「了解」をクリックします。 - NetBeans
To check that the web server works, run the browser and enter the URL and specify the port number explicitly:http://localhost:8080 例文帳に追加
Web サーバーが機能していることを確認するには、ブラウザを起動して URL を入力し、ポート番号を明示的に指定します。 http://localhost:8080。 - NetBeans
In the textbox for Database URL, type jdbc:derby://localhost:1527/travel;create=true;.Set the Username to travel, set the Password to travel,and click OK. 例文帳に追加
「データベース URL」のテキストボックスに、「jdbc:derby://localhost:1527/travel;create=true;」と入力します。 「ユーザー名」を「travel」に設定し、「パスワード」を「travel」に設定して、「了解」をクリックします。 - NetBeans
Then type the following URL into the browser's address text box, and press Enter to start a new session: http://localhost:8080/Scopes. 例文帳に追加
そして、ブラウザのアドレステキストボックスに、「http://localhost:8080/Scopes」と入力し、Enter キーを押して新しいセッションを開始します。 - NetBeans
Be careful when putting the uploaded files in the web application because anyone can access the files by URL, such as http://localhost:29080/MyWebApplication/faces/upload/images/myPicture.gif.例文帳に追加
アップロードしたファイルを Web アプリケーション内に保存すると、誰でも http://localhost:29080/MyWebApplication/faces/upload/images/myPicture.gif のような URL でファイルにアクセスできるので、注意が必要です。 - NetBeans
To ensure that the Apache and MySQL servers have been installed as system services, restart your operating system, run the browser, and enter the http://localhost URL again. 例文帳に追加
Apache および MySQL サーバーがシステムサービスとしてインストールされていることを確認するには、オペレーティングシステムを再起動してブラウザを起動し、http://localhost の URL をもう一度入力します。 - NetBeans
As a special case, host can be the string "localhost" or the empty string; this is interpreted as "the machine from which the URL is being interpreted". 例文帳に追加
特殊なケースとして、hostには "localhost" という文字列を用いたり、空文字にしてもよい。 これは「URI が解釈されたマシン」とみなされる。 - JM
To check that the installation is successful, run the browser and enter the following URL:http://localhost/The Apache welcome test page opens: 例文帳に追加
インストールが正常に終了したことを確認するには、ブラウザを起動し、次の URL を入力します。 http://localhost/Apache の開始のテストページが開きます。 - NetBeans
For example, the database URL for the Travel database bundled with Java DB, on the default port is jdbc:derby://localhost:1527/travel. top 例文帳に追加
「Java EE バージョン」ドロップダウンリスト (適用される場合) から「Java EE5」を選択し、「完了」をクリックしてプロジェクトを作成します。 - NetBeans
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 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会員(無料)になると
|