Skip to content

Commit 3dc1774

Browse files
committed
Site updated: 2018-03-25 23:51:24
1 parent 6cf4113 commit 3dc1774

68 files changed

Lines changed: 588 additions & 135 deletions

File tree

Some content is hidden

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

2017/01/01/解决inline、inline—block之间空隙问题/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,8 @@ <h3 class="widget-title">Tag Cloud</h3>
846846
-->
847847
<div class="theme-info">
848848
<div class="powered-by"></div>
849-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
849+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
850+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
850851
</div>
851852

852853

@@ -1059,7 +1060,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10591060
var isfetched = false;
10601061
var isXml = true;
10611062
// Search DB path;
1062-
var search_path = "";
1063+
var search_path = "search.xml";
10631064
if (search_path.length === 0) {
10641065
search_path = "search.xml";
10651066
} else if (/json$/i.test(search_path)) {

2017/01/06/事件绑定、事件监听、事件委托/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,8 @@ <h3 class="widget-title">Tag Cloud</h3>
890890
-->
891891
<div class="theme-info">
892892
<div class="powered-by"></div>
893-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
893+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
894+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
894895
</div>
895896

896897

@@ -1103,7 +1104,7 @@ <h3 class="widget-title">Tag Cloud</h3>
11031104
var isfetched = false;
11041105
var isXml = true;
11051106
// Search DB path;
1106-
var search_path = "";
1107+
var search_path = "search.xml";
11071108
if (search_path.length === 0) {
11081109
search_path = "search.xml";
11091110
} else if (/json$/i.test(search_path)) {

2017/01/20/javascript数据类型转换总结/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,8 @@ <h3 class="widget-title">Tag Cloud</h3>
863863
-->
864864
<div class="theme-info">
865865
<div class="powered-by"></div>
866-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
866+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
867+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
867868
</div>
868869

869870

@@ -1076,7 +1077,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10761077
var isfetched = false;
10771078
var isXml = true;
10781079
// Search DB path;
1079-
var search_path = "";
1080+
var search_path = "search.xml";
10801081
if (search_path.length === 0) {
10811082
search_path = "search.xml";
10821083
} else if (/json$/i.test(search_path)) {

2017/02/10/javascript中自执行(自调用)函数的两种写法/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,8 @@ <h3 class="widget-title">Tag Cloud</h3>
849849
-->
850850
<div class="theme-info">
851851
<div class="powered-by"></div>
852-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
852+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
853+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
853854
</div>
854855

855856

@@ -1062,7 +1063,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10621063
var isfetched = false;
10631064
var isXml = true;
10641065
// Search DB path;
1065-
var search_path = "";
1066+
var search_path = "search.xml";
10661067
if (search_path.length === 0) {
10671068
search_path = "search.xml";
10681069
} else if (/json$/i.test(search_path)) {

2017/03/08/i5ting-tocmd-npm将MD转换为HTML简单使用/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,8 @@ <h3 class="widget-title">Tag Cloud</h3>
880880
-->
881881
<div class="theme-info">
882882
<div class="powered-by"></div>
883-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
883+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
884+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
884885
</div>
885886

886887

@@ -1093,7 +1094,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10931094
var isfetched = false;
10941095
var isXml = true;
10951096
// Search DB path;
1096-
var search_path = "";
1097+
var search_path = "search.xml";
10971098
if (search_path.length === 0) {
10981099
search_path = "search.xml";
10991100
} else if (/json$/i.test(search_path)) {

2017/04/16/为什么给html标签定义了id,就可以在js中(浏览器环境)直接通过id引用这个dom元素?/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,8 @@ <h3 class="widget-title">Tag Cloud</h3>
825825
-->
826826
<div class="theme-info">
827827
<div class="powered-by"></div>
828-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
828+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
829+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
829830
</div>
830831

831832

@@ -1038,7 +1039,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10381039
var isfetched = false;
10391040
var isXml = true;
10401041
// Search DB path;
1041-
var search_path = "";
1042+
var search_path = "search.xml";
10421043
if (search_path.length === 0) {
10431044
search_path = "search.xml";
10441045
} else if (/json$/i.test(search_path)) {

2017/04/18/会话技术之与cookie/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,8 @@ <h3 class="widget-title">Tag Cloud</h3>
983983
-->
984984
<div class="theme-info">
985985
<div class="powered-by"></div>
986-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
986+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
987+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
987988
</div>
988989

989990

@@ -1196,7 +1197,7 @@ <h3 class="widget-title">Tag Cloud</h3>
11961197
var isfetched = false;
11971198
var isXml = true;
11981199
// Search DB path;
1199-
var search_path = "";
1200+
var search_path = "search.xml";
12001201
if (search_path.length === 0) {
12011202
search_path = "search.xml";
12021203
} else if (/json$/i.test(search_path)) {

2017/05/08/关于php的大文件上传POST超过最大限制报错问题/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,8 @@ <h3 class="widget-title">Tag Cloud</h3>
827827
-->
828828
<div class="theme-info">
829829
<div class="powered-by"></div>
830-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
830+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
831+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
831832
</div>
832833

833834

@@ -1040,7 +1041,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10401041
var isfetched = false;
10411042
var isXml = true;
10421043
// Search DB path;
1043-
var search_path = "";
1044+
var search_path = "search.xml";
10441045
if (search_path.length === 0) {
10451046
search_path = "search.xml";
10461047
} else if (/json$/i.test(search_path)) {

2017/05/08/浅谈测量javascript脚本程序执行消耗的时间/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,8 @@ <h3 class="widget-title">Tag Cloud</h3>
862862
-->
863863
<div class="theme-info">
864864
<div class="powered-by"></div>
865-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
865+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
866+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
866867
</div>
867868

868869

@@ -1075,7 +1076,7 @@ <h3 class="widget-title">Tag Cloud</h3>
10751076
var isfetched = false;
10761077
var isXml = true;
10771078
// Search DB path;
1078-
var search_path = "";
1079+
var search_path = "search.xml";
10791080
if (search_path.length === 0) {
10801081
search_path = "search.xml";
10811082
} else if (/json$/i.test(search_path)) {

2017/06/02/PHP基础语法/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,8 @@ <h3 class="widget-title">Tag Cloud</h3>
15311531
-->
15321532
<div class="theme-info">
15331533
<div class="powered-by"></div>
1534-
<span class="post-count" style="margin-right:40px">博客全站共23.9k字</span>
1534+
<span class="post-count" style="margin-right:10px">博客全站共23.9k字</span>
1535+
<span>Hosted by <a href="https://pages.coding.me">Coding Pages</a></span>
15351536
</div>
15361537

15371538

@@ -1744,7 +1745,7 @@ <h3 class="widget-title">Tag Cloud</h3>
17441745
var isfetched = false;
17451746
var isXml = true;
17461747
// Search DB path;
1747-
var search_path = "";
1748+
var search_path = "search.xml";
17481749
if (search_path.length === 0) {
17491750
search_path = "search.xml";
17501751
} else if (/json$/i.test(search_path)) {

0 commit comments

Comments
 (0)