Skip to content

Commit 7c83b82

Browse files
committed
Site updated: 2017-10-19 16:14:47
1 parent e3df034 commit 7c83b82

File tree

14 files changed

+308
-308
lines changed

14 files changed

+308
-308
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/images/favicon.png">
49+
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
5050

5151

5252
<title>api服务端架构 - Hexo</title>
@@ -59,9 +59,9 @@
5959
<div id="nav">
6060
<nav class="nav-menu">
6161
<a class="site-name current" href="/" title=""></a>
62-
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>首页</span></a>
63-
<a href="/archives" title="归档"><i class="fa fa-archives"></i><span>归档</span></a>
64-
<a href="/tags" title="标签"><i class="fa fa-tags"></i><span>标签</span></a>
62+
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>Home</span></a>
63+
<a href="/archives" title="Archives"><i class="fa fa-archives"></i><span>Archives</span></a>
64+
<a href="/tags" title="Tags"><i class="fa fa-tags"></i><span>Tags</span></a>
6565
<!-- custom single page of menus -->
6666

6767

@@ -131,15 +131,15 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
131131

132132
<li class="page-search">
133133
<form id="search" class="search-form">
134-
<label for="s" class="sr-only">请输入关键字</label>
135-
<input class="search-field" type="text" name="s" class="text" placeholder="请输入关键字" />
136-
<button type="submit" class="search-form-submit" title="搜索"><i class="fa fa-search"></i></button>
134+
<label for="s" class="sr-only">Input Search key Words Here</label>
135+
<input class="search-field" type="text" name="s" class="text" placeholder="Input Search key Words Here" />
136+
<button type="submit" class="search-form-submit" title="Search"><i class="fa fa-search"></i></button>
137137
</form>
138138
<div class="ins-search">
139139
<div class="ins-search-mask"></div>
140140
<div class="ins-search-container">
141141
<div class="ins-input-wrapper">
142-
<input type="text" class="ins-search-input" placeholder="请输入关键词..."/>
142+
<input type="text" class="ins-search-input" placeholder="Type something..."/>
143143
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
144144
</div>
145145
<div class="ins-section-wrapper">
@@ -151,14 +151,14 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
151151
(function (window) {
152152
var INSIGHT_CONFIG = {
153153
TRANSLATION: {
154-
POSTS: '文章',
155-
PAGES: '页面',
156-
CATEGORIES: '分类',
157-
TAGS: '标签',
158-
UNTITLED: '(无标题)',
154+
POSTS: 'Posts',
155+
PAGES: 'Pages',
156+
CATEGORIES: 'Categories',
157+
TAGS: 'Tags',
158+
UNTITLED: '(Untitled)',
159159
},
160-
ROOT_URL: '/',
161-
CONTENT_URL: '/content.json',
160+
ROOT_URL: '/zhangkg.github.io/',
161+
CONTENT_URL: '/zhangkg.github.io/content.json',
162162
};
163163
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
164164
})(window);
@@ -364,9 +364,9 @@ <h3 id="2-API开发规范"><a href="#2-API开发规范" class="headerlink" title
364364
</a>
365365
</div>
366366

367-
<div class="post-tags">标签
367+
<div class="post-tags">Tags
368368

369-
<a href="/tags/API接口规范/">API接口规范</a>
369+
<a href="/zhangkg.github.io/tags/API接口规范/">API接口规范</a>
370370

371371
</div>
372372

@@ -382,7 +382,7 @@ <h3 id="2-API开发规范"><a href="#2-API开发规范" class="headerlink" title
382382
<footer class="footer">
383383
<div class="footer-inner">
384384
<p>
385-
<a href="/about" title="关于本站">关于本站</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
385+
<a href="/about" title="About">About</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
386386
<!-- 自定义链接 -->
387387
<a href="/help" title="help" >急救中心</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
388388
<a href="/links" title="友情链接">友情链接</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
@@ -399,8 +399,8 @@ <h3 id="2-API开发规范"><a href="#2-API开发规范" class="headerlink" title
399399
</div>
400400
</footer>
401401
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
402-
<script src="/js/InsightSearch.js"></script>
403-
<script src="/js/SimpleCore.js"></script>
402+
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
403+
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
404404

405405
</div>
406406
<div class="fixed-btn">

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/images/favicon.png">
49+
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
5050

5151

5252
<title>php开发规范 - Hexo</title>
@@ -59,9 +59,9 @@
5959
<div id="nav">
6060
<nav class="nav-menu">
6161
<a class="site-name current" href="/" title=""></a>
62-
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>首页</span></a>
63-
<a href="/archives" title="归档"><i class="fa fa-archives"></i><span>归档</span></a>
64-
<a href="/tags" title="标签"><i class="fa fa-tags"></i><span>标签</span></a>
62+
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>Home</span></a>
63+
<a href="/archives" title="Archives"><i class="fa fa-archives"></i><span>Archives</span></a>
64+
<a href="/tags" title="Tags"><i class="fa fa-tags"></i><span>Tags</span></a>
6565
<!-- custom single page of menus -->
6666

6767

@@ -131,15 +131,15 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
131131

132132
<li class="page-search">
133133
<form id="search" class="search-form">
134-
<label for="s" class="sr-only">请输入关键字</label>
135-
<input class="search-field" type="text" name="s" class="text" placeholder="请输入关键字" />
136-
<button type="submit" class="search-form-submit" title="搜索"><i class="fa fa-search"></i></button>
134+
<label for="s" class="sr-only">Input Search key Words Here</label>
135+
<input class="search-field" type="text" name="s" class="text" placeholder="Input Search key Words Here" />
136+
<button type="submit" class="search-form-submit" title="Search"><i class="fa fa-search"></i></button>
137137
</form>
138138
<div class="ins-search">
139139
<div class="ins-search-mask"></div>
140140
<div class="ins-search-container">
141141
<div class="ins-input-wrapper">
142-
<input type="text" class="ins-search-input" placeholder="请输入关键词..."/>
142+
<input type="text" class="ins-search-input" placeholder="Type something..."/>
143143
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
144144
</div>
145145
<div class="ins-section-wrapper">
@@ -151,14 +151,14 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
151151
(function (window) {
152152
var INSIGHT_CONFIG = {
153153
TRANSLATION: {
154-
POSTS: '文章',
155-
PAGES: '页面',
156-
CATEGORIES: '分类',
157-
TAGS: '标签',
158-
UNTITLED: '(无标题)',
154+
POSTS: 'Posts',
155+
PAGES: 'Pages',
156+
CATEGORIES: 'Categories',
157+
TAGS: 'Tags',
158+
UNTITLED: '(Untitled)',
159159
},
160-
ROOT_URL: '/',
161-
CONTENT_URL: '/content.json',
160+
ROOT_URL: '/zhangkg.github.io/',
161+
CONTENT_URL: '/zhangkg.github.io/content.json',
162162
};
163163
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
164164
})(window);
@@ -324,9 +324,9 @@ <h6 id="常用词汇"><a href="#常用词汇" class="headerlink" title="常用
324324
</a>
325325
</div>
326326

327-
<div class="post-tags">标签
327+
<div class="post-tags">Tags
328328

329-
<a href="/tags/PHP/">PHP</a>
329+
<a href="/zhangkg.github.io/tags/PHP/">PHP</a>
330330

331331
</div>
332332

@@ -342,7 +342,7 @@ <h6 id="常用词汇"><a href="#常用词汇" class="headerlink" title="常用
342342
<footer class="footer">
343343
<div class="footer-inner">
344344
<p>
345-
<a href="/about" title="关于本站">关于本站</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
345+
<a href="/about" title="About">About</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
346346
<!-- 自定义链接 -->
347347
<a href="/help" title="help" >急救中心</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
348348
<a href="/links" title="友情链接">友情链接</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
@@ -359,8 +359,8 @@ <h6 id="常用词汇"><a href="#常用词汇" class="headerlink" title="常用
359359
</div>
360360
</footer>
361361
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
362-
<script src="/js/InsightSearch.js"></script>
363-
<script src="/js/SimpleCore.js"></script>
362+
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
363+
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
364364

365365
</div>
366366
<div class="fixed-btn">

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/images/favicon.png">
49+
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
5050

5151

5252
<title>web编码规范 - Hexo</title>
@@ -59,9 +59,9 @@
5959
<div id="nav">
6060
<nav class="nav-menu">
6161
<a class="site-name current" href="/" title=""></a>
62-
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>首页</span></a>
63-
<a href="/archives" title="归档"><i class="fa fa-archives"></i><span>归档</span></a>
64-
<a href="/tags" title="标签"><i class="fa fa-tags"></i><span>标签</span></a>
62+
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>Home</span></a>
63+
<a href="/archives" title="Archives"><i class="fa fa-archives"></i><span>Archives</span></a>
64+
<a href="/tags" title="Tags"><i class="fa fa-tags"></i><span>Tags</span></a>
6565
<!-- custom single page of menus -->
6666

6767

@@ -131,15 +131,15 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
131131

132132
<li class="page-search">
133133
<form id="search" class="search-form">
134-
<label for="s" class="sr-only">请输入关键字</label>
135-
<input class="search-field" type="text" name="s" class="text" placeholder="请输入关键字" />
136-
<button type="submit" class="search-form-submit" title="搜索"><i class="fa fa-search"></i></button>
134+
<label for="s" class="sr-only">Input Search key Words Here</label>
135+
<input class="search-field" type="text" name="s" class="text" placeholder="Input Search key Words Here" />
136+
<button type="submit" class="search-form-submit" title="Search"><i class="fa fa-search"></i></button>
137137
</form>
138138
<div class="ins-search">
139139
<div class="ins-search-mask"></div>
140140
<div class="ins-search-container">
141141
<div class="ins-input-wrapper">
142-
<input type="text" class="ins-search-input" placeholder="请输入关键词..."/>
142+
<input type="text" class="ins-search-input" placeholder="Type something..."/>
143143
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
144144
</div>
145145
<div class="ins-section-wrapper">
@@ -151,14 +151,14 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
151151
(function (window) {
152152
var INSIGHT_CONFIG = {
153153
TRANSLATION: {
154-
POSTS: '文章',
155-
PAGES: '页面',
156-
CATEGORIES: '分类',
157-
TAGS: '标签',
158-
UNTITLED: '(无标题)',
154+
POSTS: 'Posts',
155+
PAGES: 'Pages',
156+
CATEGORIES: 'Categories',
157+
TAGS: 'Tags',
158+
UNTITLED: '(Untitled)',
159159
},
160-
ROOT_URL: '/',
161-
CONTENT_URL: '/content.json',
160+
ROOT_URL: '/zhangkg.github.io/',
161+
CONTENT_URL: '/zhangkg.github.io/content.json',
162162
};
163163
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
164164
})(window);
@@ -331,9 +331,9 @@ <h3 id="代码组织"><a href="#代码组织" class="headerlink" title="代码
331331
</a>
332332
</div>
333333

334-
<div class="post-tags">标签
334+
<div class="post-tags">Tags
335335

336-
<a href="/tags/前端/">前端</a>
336+
<a href="/zhangkg.github.io/tags/前端/">前端</a>
337337

338338
</div>
339339

@@ -349,7 +349,7 @@ <h3 id="代码组织"><a href="#代码组织" class="headerlink" title="代码
349349
<footer class="footer">
350350
<div class="footer-inner">
351351
<p>
352-
<a href="/about" title="关于本站">关于本站</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
352+
<a href="/about" title="About">About</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
353353
<!-- 自定义链接 -->
354354
<a href="/help" title="help" >急救中心</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
355355
<a href="/links" title="友情链接">友情链接</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
@@ -366,8 +366,8 @@ <h3 id="代码组织"><a href="#代码组织" class="headerlink" title="代码
366366
</div>
367367
</footer>
368368
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
369-
<script src="/js/InsightSearch.js"></script>
370-
<script src="/js/SimpleCore.js"></script>
369+
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
370+
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
371371

372372
</div>
373373
<div class="fixed-btn">

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/images/favicon.png">
49+
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
5050

5151

5252
<title>数据库命名规范及约定 - Hexo</title>
@@ -59,9 +59,9 @@
5959
<div id="nav">
6060
<nav class="nav-menu">
6161
<a class="site-name current" href="/" title=""></a>
62-
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>首页</span></a>
63-
<a href="/archives" title="归档"><i class="fa fa-archives"></i><span>归档</span></a>
64-
<a href="/tags" title="标签"><i class="fa fa-tags"></i><span>标签</span></a>
62+
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>Home</span></a>
63+
<a href="/archives" title="Archives"><i class="fa fa-archives"></i><span>Archives</span></a>
64+
<a href="/tags" title="Tags"><i class="fa fa-tags"></i><span>Tags</span></a>
6565
<!-- custom single page of menus -->
6666

6767

@@ -131,15 +131,15 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
131131

132132
<li class="page-search">
133133
<form id="search" class="search-form">
134-
<label for="s" class="sr-only">请输入关键字</label>
135-
<input class="search-field" type="text" name="s" class="text" placeholder="请输入关键字" />
136-
<button type="submit" class="search-form-submit" title="搜索"><i class="fa fa-search"></i></button>
134+
<label for="s" class="sr-only">Input Search key Words Here</label>
135+
<input class="search-field" type="text" name="s" class="text" placeholder="Input Search key Words Here" />
136+
<button type="submit" class="search-form-submit" title="Search"><i class="fa fa-search"></i></button>
137137
</form>
138138
<div class="ins-search">
139139
<div class="ins-search-mask"></div>
140140
<div class="ins-search-container">
141141
<div class="ins-input-wrapper">
142-
<input type="text" class="ins-search-input" placeholder="请输入关键词..."/>
142+
<input type="text" class="ins-search-input" placeholder="Type something..."/>
143143
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
144144
</div>
145145
<div class="ins-section-wrapper">
@@ -151,14 +151,14 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
151151
(function (window) {
152152
var INSIGHT_CONFIG = {
153153
TRANSLATION: {
154-
POSTS: '文章',
155-
PAGES: '页面',
156-
CATEGORIES: '分类',
157-
TAGS: '标签',
158-
UNTITLED: '(无标题)',
154+
POSTS: 'Posts',
155+
PAGES: 'Pages',
156+
CATEGORIES: 'Categories',
157+
TAGS: 'Tags',
158+
UNTITLED: '(Untitled)',
159159
},
160-
ROOT_URL: '/',
161-
CONTENT_URL: '/content.json',
160+
ROOT_URL: '/zhangkg.github.io/',
161+
CONTENT_URL: '/zhangkg.github.io/content.json',
162162
};
163163
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
164164
})(window);
@@ -320,9 +320,9 @@ <h2 id="四、【数据表字段设计范例】"><a href="#四、【数据表字
320320
</a>
321321
</div>
322322

323-
<div class="post-tags">标签
323+
<div class="post-tags">Tags
324324

325-
<a href="/tags/数据库/">数据库</a>
325+
<a href="/zhangkg.github.io/tags/数据库/">数据库</a>
326326

327327
</div>
328328

@@ -338,7 +338,7 @@ <h2 id="四、【数据表字段设计范例】"><a href="#四、【数据表字
338338
<footer class="footer">
339339
<div class="footer-inner">
340340
<p>
341-
<a href="/about" title="关于本站">关于本站</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
341+
<a href="/about" title="About">About</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
342342
<!-- 自定义链接 -->
343343
<a href="/help" title="help" >急救中心</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
344344
<a href="/links" title="友情链接">友情链接</a>&nbsp;&nbsp<em>·</em>&nbsp;&nbsp
@@ -355,8 +355,8 @@ <h2 id="四、【数据表字段设计范例】"><a href="#四、【数据表字
355355
</div>
356356
</footer>
357357
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
358-
<script src="/js/InsightSearch.js"></script>
359-
<script src="/js/SimpleCore.js"></script>
358+
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
359+
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
360360

361361
</div>
362362
<div class="fixed-btn">

0 commit comments

Comments
 (0)