Skip to content

Commit e790001

Browse files
committed
Site updated: 2017-05-08 12:44:36
1 parent 685e8a6 commit e790001

File tree

75 files changed

+3754
-600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3754
-600
lines changed

2017/04/10/Jwt-介绍/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181

8282

83+
<link rel="alternate" href="/atom.xml" title="coderPreacher's Blog" type="application/atom+xml" />
84+
8385

8486

8587

@@ -95,7 +97,7 @@
9597
<meta property="og:type" content="article">
9698
<meta property="og:title" content="Jwt 介绍">
9799
<meta property="og:url" content="http://yoursite.com/2017/04/10/Jwt-介绍/index.html">
98-
<meta property="og:site_name" content="谢晖的博客">
100+
<meta property="og:site_name" content="coderPreacher's Blog">
99101
<meta property="og:description" content="Jwt是什么? Jwt的全称是JSON Web Token(JWT)是一种开放标准(RFC 7519),它定义了一种紧凑且独立的方式,用于将各方之间的信息安全地传输为JSON对象。 该信息可以通过数字签名进行验证和信任。 使用加密(使用HMAC算法)或使用RSA的公钥/私钥对可以对JWT进行签名。 Jwt特点: 紧凑: 因为它们的尺寸较小,所以JWTs可以通过URL,POST参数,或HTT">
100102
<meta property="og:image" content="https://cdn.auth0.com/content/jwt/encoded-jwt3.png">
101103
<meta property="og:image" content="https://cdn.auth0.com/content/jwt/jwt-diagram.png">
@@ -137,7 +139,7 @@
137139

138140

139141

140-
<title>Jwt 介绍 | 谢晖的博客</title>
142+
<title>Jwt 介绍 | coderPreacher's Blog</title>
141143
</head>
142144

143145
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -173,12 +175,12 @@
173175
<div class="custom-logo-site-title">
174176
<a href="/" class="brand" rel="start">
175177
<span class="logo-line-before"><i></i></span>
176-
<span class="site-title">谢晖的博客</span>
178+
<span class="site-title">coderPreacher's Blog</span>
177179
<span class="logo-line-after"><i></i></span>
178180
</a>
179181
</div>
180182

181-
<h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</h1>
183+
<h1 class="site-subtitle" itemprop="description">Love life, love technology, positive, optimistic, beyond the self</h1>
182184

183185
</div>
184186

@@ -333,7 +335,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
333335
</span>
334336

335337
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
336-
<meta itemprop="name" content="谢晖的博客">
338+
<meta itemprop="name" content="coderPreacher's Blog">
337339
</span>
338340

339341

@@ -664,6 +666,13 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
664666
</nav>
665667

666668

669+
<div class="feed-link motion-element">
670+
<a href="/atom.xml" rel="alternate">
671+
<i class="fa fa-rss"></i>
672+
RSS
673+
</a>
674+
</div>
675+
667676

668677
<div class="links-of-author motion-element">
669678

2017/04/11/kafka-介绍/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181

8282

83+
<link rel="alternate" href="/atom.xml" title="coderPreacher's Blog" type="application/atom+xml" />
84+
8385

8486

8587

@@ -95,7 +97,7 @@
9597
<meta property="og:type" content="article">
9698
<meta property="og:title" content="kafka 介绍">
9799
<meta property="og:url" content="http://yoursite.com/2017/04/11/kafka-介绍/index.html">
98-
<meta property="og:site_name" content="谢晖的博客">
100+
<meta property="og:site_name" content="coderPreacher's Blog">
99101
<meta property="og:description" content="介绍Kafka简介Kafka是一种分布式的,基于发布/订阅的消息系统。主要设计目标如下: 以时间复杂度为O(1)的方式提供消息持久化能力,即使对TB级以上数据也能保证常数时间复杂度的访问性能。 高吞吐率。即使在非常廉价的商用机器上也能做到单机支持每秒100K条以上消息的传输。 支持Kafka Server间的消息分区,及分布式消费,同时保证每个Partition内的消息顺序传输。 同时支持">
100102
<meta property="og:image" content="http://kafka.apache.org/0102/images/kafka-apis.png">
101103
<meta property="og:image" content="http://jbcdn2.b0.upaiyun.com/2014/08/975609a391574a15645c2d2e2494114f.png">
@@ -141,7 +143,7 @@
141143

142144

143145

144-
<title>kafka 介绍 | 谢晖的博客</title>
146+
<title>kafka 介绍 | coderPreacher's Blog</title>
145147
</head>
146148

147149
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -177,12 +179,12 @@
177179
<div class="custom-logo-site-title">
178180
<a href="/" class="brand" rel="start">
179181
<span class="logo-line-before"><i></i></span>
180-
<span class="site-title">谢晖的博客</span>
182+
<span class="site-title">coderPreacher's Blog</span>
181183
<span class="logo-line-after"><i></i></span>
182184
</a>
183185
</div>
184186

185-
<h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</h1>
187+
<h1 class="site-subtitle" itemprop="description">Love life, love technology, positive, optimistic, beyond the self</h1>
186188

187189
</div>
188190

@@ -337,7 +339,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
337339
</span>
338340

339341
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
340-
<meta itemprop="name" content="谢晖的博客">
342+
<meta itemprop="name" content="coderPreacher's Blog">
341343
</span>
342344

343345

@@ -769,6 +771,13 @@ <h3 id="kafka-流处理"><a href="#kafka-流处理" class="headerlink" title="ka
769771
</nav>
770772

771773

774+
<div class="feed-link motion-element">
775+
<a href="/atom.xml" rel="alternate">
776+
<i class="fa fa-rss"></i>
777+
RSS
778+
</a>
779+
</div>
780+
772781

773782
<div class="links-of-author motion-element">
774783

2017/04/12/node-js-为何如此流行/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181

8282

83+
<link rel="alternate" href="/atom.xml" title="coderPreacher's Blog" type="application/atom+xml" />
84+
8385

8486

8587

@@ -95,7 +97,7 @@
9597
<meta property="og:type" content="article">
9698
<meta property="og:title" content="node.js 为何如此流行?">
9799
<meta property="og:url" content="http://yoursite.com/2017/04/12/node-js-为何如此流行/index.html">
98-
<meta property="og:site_name" content="谢晖的博客">
100+
<meta property="og:site_name" content="coderPreacher's Blog">
99101
<meta property="og:description" content="node.js 为何如此流行?Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台。Node.js是一个事件驱动I/O服务端JavaScript环境,基于Google的V8引擎,V8引擎执行Javascript的速度非常快,性能非常好。Node.js服务器技术用于创建和运行各种Web应用程序,与Ruby On Rails,Spring Framework和ASP.NE">
100102
<meta property="og:updated_time" content="2017-04-13T01:49:11.389Z">
101103
<meta name="twitter:card" content="summary">
@@ -134,7 +136,7 @@
134136

135137

136138

137-
<title>node.js 为何如此流行? | 谢晖的博客</title>
139+
<title>node.js 为何如此流行? | coderPreacher's Blog</title>
138140
</head>
139141

140142
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -170,12 +172,12 @@
170172
<div class="custom-logo-site-title">
171173
<a href="/" class="brand" rel="start">
172174
<span class="logo-line-before"><i></i></span>
173-
<span class="site-title">谢晖的博客</span>
175+
<span class="site-title">coderPreacher's Blog</span>
174176
<span class="logo-line-after"><i></i></span>
175177
</a>
176178
</div>
177179

178-
<h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</h1>
180+
<h1 class="site-subtitle" itemprop="description">Love life, love technology, positive, optimistic, beyond the self</h1>
179181

180182
</div>
181183

@@ -330,7 +332,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
330332
</span>
331333

332334
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
333-
<meta itemprop="name" content="谢晖的博客">
335+
<meta itemprop="name" content="coderPreacher's Blog">
334336
</span>
335337

336338

@@ -621,6 +623,13 @@ <h3 id="NPM-The-Node-Package-Manager"><a href="#NPM-The-Node-Package-Manager" cl
621623
</nav>
622624

623625

626+
<div class="feed-link motion-element">
627+
<a href="/atom.xml" rel="alternate">
628+
<i class="fa fa-rss"></i>
629+
RSS
630+
</a>
631+
</div>
632+
624633

625634
<div class="links-of-author motion-element">
626635

2017/04/13/WebSockets-介绍/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181

8282

83+
<link rel="alternate" href="/atom.xml" title="coderPreacher's Blog" type="application/atom+xml" />
84+
8385

8486

8587

@@ -95,7 +97,7 @@
9597
<meta property="og:type" content="article">
9698
<meta property="og:title" content="WebSockets 介绍">
9799
<meta property="og:url" content="http://yoursite.com/2017/04/13/WebSockets-介绍/index.html">
98-
<meta property="og:site_name" content="谢晖的博客">
100+
<meta property="og:site_name" content="coderPreacher's Blog">
99101
<meta property="og:description" content="WebSockets介绍WebSocket是允许客户端和服务器/端点之间使用单个TCP连接进行通信的协议。听起来有点像http不是吗? WebSocket通过HTTP的优势是协议是全双工的(允许同时进行双向通信),它的头部比HTTP头部要小得多,因此即使在小数据包上也能实现更高效的通信。 WebSocket的生命周期也很容易理解: 客户端以HTTP升级标头的形式向服务器发送握手请求,并提供有关其">
100102
<meta property="og:image" content="https://hpbn.co/assets/diagrams/efb151be6600eb5555127c8652488f1f.svg">
101103
<meta property="og:updated_time" content="2017-04-13T14:59:25.195Z">
@@ -136,7 +138,7 @@
136138

137139

138140

139-
<title>WebSockets 介绍 | 谢晖的博客</title>
141+
<title>WebSockets 介绍 | coderPreacher's Blog</title>
140142
</head>
141143

142144
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -172,12 +174,12 @@
172174
<div class="custom-logo-site-title">
173175
<a href="/" class="brand" rel="start">
174176
<span class="logo-line-before"><i></i></span>
175-
<span class="site-title">谢晖的博客</span>
177+
<span class="site-title">coderPreacher's Blog</span>
176178
<span class="logo-line-after"><i></i></span>
177179
</a>
178180
</div>
179181

180-
<h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</h1>
182+
<h1 class="site-subtitle" itemprop="description">Love life, love technology, positive, optimistic, beyond the self</h1>
181183

182184
</div>
183185

@@ -332,7 +334,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
332334
</span>
333335

334336
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
335-
<meta itemprop="name" content="谢晖的博客">
337+
<meta itemprop="name" content="coderPreacher's Blog">
336338
</span>
337339

338340

@@ -675,6 +677,13 @@ <h2 id="二进制框架层"><a href="#二进制框架层" class="headerlink" tit
675677
</nav>
676678

677679

680+
<div class="feed-link motion-element">
681+
<a href="/atom.xml" rel="alternate">
682+
<i class="fa fa-rss"></i>
683+
RSS
684+
</a>
685+
</div>
686+
678687

679688
<div class="links-of-author motion-element">
680689

2017/04/13/一个基于-NET轻量级的Web框架-Nancy/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181

8282

83+
<link rel="alternate" href="/atom.xml" title="coderPreacher's Blog" type="application/atom+xml" />
84+
8385

8486

8587

@@ -95,7 +97,7 @@
9597
<meta property="og:type" content="article">
9698
<meta property="og:title" content="一个基于.NET轻量级的Web框架:Nancy">
9799
<meta property="og:url" content="http://yoursite.com/2017/04/13/一个基于-NET轻量级的Web框架-Nancy/index.html">
98-
<meta property="og:site_name" content="谢晖的博客">
100+
<meta property="og:site_name" content="coderPreacher's Blog">
99101
<meta property="og:description" content="Nancy框架介绍Nancy是一个轻量级的低成本框架,用于在.NET和Mono上构建基于HTTP的服务。框架的目标是尽可能的避开障碍,为所有的互动提供超级快乐的路径。 这意味着Nancy的所有内容都被设置为具有明智的默认和约定,而不是让你跳过环,并且通过配置,只是为了起床和运行。与Nancy,你可以从零到网站在几分钟内。字面上 Nancy旨在处理DELETE,GET,HEAD,OPTIONS,PO">
100102
<meta property="og:updated_time" content="2017-04-13T14:02:17.867Z">
101103
<meta name="twitter:card" content="summary">
@@ -134,7 +136,7 @@
134136

135137

136138

137-
<title>一个基于.NET轻量级的Web框架:Nancy | 谢晖的博客</title>
139+
<title>一个基于.NET轻量级的Web框架:Nancy | coderPreacher's Blog</title>
138140
</head>
139141

140142
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -170,12 +172,12 @@
170172
<div class="custom-logo-site-title">
171173
<a href="/" class="brand" rel="start">
172174
<span class="logo-line-before"><i></i></span>
173-
<span class="site-title">谢晖的博客</span>
175+
<span class="site-title">coderPreacher's Blog</span>
174176
<span class="logo-line-after"><i></i></span>
175177
</a>
176178
</div>
177179

178-
<h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</h1>
180+
<h1 class="site-subtitle" itemprop="description">Love life, love technology, positive, optimistic, beyond the self</h1>
179181

180182
</div>
181183

@@ -330,7 +332,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
330332
</span>
331333

332334
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
333-
<meta itemprop="name" content="谢晖的博客">
335+
<meta itemprop="name" content="coderPreacher's Blog">
334336
</span>
335337

336338

@@ -637,6 +639,13 @@ <h1 id="The-super-duper-happy-path"><a href="#The-super-duper-happy-path" class=
637639
</nav>
638640

639641

642+
<div class="feed-link motion-element">
643+
<a href="/atom.xml" rel="alternate">
644+
<i class="fa fa-rss"></i>
645+
RSS
646+
</a>
647+
</div>
648+
640649

641650
<div class="links-of-author motion-element">
642651

2017/04/14/docker-介绍/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080

8181

8282

83+
<link rel="alternate" href="/atom.xml" title="coderPreacher's Blog" type="application/atom+xml" />
84+
8385

8486

8587

@@ -95,7 +97,7 @@
9597
<meta property="og:type" content="article">
9698
<meta property="og:title" content="docker 介绍">
9799
<meta property="og:url" content="http://yoursite.com/2017/04/14/docker-介绍/index.html">
98-
<meta property="og:site_name" content="谢晖的博客">
100+
<meta property="og:site_name" content="coderPreacher's Blog">
99101
<meta property="og:description" content="Docker 介绍如果您是程序员或技术人员,您至少可以听说Docker:一个有用的工具,用于在“容器”中打包,运送和运行应用程序。这很难让所有的注意力得到 这些天 - 从开发人员和系统管理员一样。 即使像Google,VMware和亚马逊这样的大公司也在建设服务来支持它。 Docker是一个新的容器化的技术,它轻巧,且易移植,号称“build once, configure once and ru">
100102
<meta property="og:image" content="http://yoursite.com/images/vm.png">
101103
<meta property="og:image" content="http://yoursite.com/images/container.png">
@@ -139,7 +141,7 @@
139141

140142

141143

142-
<title>docker 介绍 | 谢晖的博客</title>
144+
<title>docker 介绍 | coderPreacher's Blog</title>
143145
</head>
144146

145147
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -175,12 +177,12 @@
175177
<div class="custom-logo-site-title">
176178
<a href="/" class="brand" rel="start">
177179
<span class="logo-line-before"><i></i></span>
178-
<span class="site-title">谢晖的博客</span>
180+
<span class="site-title">coderPreacher's Blog</span>
179181
<span class="logo-line-after"><i></i></span>
180182
</a>
181183
</div>
182184

183-
<h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</h1>
185+
<h1 class="site-subtitle" itemprop="description">Love life, love technology, positive, optimistic, beyond the self</h1>
184186

185187
</div>
186188

@@ -335,7 +337,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
335337
</span>
336338

337339
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
338-
<meta itemprop="name" content="谢晖的博客">
340+
<meta itemprop="name" content="coderPreacher's Blog">
339341
</span>
340342

341343

@@ -692,6 +694,13 @@ <h2 id="Docker支柱"><a href="#Docker支柱" class="headerlink" title="Docker
692694
</nav>
693695

694696

697+
<div class="feed-link motion-element">
698+
<a href="/atom.xml" rel="alternate">
699+
<i class="fa fa-rss"></i>
700+
RSS
701+
</a>
702+
</div>
703+
695704

696705
<div class="links-of-author motion-element">
697706

0 commit comments

Comments
 (0)