Skip to content

Commit 7f7ec6a

Browse files
committed
updated:2018-03-22 01:01:29
1 parent 6635ba7 commit 7f7ec6a

File tree

16 files changed

+180
-142
lines changed

16 files changed

+180
-142
lines changed

2018/03/09/CoordinatorLayout/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ <h4 id="CoordinatorLayout"><a href="#CoordinatorLayout" class="headerlink" title
547547
<div class="post-nav">
548548
<div class="post-nav-next post-nav-item">
549549

550-
<a href="/2018/03/09/NDK/" rel="next" title="NDK">
551-
<i class="fa fa-chevron-left"></i> NDK
550+
<a href="/2018/03/09/Git/" rel="next" title="Git">
551+
<i class="fa fa-chevron-left"></i> Git
552552
</a>
553553

554554
</div>

2018/03/09/Git/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ <h1 class="post-title" itemprop="name headline">Git</h1>
502502
<div class="post-nav">
503503
<div class="post-nav-next post-nav-item">
504504

505-
<a href="/2018/03/09/Kotlin/" rel="next" title="Kotlin">
506-
<i class="fa fa-chevron-left"></i> Kotlin
505+
<a href="/2018/03/09/NDK/" rel="next" title="NDK">
506+
<i class="fa fa-chevron-left"></i> NDK
507507
</a>
508508

509509
</div>
@@ -512,8 +512,8 @@ <h1 class="post-title" itemprop="name headline">Git</h1>
512512

513513
<div class="post-nav-prev post-nav-item">
514514

515-
<a href="/2018/03/09/NDK/" rel="prev" title="NDK">
516-
NDK <i class="fa fa-chevron-right"></i>
515+
<a href="/2018/03/09/CoordinatorLayout/" rel="prev" title="CoordinatorLayout">
516+
CoordinatorLayout <i class="fa fa-chevron-right"></i>
517517
</a>
518518

519519
</div>

2018/03/09/Kotlin/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ <h1 class="post-title" itemprop="name headline">Kotlin</h1>
472472

473473
<div class="post-nav-prev post-nav-item">
474474

475-
<a href="/2018/03/09/Git/" rel="prev" title="Git">
476-
Git <i class="fa fa-chevron-right"></i>
475+
<a href="/2018/03/09/NDK/" rel="prev" title="NDK">
476+
NDK <i class="fa fa-chevron-right"></i>
477477
</a>
478478

479479
</div>

2018/03/09/NDK/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ <h1 class="post-title" itemprop="name headline">NDK</h1>
491491
<div class="post-nav">
492492
<div class="post-nav-next post-nav-item">
493493

494-
<a href="/2018/03/09/Git/" rel="next" title="Git">
495-
<i class="fa fa-chevron-left"></i> Git
494+
<a href="/2018/03/09/Kotlin/" rel="next" title="Kotlin">
495+
<i class="fa fa-chevron-left"></i> Kotlin
496496
</a>
497497

498498
</div>
@@ -501,8 +501,8 @@ <h1 class="post-title" itemprop="name headline">NDK</h1>
501501

502502
<div class="post-nav-prev post-nav-item">
503503

504-
<a href="/2018/03/09/CoordinatorLayout/" rel="prev" title="CoordinatorLayout">
505-
CoordinatorLayout <i class="fa fa-chevron-right"></i>
504+
<a href="/2018/03/09/Git/" rel="prev" title="Git">
505+
Git <i class="fa fa-chevron-right"></i>
506506
</a>
507507

508508
</div>

2018/03/16/Data-Binding/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ <h5 id="转换"><a href="#转换" class="headerlink" title="转换"></a>转换</
697697

698698
<div class="post-nav-prev post-nav-item">
699699

700-
<a href="/2018/03/20/Java/" rel="prev" title="RxJava2">
700+
<a href="/2018/03/20/RxJava2/" rel="prev" title="RxJava2">
701701
RxJava2 <i class="fa fa-chevron-right"></i>
702702
</a>
703703

2018/03/20/Java/index.html renamed to 2018/03/20/RxJava2/index.html

Lines changed: 56 additions & 37 deletions
Large diffs are not rendered by default.

archives/2018/03/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h1 class="archive-year" id="archive-year-2018">2018</h1>
327327

328328
<h2 class="post-title">
329329

330-
<a class="post-title-link" href="/2018/03/20/Java/" itemprop="url">
330+
<a class="post-title-link" href="/2018/03/20/RxJava2/" itemprop="url">
331331

332332
<span itemprop="name">RxJava2</span>
333333

@@ -512,9 +512,9 @@ <h2 class="post-title">
512512

513513
<h2 class="post-title">
514514

515-
<a class="post-title-link" href="/2018/03/09/NDK/" itemprop="url">
515+
<a class="post-title-link" href="/2018/03/09/Git/" itemprop="url">
516516

517-
<span itemprop="name">NDK</span>
517+
<span itemprop="name">Git</span>
518518

519519
</a>
520520

@@ -549,9 +549,9 @@ <h2 class="post-title">
549549

550550
<h2 class="post-title">
551551

552-
<a class="post-title-link" href="/2018/03/09/Git/" itemprop="url">
552+
<a class="post-title-link" href="/2018/03/09/NDK/" itemprop="url">
553553

554-
<span itemprop="name">Git</span>
554+
<span itemprop="name">NDK</span>
555555

556556
</a>
557557

archives/2018/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h1 class="archive-year" id="archive-year-2018">2018</h1>
327327

328328
<h2 class="post-title">
329329

330-
<a class="post-title-link" href="/2018/03/20/Java/" itemprop="url">
330+
<a class="post-title-link" href="/2018/03/20/RxJava2/" itemprop="url">
331331

332332
<span itemprop="name">RxJava2</span>
333333

@@ -512,9 +512,9 @@ <h2 class="post-title">
512512

513513
<h2 class="post-title">
514514

515-
<a class="post-title-link" href="/2018/03/09/NDK/" itemprop="url">
515+
<a class="post-title-link" href="/2018/03/09/Git/" itemprop="url">
516516

517-
<span itemprop="name">NDK</span>
517+
<span itemprop="name">Git</span>
518518

519519
</a>
520520

@@ -549,9 +549,9 @@ <h2 class="post-title">
549549

550550
<h2 class="post-title">
551551

552-
<a class="post-title-link" href="/2018/03/09/Git/" itemprop="url">
552+
<a class="post-title-link" href="/2018/03/09/NDK/" itemprop="url">
553553

554-
<span itemprop="name">Git</span>
554+
<span itemprop="name">NDK</span>
555555

556556
</a>
557557

archives/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h1 class="archive-year" id="archive-year-2018">2018</h1>
327327

328328
<h2 class="post-title">
329329

330-
<a class="post-title-link" href="/2018/03/20/Java/" itemprop="url">
330+
<a class="post-title-link" href="/2018/03/20/RxJava2/" itemprop="url">
331331

332332
<span itemprop="name">RxJava2</span>
333333

@@ -512,9 +512,9 @@ <h2 class="post-title">
512512

513513
<h2 class="post-title">
514514

515-
<a class="post-title-link" href="/2018/03/09/NDK/" itemprop="url">
515+
<a class="post-title-link" href="/2018/03/09/Git/" itemprop="url">
516516

517-
<span itemprop="name">NDK</span>
517+
<span itemprop="name">Git</span>
518518

519519
</a>
520520

@@ -549,9 +549,9 @@ <h2 class="post-title">
549549

550550
<h2 class="post-title">
551551

552-
<a class="post-title-link" href="/2018/03/09/Git/" itemprop="url">
552+
<a class="post-title-link" href="/2018/03/09/NDK/" itemprop="url">
553553

554-
<span itemprop="name">Git</span>
554+
<span itemprop="name">NDK</span>
555555

556556
</a>
557557

atom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/atom.xml" rel="self"/>
77

88
<link href="http://willkernel.github.io/"/>
9-
<updated>2018-03-21T10:48:00.761Z</updated>
9+
<updated>2018-03-21T17:00:52.936Z</updated>
1010
<id>http://willkernel.github.io/</id>
1111

1212
<author>
@@ -18,10 +18,10 @@
1818

1919
<entry>
2020
<title>RxJava2</title>
21-
<link href="http://willkernel.github.io/2018/03/20/Java/"/>
22-
<id>http://willkernel.github.io/2018/03/20/Java/</id>
21+
<link href="http://willkernel.github.io/2018/03/20/RxJava2/"/>
22+
<id>http://willkernel.github.io/2018/03/20/RxJava2/</id>
2323
<published>2018-03-20T07:14:00.000Z</published>
24-
<updated>2018-03-21T10:48:00.761Z</updated>
24+
<updated>2018-03-21T17:00:52.936Z</updated>
2525

2626
<summary type="html">
2727

@@ -140,40 +140,40 @@
140140
</entry>
141141

142142
<entry>
143-
<title>NDK</title>
144-
<link href="http://willkernel.github.io/2018/03/09/NDK/"/>
145-
<id>http://willkernel.github.io/2018/03/09/NDK/</id>
143+
<title>Git</title>
144+
<link href="http://willkernel.github.io/2018/03/09/Git/"/>
145+
<id>http://willkernel.github.io/2018/03/09/Git/</id>
146146
<published>2018-03-08T17:04:00.000Z</published>
147-
<updated>2018-03-20T07:12:42.178Z</updated>
147+
<updated>2018-03-20T07:12:53.663Z</updated>
148148

149149
<summary type="html">
150150

151151
</summary>
152152

153153
<category term="Android" scheme="http://willkernel.github.io/categories/Android/"/>
154154

155+
<category term="Git" scheme="http://willkernel.github.io/categories/Android/Git/"/>
156+
155157

156-
<category term="NDK" scheme="http://willkernel.github.io/tags/NDK/"/>
158+
<category term="Git" scheme="http://willkernel.github.io/tags/Git/"/>
157159

158160
</entry>
159161

160162
<entry>
161-
<title>Git</title>
162-
<link href="http://willkernel.github.io/2018/03/09/Git/"/>
163-
<id>http://willkernel.github.io/2018/03/09/Git/</id>
163+
<title>NDK</title>
164+
<link href="http://willkernel.github.io/2018/03/09/NDK/"/>
165+
<id>http://willkernel.github.io/2018/03/09/NDK/</id>
164166
<published>2018-03-08T17:04:00.000Z</published>
165-
<updated>2018-03-20T07:12:53.663Z</updated>
167+
<updated>2018-03-20T07:12:42.178Z</updated>
166168

167169
<summary type="html">
168170

169171
</summary>
170172

171173
<category term="Android" scheme="http://willkernel.github.io/categories/Android/"/>
172174

173-
<category term="Git" scheme="http://willkernel.github.io/categories/Android/Git/"/>
174-
175175

176-
<category term="Git" scheme="http://willkernel.github.io/tags/Git/"/>
176+
<category term="NDK" scheme="http://willkernel.github.io/tags/NDK/"/>
177177

178178
</entry>
179179

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy