Skip to content

Commit abcd3dd

Browse files
committed
Site updated: 2017-04-13 09:50:34
1 parent d0f75cd commit abcd3dd

File tree

18 files changed

+893
-66
lines changed

18 files changed

+893
-66
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
639639

640640
<div class="site-state-item site-state-tags">
641641
<a href="/tags/index.html">
642-
<span class="site-state-item-count">3</span>
642+
<span class="site-state-item-count">4</span>
643643
<span class="site-state-item-name">标签</span>
644644
</a>
645645
</div>

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

+6-17
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" />
7272

7373

74-
<meta name="keywords" content="Big Data,Message System," />
74+
<meta name="keywords" content="Kafka,Message System," />
7575

7676

7777

@@ -88,7 +88,7 @@
8888

8989

9090
<meta name="description" content="介绍Kafka简介Kafka是一种分布式的,基于发布/订阅的消息系统。主要设计目标如下: 以时间复杂度为O(1)的方式提供消息持久化能力,即使对TB级以上数据也能保证常数时间复杂度的访问性能。 高吞吐率。即使在非常廉价的商用机器上也能做到单机支持每秒100K条以上消息的传输。 支持Kafka Server间的消息分区,及分布式消费,同时保证每个Partition内的消息顺序传输。 同时支持">
91-
<meta name="keywords" content="Big Data,Message System">
91+
<meta name="keywords" content="Kafka,Message System">
9292
<meta property="og:type" content="article">
9393
<meta property="og:title" content="kafka 介绍">
9494
<meta property="og:url" content="http://yoursite.com/2017/04/11/kafka-介绍/index.html">
@@ -100,7 +100,7 @@
100100
<meta property="og:image" content="http://kafka.apache.org/0102/images/log_anatomy.png">
101101
<meta property="og:image" content="http://kafka.apache.org/0102/images/log_consumer.png">
102102
<meta property="og:image" content="http://kafka.apache.org/0102/images/consumer-groups.png">
103-
<meta property="og:updated_time" content="2017-04-13T01:06:36.299Z">
103+
<meta property="og:updated_time" content="2017-04-13T01:49:30.566Z">
104104
<meta name="twitter:card" content="summary">
105105
<meta name="twitter:title" content="kafka 介绍">
106106
<meta name="twitter:description" content="介绍Kafka简介Kafka是一种分布式的,基于发布/订阅的消息系统。主要设计目标如下: 以时间复杂度为O(1)的方式提供消息持久化能力,即使对TB级以上数据也能保证常数时间复杂度的访问性能。 高吞吐率。即使在非常廉价的商用机器上也能做到单机支持每秒100K条以上消息的传输。 支持Kafka Server间的消息分区,及分布式消费,同时保证每个Partition内的消息顺序传输。 同时支持">
@@ -384,18 +384,7 @@ <h2 class="post-title" itemprop="name headline">
384384

385385

386386
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
387-
<a href="/categories/Kafka/" itemprop="url" rel="index">
388-
<span itemprop="name">Kafka</span>
389-
</a>
390-
</span>
391-
392-
393-
394-
395-
396-
397-
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
398-
<a href="/categories/Kafka/Big-Data/" itemprop="url" rel="index">
387+
<a href="/categories/Big-Data/" itemprop="url" rel="index">
399388
<span itemprop="name">Big Data</span>
400389
</a>
401390
</span>
@@ -627,7 +616,7 @@ <h3 id="kafka-流处理"><a href="#kafka-流处理" class="headerlink" title="ka
627616

628617
<div class="post-tags">
629618

630-
<a href="/tags/Big-Data/" rel="tag"># Big Data</a>
619+
<a href="/tags/Kafka/" rel="tag"># Kafka</a>
631620

632621
<a href="/tags/Message-System/" rel="tag"># Message System</a>
633622

@@ -755,7 +744,7 @@ <h3 id="kafka-流处理"><a href="#kafka-流处理" class="headerlink" title="ka
755744

756745
<div class="site-state-item site-state-tags">
757746
<a href="/tags/index.html">
758-
<span class="site-state-item-count">3</span>
747+
<span class="site-state-item-count">4</span>
759748
<span class="site-state-item-name">标签</span>
760749
</a>
761750
</div>

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

+32-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" />
7272

7373

74-
<meta name="keywords" content="Hexo, NexT" />
74+
<meta name="keywords" content="Node.js," />
7575

7676

7777

@@ -88,13 +88,13 @@
8888

8989

9090
<meta name="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">
91-
<meta name="keywords">
91+
<meta name="keywords" content="Node.js">
9292
<meta property="og:type" content="article">
9393
<meta property="og:title" content="node.js 为何如此流行?">
9494
<meta property="og:url" content="http://yoursite.com/2017/04/12/node-js-为何如此流行/index.html">
9595
<meta property="og:site_name" content="谢晖的博客">
9696
<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">
97-
<meta property="og:updated_time" content="2017-04-12T15:05:00.323Z">
97+
<meta property="og:updated_time" content="2017-04-13T01:49:11.389Z">
9898
<meta name="twitter:card" content="summary">
9999
<meta name="twitter:title" content="node.js 为何如此流行?">
100100
<meta name="twitter: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">
@@ -365,6 +365,28 @@ <h2 class="post-title" itemprop="name headline">
365365
</span>
366366

367367

368+
<span class="post-category" >
369+
370+
<span class="post-meta-divider">|</span>
371+
372+
<span class="post-meta-item-icon">
373+
<i class="fa fa-folder-o"></i>
374+
</span>
375+
376+
<span class="post-meta-item-text">分类于</span>
377+
378+
379+
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
380+
<a href="/categories/JavaScript/" itemprop="url" rel="index">
381+
<span itemprop="name">JavaScript</span>
382+
</a>
383+
</span>
384+
385+
386+
387+
388+
</span>
389+
368390

369391

370392

@@ -446,6 +468,12 @@ <h3 id="NPM-The-Node-Package-Manager"><a href="#NPM-The-Node-Package-Manager" cl
446468

447469
<footer class="post-footer">
448470

471+
<div class="post-tags">
472+
473+
<a href="/tags/Node-js/" rel="tag"># Node.js</a>
474+
475+
</div>
476+
449477

450478

451479

@@ -564,7 +592,7 @@ <h3 id="NPM-The-Node-Package-Manager"><a href="#NPM-The-Node-Package-Manager" cl
564592

565593
<div class="site-state-item site-state-tags">
566594
<a href="/tags/index.html">
567-
<span class="site-state-item-count">3</span>
595+
<span class="site-state-item-count">4</span>
568596
<span class="site-state-item-name">标签</span>
569597
</a>
570598
</div>

about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ <h2 class="post-title" itemprop="name headline"></h2>
406406

407407
<div class="site-state-item site-state-tags">
408408
<a href="/tags/index.html">
409-
<span class="site-state-item-count">3</span>
409+
<span class="site-state-item-count">4</span>
410410
<span class="site-state-item-name">标签</span>
411411
</a>
412412
</div>

archives/2017/04/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ <h2 class="post-title">
504504

505505
<div class="site-state-item site-state-tags">
506506
<a href="/tags/index.html">
507-
<span class="site-state-item-count">3</span>
507+
<span class="site-state-item-count">4</span>
508508
<span class="site-state-item-name">标签</span>
509509
</a>
510510
</div>

archives/2017/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ <h2 class="post-title">
504504

505505
<div class="site-state-item site-state-tags">
506506
<a href="/tags/index.html">
507-
<span class="site-state-item-count">3</span>
507+
<span class="site-state-item-count">4</span>
508508
<span class="site-state-item-name">标签</span>
509509
</a>
510510
</div>

archives/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ <h2 class="post-title">
504504

505505
<div class="site-state-item site-state-tags">
506506
<a href="/tags/index.html">
507-
<span class="site-state-item-count">3</span>
507+
<span class="site-state-item-count">4</span>
508508
<span class="site-state-item-name">标签</span>
509509
</a>
510510
</div>

categories/Kafka/Big-Data/index.html renamed to categories/Big-Data/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<meta name="description" content="爱生活、爱技术、积极、乐观、超越自我">
9191
<meta property="og:type" content="website">
9292
<meta property="og:title" content="谢晖的博客">
93-
<meta property="og:url" content="http://yoursite.com/categories/Kafka/Big-Data/index.html">
93+
<meta property="og:url" content="http://yoursite.com/categories/Big-Data/index.html">
9494
<meta property="og:site_name" content="谢晖的博客">
9595
<meta property="og:description" content="爱生活、爱技术、积极、乐观、超越自我">
9696
<meta name="twitter:card" content="summary">
@@ -123,7 +123,7 @@
123123

124124

125125

126-
<link rel="canonical" href="http://yoursite.com/categories/Kafka/Big-Data/"/>
126+
<link rel="canonical" href="http://yoursite.com/categories/Big-Data/"/>
127127

128128

129129

@@ -411,7 +411,7 @@ <h2 class="post-title">
411411

412412
<div class="site-state-item site-state-tags">
413413
<a href="/tags/index.html">
414-
<span class="site-state-item-count">3</span>
414+
<span class="site-state-item-count">4</span>
415415
<span class="site-state-item-name">标签</span>
416416
</a>
417417
</div>

categories/Kafka/index.html renamed to categories/JavaScript/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<meta name="description" content="爱生活、爱技术、积极、乐观、超越自我">
9191
<meta property="og:type" content="website">
9292
<meta property="og:title" content="谢晖的博客">
93-
<meta property="og:url" content="http://yoursite.com/categories/Kafka/index.html">
93+
<meta property="og:url" content="http://yoursite.com/categories/JavaScript/index.html">
9494
<meta property="og:site_name" content="谢晖的博客">
9595
<meta property="og:description" content="爱生活、爱技术、积极、乐观、超越自我">
9696
<meta name="twitter:card" content="summary">
@@ -123,13 +123,13 @@
123123

124124

125125

126-
<link rel="canonical" href="http://yoursite.com/categories/Kafka/"/>
126+
<link rel="canonical" href="http://yoursite.com/categories/JavaScript/"/>
127127

128128

129129

130130

131131

132-
<title> 分类: Kafka | 谢晖的博客 </title>
132+
<title> 分类: JavaScript | 谢晖的博客 </title>
133133
</head>
134134

135135
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -309,7 +309,7 @@ <h1 class="site-subtitle" itemprop="description">爱生活、爱技术、积极
309309
<section id="posts" class="posts-collapse">
310310
<div class="collection-title">
311311
<h2 >
312-
Kafka
312+
JavaScript
313313
<small>分类</small>
314314
</h2>
315315
</div>
@@ -322,19 +322,19 @@ <h2 >
322322

323323
<h2 class="post-title">
324324

325-
<a class="post-title-link" href="/2017/04/11/kafka-介绍/" itemprop="url">
325+
<a class="post-title-link" href="/2017/04/12/node-js-为何如此流行/" itemprop="url">
326326

327-
<span itemprop="name">kafka 介绍</span>
327+
<span itemprop="name">node.js 为何如此流行?</span>
328328

329329
</a>
330330

331331
</h2>
332332

333333
<div class="post-meta">
334334
<time class="post-time" itemprop="dateCreated"
335-
datetime="2017-04-11T21:30:25+08:00"
336-
content="2017-04-11" >
337-
04-11
335+
datetime="2017-04-12T22:09:26+08:00"
336+
content="2017-04-12" >
337+
04-12
338338
</time>
339339
</div>
340340

@@ -411,7 +411,7 @@ <h2 class="post-title">
411411

412412
<div class="site-state-item site-state-tags">
413413
<a href="/tags/index.html">
414-
<span class="site-state-item-count">3</span>
414+
<span class="site-state-item-count">4</span>
415415
<span class="site-state-item-name">标签</span>
416416
</a>
417417
</div>

categories/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h2 class="post-title" itemprop="name headline">分类</h2>
329329
目前共计 3 个分类
330330
</div>
331331
<div class="category-all">
332-
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Kafka/">Kafka</a><span class="category-list-count">1</span><ul class="category-list-child"><li class="category-list-item"><a class="category-list-link" href="/categories/Kafka/Big-Data/">Big Data</a><span class="category-list-count">1</span></li></ul></li><li class="category-list-item"><a class="category-list-link" href="/categories/安全认证/">安全认证</a><span class="category-list-count">1</span></li></ul>
332+
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Big-Data/">Big Data</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/JavaScript/">JavaScript</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/安全认证/">安全认证</a><span class="category-list-count">1</span></li></ul>
333333
</div>
334334
</div>
335335

@@ -398,7 +398,7 @@ <h2 class="post-title" itemprop="name headline">分类</h2>
398398

399399
<div class="site-state-item site-state-tags">
400400
<a href="/tags/index.html">
401-
<span class="site-state-item-count">3</span>
401+
<span class="site-state-item-count">4</span>
402402
<span class="site-state-item-name">标签</span>
403403
</a>
404404
</div>

categories/安全认证/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h2 class="post-title">
411411

412412
<div class="site-state-item site-state-tags">
413413
<a href="/tags/index.html">
414-
<span class="site-state-item-count">3</span>
414+
<span class="site-state-item-count">4</span>
415415
<span class="site-state-item-name">标签</span>
416416
</a>
417417
</div>

css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ pre .javascript .function {
17031703
width: 4px;
17041704
height: 4px;
17051705
border-radius: 50%;
1706-
background: #0e12ff;
1706+
background: #78fb63;
17071707
}
17081708
.links-of-blogroll {
17091709
font-size: 13px;

index.html

+24-13
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,28 @@ <h2 class="post-title" itemprop="name headline">
368368
</span>
369369

370370

371+
<span class="post-category" >
372+
373+
<span class="post-meta-divider">|</span>
374+
375+
<span class="post-meta-item-icon">
376+
<i class="fa fa-folder-o"></i>
377+
</span>
378+
379+
<span class="post-meta-item-text">分类于</span>
380+
381+
382+
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
383+
<a href="/categories/JavaScript/" itemprop="url" rel="index">
384+
<span itemprop="name">JavaScript</span>
385+
</a>
386+
</span>
387+
388+
389+
390+
391+
</span>
392+
371393

372394

373395

@@ -524,18 +546,7 @@ <h2 class="post-title" itemprop="name headline">
524546

525547

526548
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
527-
<a href="/categories/Kafka/" itemprop="url" rel="index">
528-
<span itemprop="name">Kafka</span>
529-
</a>
530-
</span>
531-
532-
533-
534-
535-
536-
537-
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
538-
<a href="/categories/Kafka/Big-Data/" itemprop="url" rel="index">
549+
<a href="/categories/Big-Data/" itemprop="url" rel="index">
539550
<span itemprop="name">Big Data</span>
540551
</a>
541552
</span>
@@ -1046,7 +1057,7 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
10461057

10471058
<div class="site-state-item site-state-tags">
10481059
<a href="/tags/index.html">
1049-
<span class="site-state-item-count">3</span>
1060+
<span class="site-state-item-count">4</span>
10501061
<span class="site-state-item-name">标签</span>
10511062
</a>
10521063
</div>

tags/Jwt/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2 class="post-title">
410410

411411
<div class="site-state-item site-state-tags">
412412
<a href="/tags/index.html">
413-
<span class="site-state-item-count">3</span>
413+
<span class="site-state-item-count">4</span>
414414
<span class="site-state-item-name">标签</span>
415415
</a>
416416
</div>

0 commit comments

Comments
 (0)