意味 | 例文 (38件) |
edit valueとは 意味・読み方・使い方
追加できません
(登録数上限)
Weblio例文辞書での「edit value」に類似した例文 |
|
edit value
the assessed value
the appraised value
(売る方では)to set a price on an article―(買う方では)―offer a price for an article―bid (a price) for an article
the exchange value
of a product, the cost price
the price offered―the offer―the price bidden―the bid
交換価値.
「edit value」の部分一致の例文検索結果
該当件数 : 38件
Edit the app.name property in the File and Directory Names section to configure the context path: property name="app.name" value="MyProject"/例文帳に追加
「File and Directory Names」セクションにある app.name プロパティーにコンテキストパスを設定します。 property name=app.name value=MyProject/ - NetBeans
tag that appears, delete the empty value attribute and edit as follows:jsp:setProperty name=mybean property=name /As indicated in the発音を聞く 例文帳に追加
タグ内で、空の value 属性を削除し、次のように編集します。 jsp:setProperty name=mybean property=name / - NetBeans
To edit the value of a variable, click the ellipsis (...) button and enter the new value in the editor window.発音を聞く 例文帳に追加
変数の値を編集するには、省略符号ボタン (...) をクリックし、エディタウィンドウで新しい値を入力します。 - NetBeans
Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div The class "logon" is applied to the entire form, and the class "error" is applied to an error message within the form.発音を聞く 例文帳に追加
div class=logon input type=submit name=myWishList value=My Wishlist onclick=javascript:showHideLogonForm()/ form name=logon action=index.php method=POST style=visibility:?php if (logonSuccess) echo hidden; else echo visible;? Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div クラス「logon」がフォーム全体に適用され、クラス「error」がフォーム内のエラーメッセージに適用されます。 - NetBeans
When the mouse button is released after the edit knob 75a is moved to a target position, the reverb time which is assigned to the edit knob is set to the value corresponding to the position, the edit marker disappears and the color of the edit knob returns from the yellow color to the red color.例文帳に追加
そして、エディットノブ75aを目的の位置に移動させた後、マウスボタンを放すと、エディットノブに割り当てられたリバーブタイムがその位置に応じた値に設定されるとともに、エディットマーカは消え、エディットノブの色も黄色から赤に戻る。 - 特許庁
When the edit knob is dragged to move along the x axis direction, the edit marker is also moved along the same direction and the value of the reverb time within a display region 71 is changed.例文帳に追加
次に、エディットノブをドラッグしてX軸方法に移動させるとエディットマーカも同じ方向に移動し、表示領域71内のリバーブタイムの値も変化する。 - 特許庁
To edit a transformation table to be used for transforming a color value between different color spaces.例文帳に追加
異なる色空間の間で色値を変換するのために用いられる、変換テーブルを編集する。 - 特許庁
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解! -
「edit value」の部分一致の例文検索結果
該当件数 : 38件
In the Properties window, click the Edit button for the Location property and enter the following Location property value:例文帳に追加
「プロパティー」ウィンドウで、「場所」プロパティーの編集ボタンをクリックし、次の場所プロパティーの値を入力します。 - NetBeans
The pop-up menu for a value-holding property contains Edit menu items for the component's editable text.発音を聞く 例文帳に追加
値を保持するプロパティーのポップアップメニューにはコンポーネントの編集可能なテキストの編集メニュー項目があります。 - NetBeans
The code presents an HTML form that enables entering the name and password of the user in the text fields.発音を聞く 例文帳に追加
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コードは、テキストフィールドにユーザーの名前とパスワードを入力できる HTML フォームを示します。 - NetBeans
An obtained color edit system agrees with expectation of a user and is "robust" in that the edit system protects the user from unexpected problems occurring from using the arbitrary value for the indefinite color component.例文帳に追加
得られる色編集システムは、ユーザの期待と合致し、不定の色成分に対して任意の値を使用することによって生じる不測の問題からユーザを保護する点で「堅牢」である。 - 特許庁
The user further inputs optional correction values to density correction value- setting edit boxes 31-33 in a correction value area 30 for each divided gradation area.例文帳に追加
さらに、ユーザは、この各分割階調領域に対して、補正値エリア30内の濃度補正値設定エディットボックス31〜33で任意の補正値を入力する。 - 特許庁
Click on each table cell to edit the value, and press Enter after editing each field to accept the change.発音を聞く 例文帳に追加
値を編集するには、表の各セルをクリックします。 各フィールドを編集したあと、Enter キーを押すと変更が確定されます。 - NetBeans
If you want to change the Tomcat Web Server's default port number (8080), edit the manager.url property in the File and DirectoryNames section: property name="manager.url"value="http://localhost:8084/manager"/発音を聞く 例文帳に追加
Tomcat Web サーバーのデフォルトのポート番号 (8080) を変更する場合は、「File and Directory Names」セクションにある manager.url プロパティーを編集します。 property name=manager.urlvalue=http://localhost:8084/manager/ - 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
|
意味 | 例文 (38件) |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると
|
-
1investigating
-
2heaven
-
3fumigate
-
4essential
-
5craft
-
6public
-
7essence
-
8必要な
-
9ESSENTIALLY
-
10deemed
「edit value」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると
|