摘要:
作为web的一部分,hhtp协议是一个非常常用也非常重要的协议了。HHTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写,基于TCP/IP面向应用层的协议,如果是基于TLS或者SSL协议层的话,那就变成了我们常说HTTPS协议,关系如下。http默认端口为80端口 阅读全文
摘要:
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or 阅读全文