博客url什么形式
URL:統一資源定位符 (URL: Uniform Resource Locator)
URL is an abbreviation of Uniform Resource Locator. Uniform Resource Locator which is informally or casually known as a web address is addressed as a resource of the web, which can be a particular webpage or any type of content file, on the internet. It is called a web address when it is in use in a link with http.
URL是Uniform Resource Locator的縮寫 。 非正式地或隨意地稱為網址的統一資源定位器被尋址為互聯網上的網絡資源,該資源可以是特定的網頁或任何類型的內容文件。 當它與http鏈接一起使用時,稱為網址。
In 1994, it was designed and developed by Tim Berners-Lee, the creator of the World Wide Web. URL is a particular character web string that is used to access data and content from the World Wide Web. It is a distinct type of Uniform Resource Identifier (URL).
1994年,它由萬維網的創建者蒂姆·伯納斯·李(Tim Berners-Lee)設計和開發。 URL是一個特殊的字符串,用于從萬維網訪問數據和內容。 它是統一資源標識符(URL)的一種獨特類型。
Each URL carries the information which is given in the following points,
每個URL包含以下幾點中給出的信息:
The scheme name or protocol
方案名稱或協議
A colon, two slashes
冒號,兩個斜杠
A host commonly called a domain name but sometimes as a literal IP address
主機通常稱為域名,但有時也稱為文字IP地址
A colon followed by a port number
冒號后跟端口號
The complete path of the resource
資源的完整路徑
The URL carries,
該網址帶有
Protocol: http
通訊協定 : http
Host or Domain: www.google.com
主機或域名 : www.google.com
Resource path: /full-form
資源路徑 : / full-form
In a web browser, A URL can be put into the address bar by typing it manually by the user. There may be situations that arise when a browser may put on show a "Server not found" error because of the URL which does not hold a valid server or the browser sometimes may put on show a "404 error" because of the path of resource in the erroneous URL. A URL to depict distinct directories does not carry spaces and uses forward slashes. So, to discrete the terms of the address of the web, dashes, and underscores are used.
在Web瀏覽器中,可以通過用戶手動輸入URL來將其放入地址欄中。 可能會出現以下情況:由于沒有有效服務器的URL,瀏覽器可能會顯示“找不到服務器”錯誤,或者由于資源路徑,有時瀏覽器可能會顯示“ 404錯誤”在錯誤的網址中。 表示不同目錄的URL不包含空格,并使用正斜杠。 因此,為了離散化Web地址的術語,使用了破折號和下劃線。
Image source: https://www.howtogeek.com/356563/what-is-a-url-uniform-resource-locator/
圖片來源:https://www.howtogeek.com/356563/what-is-a-url-uniform-resource-locator/
什么是URI? (What is URI?)
URI is an abbreviation of Uniform Resource Identifier. Uniform Resource Identifier is a collective term inclusively for every identity and address which displays objects on the World Wide Web. It is normally an order of characters which unequivocally identifies a logical resource or the identity and address of a directory file or resource in an invariable arrangement.
URI是統一資源標識符的縮寫。 統一資源標識符是一個統一的術語,包括在萬維網上顯示對象的每個身份和地址。 通常,它是字符的順序,它以不變的方式明確標識邏輯資源或目錄文件或資源的標識和地址。
A URI can be divided into two categories,
URI可以分為兩類,
Uniform Resource Locator:
統一資源定位器 :
Uniform Resource Locator which is informally or casually known as a web address is addressed as a resource of the web, which can be a particular webpage or any type of content file, on the internet.
非正式地或隨意地稱為網址的統一資源定位器被尋址為互聯網上的網絡資源,該資源可以是特定的網頁或任何類型的內容文件。
Uniform Resource Names:
統一資源名稱 :
A uniform resource name is a resource of the Internet with an invariably fixed name that continues to exist rational even if its data is transferred to another location.
統一資源名稱是Internet上具有不變名稱的資源,即使其數據被傳輸到另一個位置,該名稱也仍然存在理性。
翻譯自: https://www.includehelp.com/dictionary/url-full-form.aspx
博客url什么形式