From 9f0511a9fb6355d8709206be408e540c29ba2f00 Mon Sep 17 00:00:00 2001 From: xushuntao Date: Mon, 1 Apr 2013 17:06:31 +0800 Subject: [PATCH] Update 03.1.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改描述不一致错误。 --- ebook/03.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebook/03.1.md b/ebook/03.1.md index 2345faee..a327a398 100644 --- a/ebook/03.1.md +++ b/ebook/03.1.md @@ -24,7 +24,7 @@ Web服务器的工作原理可以简单地归纳为: URL(Uniform Resource Locator)是“统一资源定位符”的英文缩写,用于描述一个网络上的资源, 基本格式如下 - schema://host[:port#]/path/.../[?query-string][#anchor] + scheme://host[:port#]/path/.../[?query-string][#anchor] scheme 指定低层使用的协议(例如:http, https, ftp) host HTTP服务器的IP地址或者域名 port# HTTP服务器的默认端口是80,这种情况下端口号可以省略。如果使用了别的端口,必须指明,例如 http://www.cnblogs.com:8080/