博客url什么形式_URL的完整形式是什么?

博客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地址的术语,使用了破折号和下划线。

URL full form


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可以分为两类,

  1. 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.

    非正式地或随意地称为网址的统一资源定位器被寻址为互联网上的网络资源,该资源可以是特定的网页或任何类型的内容文件。

  2. 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什么形式

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/540684.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Verizon的SDN策略:不鸣则已,一鸣惊人?

Verizon对于其网络虚拟化计划的进展等一直保持缄默,但这并不代表Verizon没在SDN方面投入。 Verizon于2015年推出了初步的SDN迁移计划,但并未就此事对外界做过多披露。与此同时,它影响着它的SDN虚拟化合作伙伴。如电缆方面,据介绍&…

宝马奥迪工厂模式_宝马的完整形式是什么?

宝马奥迪工厂模式宝马:巴伐利亚汽车公司 (BMW: Bayerische Motoren Werke) BMW is an abbreviation of "Bayerische Motoren Werke". It is a multinational automobile and motorcycle manufacturing company whose headquarter is situated in Munich, …

艾拉物联CEO :物联网时代的到来让安全问题显得尤为突出

产品安全和嵌入式安全的理念一直都很复杂,不过我们至少对它们比较熟悉。但物联网(IoT)却对“产品”这一理念进行了颠覆,让联网成为了产品定义中不可或缺的一部分。 由此一来,仅在设备层面讨论安全已经远远不够了。不论…

jquery选择器连续选择_JQuery中的选择器

jquery选择器连续选择Its time to write some JQuery now. Do check out the introductory article on JQuery first in case you havent. Before we move to Selectors in JQuery, lets talk a bit about the general syntax first. 现在该写一些JQuery了。 如果没有&#xff…

加拿大大数据:正在升温的大数据市场

产业发展背景 早在2011年5月加拿大广播电视和电信委员会(CRTC)就发布了新的“国家宽带计划”,该计划显示,到2015年加拿大全体国民将享有5Mbps的宽带接入速度。CRTC表示:“来自市场的资金及有针对性的政府拨款将继续推动…

scala 多线程_Scala中的多线程

scala 多线程Scala多线程 (Scala Multithreading) Multithreading is the concept of using multiple threads simultaneously that allows the program to perform multiple operations simultaneously. 多线程是同时使用多个线程的概念,它允许程序同时执行多个操作…

split注意事项

为什么80%的码农都做不了架构师?>>> 1.特殊字符 “|”,“*”,“^”,".",“:”,使用此字符作为分割符,必须用\\加以转义 2.同时存在多个特殊字符的时候&#x…

Harbor升级和数据库迁移手册

Harbor升级和数据库迁移手册当升级一个已经存在的Harbor实例到新版本时,需要迁移数据库数据。参考Whats New in Harbor Database Schema查看数据库发生了哪些变化,如果有的话,就需要进行数据库迁移操作,因为迁移可能会改变数据库模…

Floyd Warshall算法

Description: 描述: This is a very popular interview problem to find all pair shortest paths in any graph. This problem has been featured in interview rounds of Samsung. 这是一个非常流行的面试问题,用于在任何图中找到所有对最短路径。 该…

Java多线程系列--“基础篇”09之 interrupt()和线程终止方式

2019独角兽企业重金招聘Python工程师标准>>> Java多线程系列--“基础篇”09之 interrupt()和线程终止方式 概要 本章,会对线程的interrupt()中断和终止方式进行介绍。涉及到的内容包括:1. interrupt()说明2. 终止线程的方式 2.1 终止处于“阻…

mac活动监视器_什么是活动监视器?

mac活动监视器活动监控 (Activity Monitor) Apple OS X provides the services of which one of them is Activity Monitor. Activity Monitor is used to monitor the activities of computer like active processes, processor load, applications that are running, and the…

concurrent包下的Exchanger练习

Exchanger可以在两个线程之间交换数据,只能是2个线程,他不支持更多的线程之间互换数据。 当线程A调用Exchange对象的exchange()方法后,他会陷入阻塞状态,直到线程B也调用了exchange()方法,然后以线程安全的方式交换数据…

Python默认参数

Python | 默认参数 (Python | default parameters) A default parameter is a value provided in a function declaration that is automatically assigned by the compiler if the caller of the function doesnt provide a value for the parameter with the default value. …

最长公共前缀_最长的公共前缀

最长公共前缀Problem statement: 问题陈述: Write a function to find the longest common prefix string amongst an array of strings. 编写函数以在字符串数组中找到最长的公共前缀字符串 。 If there is no common prefix, return an empty string "&quo…

物联网听起来像是一个和互联网不同的网,万物互联又把网给弄丢了,正向我们扑面而来的是万物互联网。...

物联网听起来像是一个和互联网不同的网,"万物互联"又把"网"给弄丢了,正向我们扑面而来的是"万物互联网"。转载于:https://www.cnblogs.com/beingonline/p/7484135.html

sdram trp_TRP的完整形式是什么?

sdram trpTRP:电视收视点 (TRP: Television Rating Point) TRP is an abbreviation of "Television Rating Point". TRP是“电视评分点”的缩写 。 It is a system or standard of measurement which signifies the demand and popularity of a televisi…

Controller计算值传到jsp页面,用session传值

HttpSession session request.getSession(); session.setAttribute("key",value); jap 用 ${key}来接收该值 转载于:https://www.cnblogs.com/douder/p/7484491.html

CBT的完整形式是什么?

CBT:基于计算机的培训 (CBT: Computer Based Training) CBT is an abbreviation of "Computer-based training". CBT是“基于计算机的培训”的缩写 。 It is a training program which entails the use of a personal system or networked computer. The…

论道社会化商业

主持人 用友优普副总裁傅毅: 谢谢各位嘉宾,我们会留一些时间让在座的嘉宾提问。请各位嘉宾用一个非常简单的一句话,或者几个关键词,总结一下你认为的社会化商业是什么? 用友优普执行总裁 徐洋: 社会化商业为…

CChelper彩虹SDK可视远程客服解决方案

本文讲的是 : CChelper彩虹SDK可视远程客服解决方案 , 在智能生态产业链中,智能硬件终端是把握消费者的直接环节,随着物联网时代迈向成熟,智能家居领域的硬件逐渐成为智能硬件终端的主角。目前的市场环境下,智能家居领域的自身硬…