Scarica l'app
educalingo
URL

Significato di "URL" sul dizionario di inglese

DIZIONARIO

PRONUNCIA DI URL IN INGLESE

URL


CHE SIGNIFICA URL IN INGLESE

Individuatore di risorsa uniforme

Il locatore di risorsa uniforme, abbreviato come URL, è una stringa di caratteri specifica che costituisce un riferimento a una risorsa. Nella maggior parte dei browser web, l'URL di una pagina web viene visualizzato nella parte superiore all'interno di una barra degli indirizzi. Un esempio di un URL tipico sarebbe "http://it.example.org/wiki/Main_Page". Un URL è tecnicamente un tipo di identificatore delle risorse uniformi, ma in molti documenti tecnici e discussioni verbali, l'URL viene spesso utilizzato come sinonimo di URI e questo non è considerato un problema. Gli URL sono comunemente utilizzati per le pagine web, ma possono anche essere utilizzate per il trasferimento di file, l'email e molte altre applicazioni. Gli URL sono specificati in RFC 3986 e in un WHATWG URL Living Standard.

definizione di URL nel dizionario inglese

La definizione di URL nel dizionario è un localizzatore di risorse uniforme; un indirizzo standardizzato di una posizione su Internet, specialmente sul World Wide Web.

PAROLE IN INGLESE CHE COMINCIANO COME URL

Urmia · Urmston

PAROLE IN INGLESE CHE FINISCONO COME URL

IRL · KRL · NRL · RL

Sinonimi e antonimi di URL sul dizionario inglese di sinonimi

SINONIMI

PAROLE IN INGLESE ASSOCIATE CON «URL»

URL · builder · battles · youtube · parts · battle · java · shortener · uniform · resource · locator · abbreviated · specific · character · string · that · constitutes · reference · most · browsers · page · displayed · inside · address · example · typical · would · http · wiki · main_page · what · webopedia · abbreviation · global · resources · world · wide · searchnetworking · previously · universal · unique · accessible · internet · naming · addressing · overview · uris · when · embedded · within · base · document · absolute · form · contain · great · deal · information · which · already · known · from · context · ultimate · league · respected · smack · presents · click · here · watch · will · sponsored · exclusiv · vodca · categories · featured · audio · engineering · task · force · abstract · specifies · syntax · semantics · formalized · location · access · android · developers · composed · class · both · parse · strings · into · compose · consider · networking · about · stands · specially · formatted · text · network · software · define · universidad · rafael · landívar · conoce · acerca · rectoría · vicerrectoría · administrativa · editorial · cara · parens · dirección · comunicaciones · donaciones · preguntas · html · encoding · schools · submit ·

Traduzione di URL in 25 lingue

TRADUTTORE

TRADUZIONE DI URL

Conosci la traduzione di URL in 25 lingue con il nostro traduttore inglese multilingue.

Le traduzioni di URL verso altre lingue presenti in questa sezione sono il risultato di una traduzione automatica statistica; dove l'unità essenziale della traduzione è la parola «URL» in inglese.
zh

Traduttore italiano - cinese

因特网地址
1 325 milioni di parlanti
es

Traduttore italiano - spagnolo

URL
570 milioni di parlanti
en

inglese

URL
510 milioni di parlanti
hi

Traduttore italiano - hindi

यूआरएल
380 milioni di parlanti
ar

Traduttore italiano - arabo

عُنْوَان اِنْتِرْنَت
280 milioni di parlanti
ru

Traduttore italiano - russo

унифицированный указатель ресурса
278 milioni di parlanti
pt

Traduttore italiano - portoghese

URL
270 milioni di parlanti
bn

Traduttore italiano - bengalese

URL টি
260 milioni di parlanti
fr

Traduttore italiano - francese

URL
220 milioni di parlanti
ms

Traduttore italiano - malese

URL
190 milioni di parlanti
de

Traduttore italiano - tedesco

URL-Adresse
180 milioni di parlanti
ja

Traduttore italiano - giapponese

URL
130 milioni di parlanti
ko

Traduttore italiano - coreano

URL
85 milioni di parlanti
jv

Traduttore italiano - giavanese

URL
85 milioni di parlanti
vi

Traduttore italiano - vietnamita

đường dẫn liên kết URL
80 milioni di parlanti
ta

Traduttore italiano - tamil

URL ஐ
75 milioni di parlanti
mr

Traduttore italiano - marathi

URL
75 milioni di parlanti
tr

Traduttore italiano - turco

URL
70 milioni di parlanti
it

Traduttore italiano - italiano

URL
65 milioni di parlanti
pl

Traduttore italiano - polacco

URL
50 milioni di parlanti
uk

Traduttore italiano - ucraino

адреса веб-сайту
40 milioni di parlanti
ro

Traduttore italiano - rumeno

URL
30 milioni di parlanti
el

Traduttore italiano - greco

διεύθυνση URL
15 milioni di parlanti
af

Traduttore italiano - afrikaans

URL
14 milioni di parlanti
sv

Traduttore italiano - svedese

URL
10 milioni di parlanti
no

Traduttore italiano - norvegese

URL
5 milioni di parlanti

Tendenze d'uso di URL

TENDENZE

TENDENZE D'USO DEL TERMINE «URL»

Principali tendenze di ricerca e usi comuni di URL
Elenco delle principali ricerche fatte dagli utenti per accedere al nostro dizionario di inglese online ed espressioni più utilizzate con la parola «URL».

Citazioni, bibliografia in inglese e attualità su URL

ESEMPI

4 CITAZIONI IN INGLESE CON «URL»

Citazioni e frasi famose con la parola URL.
1
Jason Kilar
When you're dealing with digital goods, you don't have to be tied to one URL.
2
Chrisette Michele
If you want to put out a song that you wrote yesterday, tomorrow go on Twitter, type in a new URL, and give it to the people!
3
Robert Palmer
Eventually, if you had a printer that is IPP compliant, that printer will have a Web address and anyone around the world who can get on the Internet can print to that URL.
4
Aaron Patzer
Be careful not to start a company that really belongs as a feature of another company, like the 25 Twitter URL shortener companies out there. Pick a real problem that's here to stay.

10 LIBRI IN INGLESE ASSOCIATI CON «URL»

Scopri l'uso di URL nella seguente selezione bibliografica. Libri associati con URL e piccoli estratti per contestualizzare il loro uso nella letteratura.
1
Beginning ASP.NET 4 in VB 2010
Or maybe you have renamed a page, but you want to keep the old URL functional so it doesn't break user bookmarks.Although web servers sometimes provide this type of functionality, ASP.NET includes its own URL mapping feature.
Matthew MacDonald, 2010
2
On Perl: Perl for Students and Professionals
After we have extracted the URL, we now want to extract two substrings out of it, the path and the file name. The program given below accomplishes this goal. Program 4.18 # ! /usr/bin/perl #file extractURL11l.pl while (<>) { $url = $fileName  ...
Jugal Kalita, 2003
3
Regular Expressions Cookbook
If the URL does not specify an authority, the path can be absolute, relative, or omitted. Absolute paths start with a forward slash, whereas relative paths don't. Because the leading forward slash is now optional, we need a slightly longer regex ...
Jan Goyvaerts, Steven Levithan, 2009
4
Professional ASP.NET MVC 4
Here are some results of some Url.RouteUrl calls that take the following general form: @Url.RouteUrl(new {param1 = value1, parm2 = value2, ..., parmN, valueN}) Parameters and the resulting URL are shown in Table 9-7. TABLE 9-7: ...
Jon Galloway, Phil Haack, Brad Wilson, 2012
5
Organizational Data Mining: Leveraging Enterprise Data ...
However, users can't browse web pages with the wrong URL. Sometimes we just want to get some information about some subjects, the proxy server couldn't help us at all. Most people often use search engines to find data, but they still have ...
Hamid R. Nemati, Christopher D. Barko, 2004
6
The Best Damn Firewall Book Period
To enable buffering of responses to HTTP or FTP requests while awaiting a decision from the filtering server, enter the following command: url-block block block-buffer-limit The block-buffer-limit is the maximum number of 1550-byte blocks that ...
Thomas W Shinder, 2011
7
GameAxis Unwired
North America Arizona State University Arizona, USA URL: www.asu.edu Courses offered: Programming California Institute of the Arts Valencia, California, USA URL: www.calarts.edu Courses offered: General gaming Georgia State University ...
8
Groundwater Contamination: Management, Containment, Risk ...
PREFACE. This book' on Groundwater Contamination [URL Ref. No. 169] is depicted in a series of two volumes designed to provide updated, integrated, interdisciplinary material in the form of bibliographic references and URL Internet WWW ...
Chester D. Rail, 2000
9
Developing Cisco IP Phone Services
You can associate a URL or URI to a soft key. When pressed, the soft key invokes the associated action; for example, if it is a URL, it requests that URL. If it is a URI. the specified URI is executed. Later in this chapter we will discuss the soft ...
Darrick Deel, Mark Nelson, Anne Smith, 2002
10
Medieval and Renaissance Manuscripts at the University of ...
XV" Biomedical, Benjamin 12 (Lombardy) URL 170/559 (Appendix) URL 170/638 (Appendix) URL 170/653 (Appendix) URL Al D621v 1475 (Appendix) URL *A1 J83d 1486 Appendix) Url 170/635 (Appendix; Fondi) URL 2070 (item 7; ...
Mirella Ferrari, Richard H. Rouse, 1991

10 NOTIZIE DOVE SI INCLUDE IL TERMINE «URL»

Vedi di che si parla nei media nazionali e internazionali e come viene utilizzato il termine ino URL nel contesto delle seguenti notizie.
1
The Arkansas Governor's URL now points to a LGBT forum
Thanks to an expiring domain registration, someone has taken the Arkansas Governor's URL and ensured it redirects to a LGBT community focused chat room ... «TweakTown, ago 15»
2
Twitter Borrows From Facebook With New Card Format For …
URLs are out, replaced instead by a card-like format that displays stories much like Facebook does. Update: Twitter points out that this is not a new format per-se ... «TechCrunch, lug 15»
3
Now You Can Emoji-fy Any URL
There's a new site called Linkmoji that converts the text of web links into emoji characters. We tried it with huffingtonpost.com and got a string of colorful symbols. «Huffington Post, lug 15»
4
Smack White Previews URL's Summer Plans
URL boss Smack White recently called into PSA Radio to reveal the league's plans over the coming months. During the conversation, Smack announced an ... «BattleRap.com, lug 15»
5
Startup Sues A Domain Name Owner To Grab A 16-Year-Old URL
It's a tale old as the Internet: someone has and idea and the URL is taken. The owner and the startup hash out a deal and sometimes those deals fall through. «TechCrunch, lug 15»
6
Google Photos and the unguessable URL
That took him to an open URL, still accessible when he was in incognito mode. By the logic of Photos, the image should have been private — he hadn't clicked ... «The Verge, giu 15»
7
How To Create Your Custom LinkedIn Profile URL And How To Use It
You can do that easily by sharing the website address (URL) of your LinkedIn profile. The only problem is that the URL LinkedIn assigns to your profile will not ... «Forbes, giu 15»
8
Consolidate your Secure Remote Access Delivery Infrastructure with …
... including mobile-specific gateways and classic SSL VPNs, with Citrix NetScaler with Unified Gateway helps provide One URL for secure remote access while ... «InformationWeek, giu 15»
9
This Airline Made a URL Entirely of Emojis, and 1600 People …
Norewegian Airlines' URL was posted to Instagram not by the airline but by eight partner influencers, including a soccer player, music producer, models and ... «Adweek, giu 15»
10
Android's default browser is vulnerable to URL spoofing
A vulnerability in Android's default Web browser lets attackers spoof the URL shown in the address bar, allowing for more credible phishing attacks. «Computerworld, mag 15»
RIFERIMENTO
« EDUCALINGO. Url [in linea]. Disponibile <https://educalingo.com/it/dic-en/url>. Giu 2026 ».
Scarica l'app educalingo
IT