自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

翻译 SSL

TLS(传输层安全)和它的祖先(SSL 安全套接层),通常是SSL指代的对象,都是一种提供网络传输安全的加密协议。  对称密钥在TLS握手协议的时候(会话建立)的时候就指定了。 SSL协议位于TCP/IP协议与各种应用层协议之间,为数据通讯提供安全支持。 SSL协议可分为两个:  SSL记录协议(SSL Record Protocol):它建立在可靠的传输协议(如TCP)之上,为高

2016-07-27 15:00:32 333

翻译 HTTP和HTTPS的概念和区别

HTPPS和HTTP的概念 HTTPS(全称:Hypertext Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HTTP的安全版。即HTTP下加入SSL层,HTTPS的安全基础是SSL,因此加密的详细内容就需要SSL。 它是一个URI scheme(抽象标识符体系),句法类同http:体系。用于安全的HT

2016-07-27 14:37:38 474

原创 LeetCode4 Add Digits

题目如下: Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 has

2015-10-22 16:42:09 351

原创 LeetCode3 Nim Game

You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who removes the last stone will be the

2015-10-14 17:07:25 362

原创 LeetCode 2 Word Pattern

Given a pattern and a string str, find if str follows the same pattern. Here follow means a full match, such that there is a bijection between a letter in pattern and a substring in str. Examples:

2015-10-10 19:41:05 400

原创 记录LeetCode的一点一滴

以前的csdn号找不到了,不过以前也没写过博客。。。。研究生比较自主,每天刷一点LeetCode吧!那就记录一下。 PS:之前没搞过算法,算导什么的也从来没刷过,渣渣一个!!算法大神多指教。。。 AC的第一道: Move Zeroes        Given an array nums, write a function to move all 0's to the e

2015-10-10 16:15:45 377

空空如也

空空如也

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

TA关注的人

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