10 2016 档案

摘要:1、请求报文介绍一个HTTP请求报文由请求行(request line)、请求头部(header)、空行和请求数据4个部分组成,下图给出了请求报文的一般格式。 (1)请求行 请求行由请求方法字段、URL字段和HTTP协议版本字段3个字段组成,它们用空格分隔。例如,GET /index.html HT 阅读全文
posted @ 2016-10-17 13:39 kimi9py 阅读(274) 评论(0) 推荐(1)
摘要:Given an array of size n, generate and print all possible combinations of r elements in array. For example, if input array is {1, 2, 3, 4} and r is 2, 阅读全文
posted @ 2016-10-09 16:44 kimi9py 阅读(219) 评论(0) 推荐(0)