小窓モード


プレミアム

ログイン
設定

設定

url pathとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「url path」に類似した例文

url path

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「url path」の部分一致の例文検索結果

該当件数 : 47



例文

For example, "%7e" is sometimes used instead of "~" in an HTTP URL path, but the two are equivalent for an HTTP URL.発音を聞く 例文帳に追加

例えば、 HTTP URL の path において"%7e" が "~" の代わりに用いられることがあるが、この二つは HTTP URL としては等価である。 - JM

Please check the URL to ensure that the path is correct.発音を聞く 例文帳に追加

URL を調べてパスが正しいことを確認してください - 研究社 英和コンピューター用語辞典

Convert the path component path from an encoded URL to the local syntax for a path. This does not accept a complete URL.例文帳に追加

URL のパスの部分 path をエンコードされた URL の形式からローカルシステムにおけるパス記法に変換します。 - Python

Convert the pathname path from the local syntax for a path to the form used in the path component of a URL.例文帳に追加

ローカルシステムにおける記法で表されたパス名 path を、URL におけるパス部分の形式に変換します。 - Python

You can also bind the url property to a managed bean property or to a data provider field that returns the path to the URL in String format.発音を聞く 例文帳に追加

また、「url」プロパティーは、管理 Bean のプロパティー、または String 形式で URL のパスを返すデータプロバイダのフィールドにバインドすることもできます。 - NetBeans

the path and name of the RPC server script you want the request to go to string $server the URL of the remote server to connect to.発音を聞く 例文帳に追加

リクエストを送信したい RPC サーバスクリプトのパスと名前。 string$server 接続先リモートサーバの URL 。 - PEAR

例文

The URL includes a URL of a center device and a path in a dummy center device 3, and the path in the dummy center device 3 includes an ID of the store terminal 1 and data on a purchase price.例文帳に追加

このURLは、センタ装置のURLとダミーのセンタ装置3内パスを含み、ダミーのセンタ装置3内パスには、店舗端末1のIDと購入金額のデータを含む。 - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「url path」の部分一致の例文検索結果

該当件数 : 47



例文

Both tags can contain an optional attribute "path" that tells the PEAR installer which URL to query.発音を聞く 例文帳に追加

それぞれのタグにはオプションの属性 "path" を含めることが可能で、これによって PEAR に問合せ先 URL を教えます。 - PEAR

A destination URL extraction part 11a extracts a destination URL to the trap server, and when a path name of the destination URL is not stored in a path management list and a rule 1 is set in a URL conversion rule recording unit 14, a destination URL conversion part 11b notifies a transfer destination specification part 11c of a converted destination URL converted by the entry of the path management list including file names of destination URLs.例文帳に追加

宛先URL抽出部11aは、囮サーバ宛の宛先URLを抽出し、宛先URL変換部11bは、パス管理リストに宛先URLのパス名が記憶されておらず、URL変換規則記録部14に規則1が設定されている場合、宛先URLのファイル名を含むパス管理リストのエントリにより変換した変換後宛先URLを転送先特定部11cに通知する。 - 特許庁

It requires five parameters: The driver name, username, password, server URL and the path of the API on the server.発音を聞く 例文帳に追加

指定するパラメータは 5 つで、それぞれドライバ名、ユーザ名、パスワード、サーバの URLそしてサーバの API へのパスとなります。 - PEAR

Parse a URL into 6 components, returning a 6-tuple: (addressing scheme, network location, path, parameters, query, fragmentidentifier).例文帳に追加

URL を解釈して 6 つの構成要素にし、6 要素のタプル:(アドレススキーム、ネットワーク上の位置、パス、パラメタ、クエリ、フラグメント指定子) を返します。 - Python

# nano -w /etc/php/apache2-php5/php.iniregister_globals = Onregister_argc_argv = On error_reporting = E_ALL ~E_NOTICEallow_url_fopen = Oninclude_path = ".:/usr/share/php5:/usr/share/php:/usr/share/php/PEAR"short_open_tag = On発音を聞く 例文帳に追加

データベースのセットアップ警告:再度ご注意下さい。 - Gentoo Linux

A correction of the URL is performed in three levels of an access method, a host name and a path name.例文帳に追加

URLの補正は、アクセス方法、ホスト名、及びパス名の3つのレベルにおいて行われる。 - 特許庁

Informally, this uses components of the base URL, in particular the addressing scheme,the network location and (part of) the path, to provide missing components in the relative URL.Example:例文帳に追加

ぶっちゃけ、この関数は 基底 URL の要素、特にアドレススキーム、ネットワーク上の位置、およびパス (の一部) を使って、相対 URL にない要素を提供します。 - Python

例文

But if an attempt to read a file leads to a 550 error (meaning the URL cannot be found or is not accessible, often for permission reasons), then the path is treated as a directory in order to handle the case when a directory is specified by a URL but the trailing / has been left off.例文帳に追加

しかし、ファイルの読み出し操作が 550 エラー (URL が存在しないか、主にパーミッションの理由でアクセスできない) になった場合、URL がディレクトリを指していて、末尾の / を忘れたケースを処理するため、パスをディレクトリとして扱います。 - Python

>>例文の一覧を見る


url pathのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS