摘要:
目前互联网上使用的主流协议族就是TCP/IP协议族,它是一个分层、多协议的通信体系。 TCP/IP协议族是一个四层协议系统,自低向上分别是数据链路层、网络层、传输层和应用层。下层协议为上层协议提供服务。 数据链路层:实现了网卡接口的网络驱动程序,以处理数据在物理媒介上的传输,数据... 阅读全文
摘要:
题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input woul... 阅读全文