Skip to content

Commit 9f078d8

Browse files
committed
Site updated: 2017-10-19 12:16:32
1 parent 48b31cd commit 9f078d8

File tree

10 files changed

+575
-19
lines changed

10 files changed

+575
-19
lines changed

2017/10/19/API服务端架构/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,7 @@ <h3 id="2-API开发规范"><a href="#2-API开发规范" class="headerlink" title
366366

367367
<div class="post-tags">Tags:
368368

369-
<a href="/tags/tag1/">tag1</a>
370-
371-
<a href="/tags/tag2/">tag2</a>
369+
<a href="/tags/API接口规范/">API接口规范</a>
372370

373371
</div>
374372

2017/10/19/PHP开发规范/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ <h6 id="常用词汇"><a href="#常用词汇" class="headerlink" title="常用
326326

327327
<div class="post-tags">Tags:
328328

329+
<a href="/tags/PHP/">PHP</a>
330+
329331
</div>
330332

331333
</article>

2017/10/19/web编码规范/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ <h3 id="代码组织"><a href="#代码组织" class="headerlink" title="代码
333333

334334
<div class="post-tags">Tags:
335335

336+
<a href="/tags/前端/">前端</a>
337+
336338
</div>
337339

338340
</article>

2017/10/19/数据库命名规范及约定/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ <h2 id="四、【数据表字段设计范例】"><a href="#四、【数据表字
322322

323323
<div class="post-tags">Tags:
324324

325+
<a href="/tags/数据库/">数据库</a>
326+
325327
</div>
326328

327329
</article>

2017/10/19/数据库开发规范/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,8 @@ <h4 id="行为规范"><a href="#行为规范" class="headerlink" title="行为
542542

543543
<div class="post-tags">Tags:
544544

545+
<a href="/tags/数据库/">数据库</a>
546+
545547
</div>
546548

547549
</article>

index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,7 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
202202
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
203203

204204
<em>·</em>
205-
<a href="http://yoursite.com/tags/tag1/" target="_blank">tag1</a>
206-
207-
<em>·</em>
208-
<a href="http://yoursite.com/tags/tag2/" target="_blank">tag2</a>
205+
<a href="http://yoursite.com/tags/API接口规范/" target="_blank">API接口规范</a>
209206

210207
</div>
211208
</div>
@@ -231,6 +228,9 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
231228
<div class="post-meta">
232229
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
233230

231+
<em>·</em>
232+
<a href="http://yoursite.com/tags/数据库/" target="_blank">数据库</a>
233+
234234
</div>
235235
</div>
236236
<div class="post-desc">
@@ -255,6 +255,9 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
255255
<div class="post-meta">
256256
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
257257

258+
<em>·</em>
259+
<a href="http://yoursite.com/tags/前端/" target="_blank">前端</a>
260+
258261
</div>
259262
</div>
260263
<div class="post-desc">
@@ -279,6 +282,9 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
279282
<div class="post-meta">
280283
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
281284

285+
<em>·</em>
286+
<a href="http://yoursite.com/tags/数据库/" target="_blank">数据库</a>
287+
282288
</div>
283289
</div>
284290
<div class="post-desc">
@@ -303,6 +309,9 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
303309
<div class="post-meta">
304310
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
305311

312+
<em>·</em>
313+
<a href="http://yoursite.com/tags/PHP/" target="_blank">PHP</a>
314+
306315
</div>
307316
</div>
308317
<div class="post-desc">

tags/tag1/index.html renamed to tags/API接口规范/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

52-
<title>标签 - tag1 - Hexo</title>
52+
<title>标签 - api接口规范 - Hexo</title>
5353

5454
<meta name="keywords" content="">
5555

@@ -201,10 +201,7 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
201201
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
202202

203203
<em>·</em>
204-
<a href="http://yoursite.com/tags/tag1/" target="_blank">tag1</a>
205-
206-
<em>·</em>
207-
<a href="http://yoursite.com/tags/tag2/" target="_blank">tag2</a>
204+
<a href="http://yoursite.com/tags/API接口规范/" target="_blank">API接口规范</a>
208205

209206
</div>
210207
</div>

tags/tag2/index.html renamed to tags/PHP/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

52-
<title>标签 - tag2 - Hexo</title>
52+
<title>标签 - php - Hexo</title>
5353

5454
<meta name="keywords" content="">
5555

@@ -196,20 +196,17 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
196196
</a>
197197
<em>·</em>2017-10-19
198198
</div>
199-
<a class="post-title" href="/2017/10/19/API服务端架构/" target="_blank" title="API服务端架构">API服务端架构</a>
199+
<a class="post-title" href="/2017/10/19/PHP开发规范/" target="_blank" title="PHP开发规范">PHP开发规范</a>
200200
<div class="post-meta">
201201
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
202202

203203
<em>·</em>
204-
<a href="http://yoursite.com/tags/tag1/" target="_blank">tag1</a>
205-
206-
<em>·</em>
207-
<a href="http://yoursite.com/tags/tag2/" target="_blank">tag2</a>
204+
<a href="http://yoursite.com/tags/PHP/" target="_blank">PHP</a>
208205

209206
</div>
210207
</div>
211208
<div class="post-desc">
212-
API服务端架构
209+
PHP开发规范
213210
</div>
214211
</article>
215212

0 commit comments

Comments
 (0)