自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

happyhuidi的博客

Hello!程序媛

  • 博客(3)
  • 收藏
  • 关注

原创 Internet传输层协议(1)TCP

Internet传输层协议包括TCP和UDP,分别为应用层的不同协议提供服务,具体根据需要和各自的特点来决定。TCP传输的数据单元:TUDP,称为段(Segment),俗称报文。1.TCP(Transmission Control Protocol)协议概述1.1 TCP协议的主要功能1)寻址与复用:对从不同应用进程收到的数据进行复用;同时利用端口进行寻址,标识不同的应用进程。2)创建、管理与终止...

2018-06-06 15:04:48 2064

原创 LeetCode 645. Set Mismatch

1.问题描述The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got duplicated to another number in the set, which results in repetiti...

2018-06-05 22:19:25 126

原创 LeetCode 442. Find All Duplicates in an Array

1.问题描述Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once.Find all the elements that appear twice in this array.Could you do it without extr...

2018-06-05 21:47:08 111

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除