Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What Is URI
What Is URI?
✍: FYIcenter
URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and extensible means for identifying a resource in a more generic way. For example, the following strings are all valid URIs:
ftp://ftp.is.co.za/rfc/rfc1808.txt http://www.ietf.org/rfc/rfc2396.txt ldap://[2001:db8::7]/c=GB?objectClass?one mailto:John.Doe@example.com news:comp.infosystems.www.servers.unix tel:+1-816-555-1212 telnet://192.0.2.16:80/ urn:oasis:names:specification:docbook:dtd:xml:4.1.2
For more informationon URI, please visit http://www.gbiv.com/protocols/uri/rfc/rfc3986.html.
2007-03-03, 6322👍, 0💬
Popular Posts:
How Is the Width a Parent Element Related to Child Elements? - CSS Tutorials - Understanding Multipl...
What’ is the sequence in which ASP.NET events are processed ? Following is the sequence in which the...
Write out a function that prints out all the permutations of a string. For example, abc would give y...
Can you have virtual functions in Java? Yes, all functions in Java are virtual by default. This is a...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...