Skip to content

Commit

Permalink
Thu Jul 07 2016 01:21:04 GMT+0800 (中国标准时间)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufengzhufeng committed Jul 6, 2016
1 parent 6a03c6d commit b660055
Show file tree
Hide file tree
Showing 15 changed files with 222 additions and 28 deletions.
20 changes: 18 additions & 2 deletions html/AngularJS/angular入门.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,17 @@ <h3 id="t5812.7 bind">12.7 bind <a href="#t5812.7 bind"> # </a></h3>
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -392,7 +403,7 @@ <h3 id="t5812.7 bind">12.7 bind <a href="#t5812.7 bind"> # </a></h3>
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -430,7 +441,9 @@ <h3 id="t5812.7 bind">12.7 bind <a href="#t5812.7 bind"> # </a></h3>
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -494,4 +507,7 @@ <h3 id="t5812.7 bind">12.7 bind <a href="#t5812.7 bind"> # </a></h3>
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/AngularJS/angular基础.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,17 @@ <h2 id="t4010.&#x542F;&#x52A8;&#x591A;&#x4E2A;&#x6A21;&#x5757;">10.&#x542F;&#x52
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -386,7 +397,7 @@ <h2 id="t4010.&#x542F;&#x52A8;&#x591A;&#x4E2A;&#x6A21;&#x5757;">10.&#x542F;&#x52
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -424,7 +435,9 @@ <h2 id="t4010.&#x542F;&#x52A8;&#x591A;&#x4E2A;&#x6A21;&#x5757;">10.&#x542F;&#x52
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -488,4 +501,7 @@ <h2 id="t4010.&#x542F;&#x52A8;&#x591A;&#x4E2A;&#x6A21;&#x5757;">10.&#x542F;&#x52
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/JAVASCRIPT/es6课程.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,17 @@ <h3 id="t4011.2 &#x91CD;&#x547D;&#x540D;">11.2 &#x91CD;&#x547D;&#x540D; <a href=
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -477,7 +488,7 @@ <h3 id="t4011.2 &#x91CD;&#x547D;&#x540D;">11.2 &#x91CD;&#x547D;&#x540D; <a href=
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -515,7 +526,9 @@ <h3 id="t4011.2 &#x91CD;&#x547D;&#x540D;">11.2 &#x91CD;&#x547D;&#x540D; <a href=
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -579,4 +592,7 @@ <h3 id="t4011.2 &#x91CD;&#x547D;&#x540D;">11.2 &#x91CD;&#x547D;&#x540D; <a href=
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/js基础/js常用方法.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,17 @@ <h2 id="t207.&#x6808;&#x5185;&#x5B58;&#x548C;&#x5806;&#x5185;&#x5B58;">7.&#x6808
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -289,7 +300,7 @@ <h2 id="t207.&#x6808;&#x5185;&#x5B58;&#x548C;&#x5806;&#x5185;&#x5B58;">7.&#x6808
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -327,7 +338,9 @@ <h2 id="t207.&#x6808;&#x5185;&#x5B58;&#x548C;&#x5806;&#x5185;&#x5B58;">7.&#x6808
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -391,4 +404,7 @@ <h2 id="t207.&#x6808;&#x5185;&#x5B58;&#x548C;&#x5806;&#x5185;&#x5B58;">7.&#x6808
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/js基础/初识JS.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,17 @@ <h2 id="t276.&#x7EC3;&#x4E60;&#x9898;">6.&#x7EC3;&#x4E60;&#x9898; <a href="#t276
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -475,7 +486,7 @@ <h2 id="t276.&#x7EC3;&#x4E60;&#x9898;">6.&#x7EC3;&#x4E60;&#x9898; <a href="#t276
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -513,7 +524,9 @@ <h2 id="t276.&#x7EC3;&#x4E60;&#x9898;">6.&#x7EC3;&#x4E60;&#x9898; <a href="#t276
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -577,4 +590,7 @@ <h2 id="t276.&#x7EC3;&#x4E60;&#x9898;">6.&#x7EC3;&#x4E60;&#x9898; <a href="#t276
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/js基础/原型链.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,17 @@ <h2 id="t207.&#x9762;&#x5411;&#x5BF9;&#x8C61;">7.&#x9762;&#x5411;&#x5BF9;&#x8C61
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -407,7 +418,7 @@ <h2 id="t207.&#x9762;&#x5411;&#x5BF9;&#x8C61;">7.&#x9762;&#x5411;&#x5BF9;&#x8C61
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -445,7 +456,9 @@ <h2 id="t207.&#x9762;&#x5411;&#x5BF9;&#x8C61;">7.&#x9762;&#x5411;&#x5BF9;&#x8C61
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -509,4 +522,7 @@ <h2 id="t207.&#x9762;&#x5411;&#x5BF9;&#x8C61;">7.&#x9762;&#x5411;&#x5BF9;&#x8C61
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/js基础/预解析作用域闭包this.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@ <h3 id="t134.3 &#x6307;&#x5B9A;&#x5143;&#x7D20;this">4.3 &#x6307;&#x5B9A;&#x5143
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -281,7 +292,7 @@ <h3 id="t134.3 &#x6307;&#x5B9A;&#x5143;&#x7D20;this">4.3 &#x6307;&#x5B9A;&#x5143
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -319,7 +330,9 @@ <h3 id="t134.3 &#x6307;&#x5B9A;&#x5143;&#x7D20;this">4.3 &#x6307;&#x5B9A;&#x5143
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -383,4 +396,7 @@ <h3 id="t134.3 &#x6307;&#x5B9A;&#x5143;&#x7D20;this">4.3 &#x6307;&#x5B9A;&#x5143
width: 60%;
}
}
</style>
</style>
<script>

</script>
20 changes: 18 additions & 2 deletions html/nodejs/文件上传.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,17 @@ <h3 id="t132.2 server&#x4FEE;&#x6539;">2.2 server&#x4FEE;&#x6539; <a href="#t132
html,body,.container{
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif ! important;
}
/*url("/static/img/banner.jpg") no-repeat*/
.bs-docs-header{
background:linear-gradient(to right ,#333333 50%,#0d0b0c 50%) ;
padding: 0;
}
.new-back{
background-image: url("/static/img/banner.jpg") ;
background-repeat: no-repeat;
background-position: center center;
padding: 88px;
}
.markdown-body pre code,.markdown-body code{
font-size: 20px;
line-height: 24px;
Expand All @@ -282,7 +293,7 @@ <h3 id="t132.2 server&#x4FEE;&#x6539;">2.2 server&#x4FEE;&#x6539; <a href="#t132
</style>
<script src="https://cdn.bootcss.com/jquery/3.0.0/jquery.js"></script>
<script>

if(!$('.understand-me').length){
var bar = $(window).height() - $('.navbar ').height() - $('.page-toc').position().top;
var count = bar/26/2;
var barHeight = $('.page-toc').outerHeight();
Expand Down Expand Up @@ -320,7 +331,9 @@ <h3 id="t132.2 server&#x4FEE;&#x6539;">2.2 server&#x4FEE;&#x6539; <a href="#t132
}
}
$(window).on('scroll',dark);
}
</script>
<div style="background:#0a0a0a url('static/img/footer.jpg') no-repeat center center;height: 248px; margin-top: 40px"></div>
</body>
</html>

Expand Down Expand Up @@ -384,4 +397,7 @@ <h3 id="t132.2 server&#x4FEE;&#x6539;">2.2 server&#x4FEE;&#x6539; <a href="#t132
width: 60%;
}
}
</style>
</style>
<script>

</script>
Loading

0 comments on commit b660055

Please sign in to comment.