| 例文 |
index.phpを含む例文一覧と使い方
該当件数 : 66件
Transferring Data from index.php to wishlist. php 例文帳に追加
index.php から wishlist.php へのデータの転送 - NetBeans
The project's index.php file opens in the editor. 例文帳に追加
プロジェクトの index.php ファイルがエディタで開きます。 - NetBeans
Download the installer file from http://www.netbeans.info/downloads/index.php 例文帳に追加
http://www.netbeans.info/downloads/index.php?p=10 からインストーラファイルをダウンロードします。 - NetBeans
The template that opens is different from index.php. 例文帳に追加
表示されるテンプレートは、index.php とは異なります。 - NetBeans
In the editor, remove the existing ?php...? tags from index.php. 例文帳に追加
エディタで、index.php から既存の ?php...? タグを削除します。 - NetBeans
Download the installer file from http://www.netbeans.info/downloads/index.php?rs=11p=10 例文帳に追加
http://www.netbeans.info/downloads/index.php?rs=11p=10 からインストーラファイルをダウンロードします。 - NetBeans
Drag and drop an SaaS operation from Amazon/Facebook/Twitter/Delicious into index.php. 例文帳に追加
Amazon/Facebook/Twitter/Delicious から index.php に SaaS 操作をドラッグ&ドロップします。 - NetBeans
The index.php file opens in the main IDE editor area. 例文帳に追加
index.php ファイルがメインの IDE 編集領域で開きます。 - NetBeans
Testing index.phpTo test the front index.php page of your application: 例文帳に追加
index.php のテストアプリケーションの最初の index.php ページをテストするには、次の手順に従います。 - NetBeans
The feature's functionality will be implemented on two pages, index.php and wishlist.php. 例文帳に追加
この機能は、index.php と wishlist.php の 2 つのページに実装されます。 - NetBeans
A default index.php entry page is generated and opens in the IDE's editor. 例文帳に追加
デフォルトの index.php エントリページが生成され、IDE のエディタで開きます。 - NetBeans
HTML Form for Logon on index.phpIn the index.php file, enter the following code before the closing /body tag:form name="logon" action="index.php" method="POST" >Username: input type="text" name="user"/>Password input type="password" name="userpassword"/>input type="submit" value="Edit My Wish List"/>/form> 例文帳に追加
index.php 上のログオン用の HTML フォーム index.php ファイルで、次のコードを終了 /body タグの前に入力します。 - NetBeans
On the index.php page, fill in the fields:in the Username field, enter Tom, in the Password field, enter tomcat. 例文帳に追加
index.php ページで、「Username」フィールドに「Tom」、「Password 」フィールドに「tomcat」と入力します。 - NetBeans
Switch back to index.php and add a reference to the JavaScript file between the head tags.例文帳に追加
index.php に戻り、JavaScript ファイルへの参照を head タグの間に追加します。 - NetBeans
You need to implement data transferring in index.php and data reception in wishlist.php. 例文帳に追加
index.php にデータ転送、wishlist.php にデータ受信を実装する必要があります。 - NetBeans
The user opens the front page index.php and clicks the link to register 例文帳に追加
ユーザーが最初のページ index.php を開き、リンクをクリックして登録する。 - NetBeans
The logon from the index.php page consists of two steps: 例文帳に追加
index.php ページからのログオンは、次の 2 つの手順で構成されています。 - NetBeans
Testing the Logon from the index.php Page To check that the logon functionality works correctly on the index.php front page: 例文帳に追加
index.php ページからのログオンのテスト index.php の最初のページでログオン機能が正しく動作することを確認するには、次の手順に従います。 - NetBeans
Add a script/script block to the index.php file right above the closing /body tag. 例文帳に追加
index.php ファイルの終了 /body タグの直前に、script/script ブロックを追加します。 - NetBeans
The example below shows how you can improve the appearance of the index.php page. 例文帳に追加
次の例で、index.php ページの外観を改良する方法を示します。 - NetBeans
In the IDE, open the project's index.php file in the editor and open the Services window. 例文帳に追加
IDE のエディタでプロジェクトの index.php ファイルを開き、「サービス」ウィンドウを開きます。 - NetBeans
Drag the search operation from the Services window and drop it into the body element of index.php. 例文帳に追加
「サービス」ウィンドウから search 操作をドラッグし、index.php の body 要素にドロップします。 - NetBeans
According to your project setup, the index.php file is already created. 例文帳に追加
プロジェクトの設定によっては、index.php ファイルがすでに作成されています。 - NetBeans
The code redirects the user to the index.php page and cancels PHP code execution. 例文帳に追加
コードはユーザーを index.php ページにリダイレクトし、PHP コードの実行を取り消します。 - NetBeans
HTML Form in index.php Enter the following code block into the body of index.php:form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form 例文帳に追加
index.php での HTML フォーム index.php の本文に次のコードブロックを入力します。 form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form - NetBeans
When the user clicks Edit My Wish List, the data is transferred to the same page, index.php. 例文帳に追加
ユーザーが「Edit My Wish List」をクリックすると、データが同じページ index.php に転送されます。 - NetBeans
In our example, the data is entered on the index page (index.php) and transferred to the wishlist.php page. 例文帳に追加
この例では、データは index ページ (index.php) に入力され、wishlist.php ページに転送されます。 - NetBeans
In order to avoid this, the user needs to be redirected to the index.php page. 例文帳に追加
これを回避するには、ユーザーが index.php ページにリダイレクトされる必要があります。 - NetBeans
A user may access the index.php page on starting the application, or from the editWishList.php page, or whenredirected from the index.php page after entering name and password. 例文帳に追加
ユーザーは、アプリケーションの開始時、editWishList.php ページから、または名前とパスワードの入力後に index.php ページからリダイレクトされたときに、index.php ページにアクセスすることがあります。 - NetBeans
The IDE opens your default browser and displays the Hello World message you just created in index.php.例文帳に追加
IDE によってデフォルトのブラウザが開き、index.php で作成したメッセージ「Hello World」が表示されます。 - NetBeans
In the Projects window, right-click index.php and select Run (Shift-F6) from the context menu. 例文帳に追加
「プロジェクト」ウィンドウで index.php を右クリックし、コンテキストメニューから「実行」(Shift-F6) を選択します。 - NetBeans
Switch to the Projects window, expand your project node, and double click the index.php file. 例文帳に追加
「プロジェクト」ウィンドウに切り替え、プロジェクトノードを展開し、index.php ファイルをダブルクリックします。 - NetBeans
Switch to the index.php page in the editor, and add a reference to the stylesheet between the head tags.例文帳に追加
エディタで index.php ページに切り替え、head タグの間にスタイルシートへの参照を追加します。 - NetBeans
Open a file explorer and check that index.php has been copied to the correct directory. 例文帳に追加
ファイルエクスプローラを開き、index.php が正しいディレクトリにコピーされていることを確認します。 - NetBeans
To test the application, run the project as described in section Testing index.php. 例文帳に追加
アプリケーションをテストするには、「index.php のテスト」節の説明に従ってプロジェクトを実行します。 - NetBeans
On the index.php page, enter Tom in the Username edit box and Tim in the Password edit box. 例文帳に追加
index.php ページで、「Username」編集ボックスに「Tom」と入力し、「Password」編集ボックスに「Tim」と入力します。 - NetBeans
The front page index.php for logging in, registering, and switching to wish lists of other users. 例文帳に追加
ログイン、登録、およびほかのユーザーのウィッシュリストに切り替えるための「フロント」ページである index.php。 - NetBeans
Repeat the steps from Testing index.php to see that wishlist.php works properly. 例文帳に追加
wishlist.php が正しく動作していることを確認するために、手順を「index.php のテスト」から繰り返します。 - NetBeans
Redirecting the user to the index.php if retrieving the wisher's name from the Session failed 例文帳に追加
セッションからのウィッシャーの名前の取得に失敗した場合にユーザーを index.php にリダイレクトする - NetBeans
The implementation will affect the index.php file and two new files will be created named createNewWisher.php and editWishList.php. 例文帳に追加
この実装は index.php ファイルに影響し、createNewWisher.php および editWishList.php という名前の 2 つの新しいファイルが作成されます。 - NetBeans
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|