Merge pull request #568 from thewhitetulip/patch-9
removed scroll bar for PDF viewers
This commit is contained in:
@@ -28,7 +28,9 @@ The full name of a URL is Uniform Resource Locator. It's for describing resource
|
||||
scheme://host[:port#]/path/.../[?query-string][#anchor]
|
||||
scheme assign underlying protocol (such as HTTP, HTTPS, FTP)
|
||||
host IP or domain name of HTTP server
|
||||
port# default port is 80, and it can be omitted in this case. If you want to use other ports, you must specify which port. For example, http://www.cnblogs.com:8080/
|
||||
port# default port is 80, and it can be omitted in this case.
|
||||
If you want to use other ports, you must specify which port. For example,
|
||||
http://www.cnblogs.com:8080/
|
||||
path resources path
|
||||
query-string data are sent to server
|
||||
anchor anchor
|
||||
|
||||
Reference in New Issue
Block a user