摘要: HTTP首部HTTP的首部字段根据实际使用用途分为四种:通用首部字段:请求和响应报文都会使用的首部请求首部字段:请求报文的首部响应首部字段:响应报文的首部实体首部字段:实体部分的首部通用首部字段: 首部字段名 说明 Cache-Control 控制缓存的行为 Connect... 阅读全文
posted @ 2017-12-25 19:55 link98 阅读(424) 评论(0) 推荐(0)
摘要: 752. Open the LockYou have a lock in front of you with 4 circular wheels. Each wheel has 10 slots: '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'. T... 阅读全文
posted @ 2017-12-25 12:31 link98 阅读(263) 评论(0) 推荐(0)
摘要: 751. IP to CIDRGiven a start IP address ip and a number of ips we need to cover n, return a representation of the range as a list (of smallest possibl... 阅读全文
posted @ 2017-12-25 12:28 link98 阅读(444) 评论(0) 推荐(0)
摘要: 747. Largest Number Greater Than Twice of OthersIn a given integer array nums, there is always exactly one largest element.Find whether the largest el... 阅读全文
posted @ 2017-12-25 12:26 link98 阅读(191) 评论(0) 推荐(0)