Skip to content

Commit b3fb257

Browse files
committed
Site updated: 2019-12-20 19:29:11
1 parent 44de04b commit b3fb257

89 files changed

Lines changed: 2013 additions & 859 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.

2019/11/05/welcome/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,25 +1815,28 @@ <h2>SH'S BLOG</h2>
18151815
});
18161816
daovoice('update');
18171817
</script>
1818-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1818+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
18191819
<script>
18201820
var pjax = new Pjax({
18211821
elements: "a",
18221822
selectors: [
18231823
"title",
1824-
"meta[name=description]",
18251824
".l_main",
1825+
".l_side .toc-wrapper",
1826+
"#links",
1827+
".comments",
1828+
"#pages",
18261829
]
18271830
})
18281831
// 开始 PJAX 执行的函数
18291832
document.addEventListener('pjax:send', function (){
1830-
NProgress.start();
1833+
$(".loading").css("display", "block");
18311834
});
18321835

18331836
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
18341837
document.addEventListener('pjax:complete', function (){
1835-
NProgress.done();
1838+
$(".loading").css("display", "none");
18361839
});
1837-
</script> -->
1840+
</script>
18381841
</body>
18391842
</html>

2019/11/10/qdmst1/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ <h2>SH'S BLOG</h2>
14111411
</header>
14121412

14131413
<div class="content material">
1414-
<ul class="popular-posts"><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\jqstudy\" title="jQuery简单学习" rel="bookmark">jQuery简单学习</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\20\dycjcqd\" title="第一个接触的前端项目" rel="bookmark">第一个接触的前端项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\es6study\" title="ES6学习中" rel="bookmark">ES6学习中</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\08\gitEasy\" title="git开发流程和常见命令" rel="bookmark">git开发流程和常见命令</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\18\dygReactxm\" title="我的第一个React项目" rel="bookmark">我的第一个React项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\30\github-coding\" title="加速自己的hexo,使用GitHub+Coding实现国内外网站加速" rel="bookmark">加速自己的hexo,使用GitHub+Coding实现国内外网站加速</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\20\kcxhjc\" title="使用 Travis-CI 持续集成部署 HEXO 博客项目" rel="bookmark">使用 Travis-CI 持续集成部署 HEXO 博客项目</a></h3></div></li></ul>
1414+
<ul class="popular-posts"><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\jqstudy\" title="jQuery简单学习" rel="bookmark">jQuery简单学习</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\20\dycjcqd\" title="第一个接触的前端项目" rel="bookmark">第一个接触的前端项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\18\dygReactxm\" title="我的第一个React项目" rel="bookmark">我的第一个React项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\es6study\" title="ES6学习中" rel="bookmark">ES6学习中</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\08\gitEasy\" title="git开发流程和常见命令" rel="bookmark">git开发流程和常见命令</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\30\github-coding\" title="加速自己的hexo,使用GitHub+Coding实现国内外网站加速" rel="bookmark">加速自己的hexo,使用GitHub+Coding实现国内外网站加速</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\20\kcxhjc\" title="使用 Travis-CI 持续集成部署 HEXO 博客项目" rel="bookmark">使用 Travis-CI 持续集成部署 HEXO 博客项目</a></h3></div></li></ul>
14151415
</div>
14161416
</section>
14171417

@@ -1918,25 +1918,28 @@ <h2>SH'S BLOG</h2>
19181918
});
19191919
daovoice('update');
19201920
</script>
1921-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1921+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
19221922
<script>
19231923
var pjax = new Pjax({
19241924
elements: "a",
19251925
selectors: [
19261926
"title",
1927-
"meta[name=description]",
19281927
".l_main",
1928+
".l_side .toc-wrapper",
1929+
"#links",
1930+
".comments",
1931+
"#pages",
19291932
]
19301933
})
19311934
// 开始 PJAX 执行的函数
19321935
document.addEventListener('pjax:send', function (){
1933-
NProgress.start();
1936+
$(".loading").css("display", "block");
19341937
});
19351938

19361939
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
19371940
document.addEventListener('pjax:complete', function (){
1938-
NProgress.done();
1941+
$(".loading").css("display", "none");
19391942
});
1940-
</script> -->
1943+
</script>
19411944
</body>
19421945
</html>

2019/11/18/dygReactxm/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,25 +2046,28 @@ <h2>SH'S BLOG</h2>
20462046
});
20472047
daovoice('update');
20482048
</script>
2049-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
2049+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
20502050
<script>
20512051
var pjax = new Pjax({
20522052
elements: "a",
20532053
selectors: [
20542054
"title",
2055-
"meta[name=description]",
20562055
".l_main",
2056+
".l_side .toc-wrapper",
2057+
"#links",
2058+
".comments",
2059+
"#pages",
20572060
]
20582061
})
20592062
// 开始 PJAX 执行的函数
20602063
document.addEventListener('pjax:send', function (){
2061-
NProgress.start();
2064+
$(".loading").css("display", "block");
20622065
});
20632066

20642067
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
20652068
document.addEventListener('pjax:complete', function (){
2066-
NProgress.done();
2069+
$(".loading").css("display", "none");
20672070
});
2068-
</script> -->
2071+
</script>
20692072
</body>
20702073
</html>

2019/11/20/dycjcqd/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,25 +1916,28 @@ <h2>SH'S BLOG</h2>
19161916
});
19171917
daovoice('update');
19181918
</script>
1919-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1919+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
19201920
<script>
19211921
var pjax = new Pjax({
19221922
elements: "a",
19231923
selectors: [
19241924
"title",
1925-
"meta[name=description]",
19261925
".l_main",
1926+
".l_side .toc-wrapper",
1927+
"#links",
1928+
".comments",
1929+
"#pages",
19271930
]
19281931
})
19291932
// 开始 PJAX 执行的函数
19301933
document.addEventListener('pjax:send', function (){
1931-
NProgress.start();
1934+
$(".loading").css("display", "block");
19321935
});
19331936

19341937
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
19351938
document.addEventListener('pjax:complete', function (){
1936-
NProgress.done();
1939+
$(".loading").css("display", "none");
19371940
});
1938-
</script> -->
1941+
</script>
19391942
</body>
19401943
</html>

2019/11/24/bkyys/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,25 +1909,28 @@ <h2>SH'S BLOG</h2>
19091909
});
19101910
daovoice('update');
19111911
</script>
1912-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1912+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
19131913
<script>
19141914
var pjax = new Pjax({
19151915
elements: "a",
19161916
selectors: [
19171917
"title",
1918-
"meta[name=description]",
19191918
".l_main",
1919+
".l_side .toc-wrapper",
1920+
"#links",
1921+
".comments",
1922+
"#pages",
19201923
]
19211924
})
19221925
// 开始 PJAX 执行的函数
19231926
document.addEventListener('pjax:send', function (){
1924-
NProgress.start();
1927+
$(".loading").css("display", "block");
19251928
});
19261929

19271930
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
19281931
document.addEventListener('pjax:complete', function (){
1929-
NProgress.done();
1932+
$(".loading").css("display", "none");
19301933
});
1931-
</script> -->
1934+
</script>
19321935
</body>
19331936
</html>

2019/11/25/npmstudy/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,25 +1949,28 @@ <h2>SH'S BLOG</h2>
19491949
});
19501950
daovoice('update');
19511951
</script>
1952-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1952+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
19531953
<script>
19541954
var pjax = new Pjax({
19551955
elements: "a",
19561956
selectors: [
19571957
"title",
1958-
"meta[name=description]",
19591958
".l_main",
1959+
".l_side .toc-wrapper",
1960+
"#links",
1961+
".comments",
1962+
"#pages",
19601963
]
19611964
})
19621965
// 开始 PJAX 执行的函数
19631966
document.addEventListener('pjax:send', function (){
1964-
NProgress.start();
1967+
$(".loading").css("display", "block");
19651968
});
19661969

19671970
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
19681971
document.addEventListener('pjax:complete', function (){
1969-
NProgress.done();
1972+
$(".loading").css("display", "none");
19701973
});
1971-
</script> -->
1974+
</script>
19721975
</body>
19731976
</html>

2019/11/26/es6study/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ <h2>SH'S BLOG</h2>
14771477
</header>
14781478

14791479
<div class="content material">
1480-
<ul class="popular-posts"><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\20\dycjcqd\" title="第一个接触的前端项目" rel="bookmark">第一个接触的前端项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\08\gitEasy\" title="git开发流程和常见命令" rel="bookmark">git开发流程和常见命令</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\18\dygReactxm\" title="我的第一个React项目" rel="bookmark">我的第一个React项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\30\github-coding\" title="加速自己的hexo,使用GitHub+Coding实现国内外网站加速" rel="bookmark">加速自己的hexo,使用GitHub+Coding实现国内外网站加速</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\jqstudy\" title="jQuery简单学习" rel="bookmark">jQuery简单学习</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\20\kcxhjc\" title="使用 Travis-CI 持续集成部署 HEXO 博客项目" rel="bookmark">使用 Travis-CI 持续集成部署 HEXO 博客项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\10\qdmst1\" title="前端常见面试题(一)" rel="bookmark">前端常见面试题(一)</a></h3></div></li></ul>
1480+
<ul class="popular-posts"><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\20\dycjcqd\" title="第一个接触的前端项目" rel="bookmark">第一个接触的前端项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\18\dygReactxm\" title="我的第一个React项目" rel="bookmark">我的第一个React项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\08\gitEasy\" title="git开发流程和常见命令" rel="bookmark">git开发流程和常见命令</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\30\github-coding\" title="加速自己的hexo,使用GitHub+Coding实现国内外网站加速" rel="bookmark">加速自己的hexo,使用GitHub+Coding实现国内外网站加速</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\jqstudy\" title="jQuery简单学习" rel="bookmark">jQuery简单学习</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\20\kcxhjc\" title="使用 Travis-CI 持续集成部署 HEXO 博客项目" rel="bookmark">使用 Travis-CI 持续集成部署 HEXO 博客项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\10\qdmst1\" title="前端常见面试题(一)" rel="bookmark">前端常见面试题(一)</a></h3></div></li></ul>
14811481
</div>
14821482
</section>
14831483

@@ -1984,25 +1984,28 @@ <h2>SH'S BLOG</h2>
19841984
});
19851985
daovoice('update');
19861986
</script>
1987-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1987+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
19881988
<script>
19891989
var pjax = new Pjax({
19901990
elements: "a",
19911991
selectors: [
19921992
"title",
1993-
"meta[name=description]",
19941993
".l_main",
1994+
".l_side .toc-wrapper",
1995+
"#links",
1996+
".comments",
1997+
"#pages",
19951998
]
19961999
})
19972000
// 开始 PJAX 执行的函数
19982001
document.addEventListener('pjax:send', function (){
1999-
NProgress.start();
2002+
$(".loading").css("display", "block");
20002003
});
20012004

20022005
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
20032006
document.addEventListener('pjax:complete', function (){
2004-
NProgress.done();
2007+
$(".loading").css("display", "none");
20052008
});
2006-
</script> -->
2009+
</script>
20072010
</body>
20082011
</html>

2019/11/26/jqstudy/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ <h2>SH'S BLOG</h2>
15631563
</header>
15641564

15651565
<div class="content material">
1566-
<ul class="popular-posts"><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\10\qdmst1\" title="前端常见面试题(一)" rel="bookmark">前端常见面试题(一)</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\24\bkyys\" title="博客园样式" rel="bookmark">博客园样式</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\20\dycjcqd\" title="第一个接触的前端项目" rel="bookmark">第一个接触的前端项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\es6study\" title="ES6学习中" rel="bookmark">ES6学习中</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\08\gitEasy\" title="git开发流程和常见命令" rel="bookmark">git开发流程和常见命令</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\18\dygReactxm\" title="我的第一个React项目" rel="bookmark">我的第一个React项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\30\github-coding\" title="加速自己的hexo,使用GitHub+Coding实现国内外网站加速" rel="bookmark">加速自己的hexo,使用GitHub+Coding实现国内外网站加速</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\20\kcxhjc\" title="使用 Travis-CI 持续集成部署 HEXO 博客项目" rel="bookmark">使用 Travis-CI 持续集成部署 HEXO 博客项目</a></h3></div></li></ul>
1566+
<ul class="popular-posts"><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\10\qdmst1\" title="前端常见面试题(一)" rel="bookmark">前端常见面试题(一)</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\24\bkyys\" title="博客园样式" rel="bookmark">博客园样式</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\20\dycjcqd\" title="第一个接触的前端项目" rel="bookmark">第一个接触的前端项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\18\dygReactxm\" title="我的第一个React项目" rel="bookmark">我的第一个React项目</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\26\es6study\" title="ES6学习中" rel="bookmark">ES6学习中</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\08\gitEasy\" title="git开发流程和常见命令" rel="bookmark">git开发流程和常见命令</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\11\30\github-coding\" title="加速自己的hexo,使用GitHub+Coding实现国内外网站加速" rel="bookmark">加速自己的hexo,使用GitHub+Coding实现国内外网站加速</a></h3></div></li><li class="popular-posts-item"><div class="popular-posts-title"><h3><a href="\2019\12\20\kcxhjc\" title="使用 Travis-CI 持续集成部署 HEXO 博客项目" rel="bookmark">使用 Travis-CI 持续集成部署 HEXO 博客项目</a></h3></div></li></ul>
15671567
</div>
15681568
</section>
15691569

@@ -2070,25 +2070,28 @@ <h2>SH'S BLOG</h2>
20702070
});
20712071
daovoice('update');
20722072
</script>
2073-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
2073+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
20742074
<script>
20752075
var pjax = new Pjax({
20762076
elements: "a",
20772077
selectors: [
20782078
"title",
2079-
"meta[name=description]",
20802079
".l_main",
2080+
".l_side .toc-wrapper",
2081+
"#links",
2082+
".comments",
2083+
"#pages",
20812084
]
20822085
})
20832086
// 开始 PJAX 执行的函数
20842087
document.addEventListener('pjax:send', function (){
2085-
NProgress.start();
2088+
$(".loading").css("display", "block");
20862089
});
20872090

20882091
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
20892092
document.addEventListener('pjax:complete', function (){
2090-
NProgress.done();
2093+
$(".loading").css("display", "none");
20912094
});
2092-
</script> -->
2095+
</script>
20932096
</body>
20942097
</html>

2019/11/27/sszxxpz/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,25 +1925,28 @@ <h2>SH'S BLOG</h2>
19251925
});
19261926
daovoice('update');
19271927
</script>
1928-
<!-- <script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
1928+
<script src="https://cdn.jsdelivr.net/npm/pjax/pjax.js"></script>
19291929
<script>
19301930
var pjax = new Pjax({
19311931
elements: "a",
19321932
selectors: [
19331933
"title",
1934-
"meta[name=description]",
19351934
".l_main",
1935+
".l_side .toc-wrapper",
1936+
"#links",
1937+
".comments",
1938+
"#pages",
19361939
]
19371940
})
19381941
// 开始 PJAX 执行的函数
19391942
document.addEventListener('pjax:send', function (){
1940-
NProgress.start();
1943+
$(".loading").css("display", "block");
19411944
});
19421945

19431946
// PJAX 完成之后执行的函数,可以和上面的重载放在一起
19441947
document.addEventListener('pjax:complete', function (){
1945-
NProgress.done();
1948+
$(".loading").css("display", "none");
19461949
});
1947-
</script> -->
1950+
</script>
19481951
</body>
19491952
</html>

0 commit comments

Comments
 (0)