标签:summary tps ati rds 访问 item while nes ide
参考:https://danielmiessler.com/study/url-uri/
URN: A Uniform Resource Name,统一资源名称 ;eg. ietf.org/rfc/rfc2396.txt(给定URI,我们仍无法访问该资源,因为我们不知道是在http协议还是ftp协议亦或者是其他协议)
URL:Uniform Resource Locator,统一资源定位符;eg. http://www.ietf.org/rfc/rfc2396.txt (可以定位资源的地址,即给定URL,我们就能找到这个资源)
URI:Uniform Resource Identifier,统一资源标识符。One can classify URIs as locators (URLs), or as names (URNs), or as both. A Uniform Resource Name (URN) functions like a person’s name, while a Uniform Resource Locator (URL) resembles that person’s street address. In other words: the URN defines an item’s identity, while the URL provides a method for finding it。即:URN和URL都是URI的子集. 所以任何的URN和URL都可以称之为URI。
https://
, or mailto:
.(URL是由名字和访问方式(访问协议)组成的)
标签:summary tps ati rds 访问 item while nes ide
原文地址:https://www.cnblogs.com/Daomy/p/9774660.html