URL - определение. Что такое URL
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое URL - определение

Найдено результатов: 67
URL         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
Uniform Resource Locator (Reference: WWW, RFC 1738)
URL         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
(URLs)
A URL is an address that shows where a particular page can be found on the World Wide Web. URL is an abbreviation for 'Uniform Resource Locator'. (COMPUTING)
The URL for the Lonely Planet travel centre is http://www.lonelyplanet.com.
N-COUNT
URL         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
URL         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
¦ abbreviation Computing uniform (or universal) resource locator, the address of a World Wide Web page.
Universal Resource Locator         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
Uniform Resource Locater         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
web address         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
Uniform Resource Locator         
WEB ADDRESS TO A PARTICULAR FILE OR PAGE
URLs; Url; Uniform Resourse Locator; Web address; Absolute URL; Website address; Uniform Resource Locators; Relative URL; Web site address; Urls; Universal Resource Locator; Absolute url; Website number; Uniform Resource Locater; URL address; Protocol-relative link; Protocol relative link; Protocol relative URL; Protocol-relative URL; Protocol-relative url; Protocol relative url; Protocol-relative URLs; Protocol relative links; URL (website); Uniform resource locator; PRURL; Uniform Resource Locator; URL addresses; Url parts; Url components; URL parts; URL link
<World-Wide Web> (URL, previously "Universal") A standard way of specifying the location of an object, typically a {web page}, on the Internet. Other types of object are described below. URLs are the form of address used on the {World-Wide Web}. They are used in HTML documents to specify the target of a hyperlink which is often another HTML document (possibly stored on another computer). Here are some example URLs: http://w3.org/default.html http://acme.co.uk:8080/images/map.gif http://foldoc.org/?Uniform+Resource+Locator http://w3.org/default.html#Introduction ftp://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip ftp://spy:secret@ftp.acme.com/pub/topsecret/weapon.tgz mailto:fred@doc.ic.ac.uk news:alt.hypertext telnet://dra.com The part before the first colon specifies the access scheme or protocol. Commonly implemented schemes include: ftp, http (World-Wide Web), gopher or WAIS. The "file" scheme should only be used to refer to a file on the same host. Other less commonly used schemes include news, telnet or mailto (e-mail). The part after the colon is interpreted according to the access scheme. In general, two slashes after the colon introduce a hostname (host:port is also valid, or for FTP user:passwd@host or user@host). The port number is usually omitted and defaults to the standard port for the scheme, e.g. port 80 for HTTP. For an HTTP or FTP URL the next part is a pathname which is usually related to the pathname of a file on the server. The file can contain any type of data but only certain types are interpreted directly by most browsers. These include HTML and images in gif or jpeg format. The file's type is given by a MIME type in the HTTP headers returned by the server, e.g. "text/html", "image/gif", and is usually also indicated by its filename extension. A file whose type is not recognised directly by the browser may be passed to an external "viewer" application, e.g. a sound player. The last (optional) part of the URL may be a query string preceded by "?" or a "fragment identifier" preceded by "#". The later indicates a particular position within the specified document. Only alphanumerics, reserved characters (:/?#"<>%+) used for their reserved purposes and "$", "-", "_", ".", "&", "+" are safe and may be transmitted unencoded. Other characters are encoded as a "%" followed by two hexadecimal digits. Space may also be encoded as "+". Standard SGML "&<name>;" character entity encodings (e.g. "é") are also accepted when URLs are embedded in HTML. The terminating semicolon may be omitted if &<name> is followed by a non-letter character. {The authoritative W3C URL specification (http://w3.org/hypertext/WWW/Addressing/Addressing.html)}. (2000-02-17)
Clean URL         
URL INTENDED TO IMPROVE THE USABILITY AND ACCESSIBILITY OF A WEBSITE OR WEB SERVICE BY BEING IMMEDIATELY AND INTUITIVELY MEANINGFUL TO NON-EXPERT USERS
Semantic URL; Semantic URLs; Pretty URL; SEF URL; Search Engine Friendly URL; Search engine friendly URLs; SEF URLs; Slug (Web publishing); Restful URL; Friendly URL; Clean URLs; Restful URLs; Fancy URL; User-friendly URL; Slug (programming); Nice URL; Slug (web publishing); URL slug
Clean URLs, also sometimes referred to as RESTful URLs, user-friendly URLs, pretty URLs or search engine-friendly URLs, are URLs intended to improve the usability and accessibility of a website or web service by being immediately and intuitively meaningful to non-expert users. Such URL schemes tend to reflect the conceptual structure of a collection of information and decouple the user interface from a server's internal representation of information.
URL forwarding         
TECHNIQUE FOR MAKING A WEB PAGE AVAILABLE UNDER MORE THAN ONE URL ADDRESS
Domain forwarding; Server-side redirect; Redirect pages; Redirect page; Url redirection; Mod rewrite; Http redirection; URI redirection; Double redirect; URL redirector; URL redirecting; HTTP URL aliasing; Http Url Aliasing; HTTP redirect; Server side redirect; Double-redirect; URL forwarding; Domain redirection; Redirecting page; Redirect service; Mod-rewrite; URL grouping; Web redirect; URL redirection service; User:Princewill esara; Redirect Loop; User:Eupsychy; Anonym.to; URL Redirection; User:Bf109z/Sandbox; Goored; URL redirect; Page forwarding; Webpage redirect; Redirect loop; Web redirection; URL redirections; Http redirect; Long redirect chain; Redirect chain; Redirect (URL)

Википедия

URL
. – Uniform Resource Identifier (URI): Generic Syntax.