-
Notifications
You must be signed in to change notification settings - Fork 0
feidapeng/feidapeng.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="baidu_union_verify" content="d1952c66cf48912e21c18c7c581f382a">
<meta name="360-site-verification" content="67fbcc5a67f4c65c057315b28fa0b2c8" />
<meta name="google-site-verification" content="2GzxQ0VtXwTSUdmGm6DzcmhTzM_I9QmzCb_pzpMzD88" />
<title>Dapeng's blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="Dapeng">
<meta name="description" content="backup for my website:http://feipeng.info">
<link rel="alternate" href="atom.xml" title="Dapeng's blog" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
var _bdId ='c0562075282958256c80a282c18724bd';
hm.src = "//hm.baidu.com/hm.js?" + _bdId;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<header>
<div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="Dapeng's blog">Dapeng's blog</a></h1>
<a class="blog-motto">芝士就是力量</a>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="菜单">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li>
<form class="search" action=http://zhannei.baidu.com/cse/search target="_blank">
<label>Search</label>
<input name="s" type="hidden" value= null ><input type="text" name="q" size="30" placeholder="搜索"><br>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main" class="page" itemscope itemprop="blogPost">
<article itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/README.html" title="" itemprop="url"></a>
</h1>
<p class="article-author">By
<a href="http://feipeng.info" title="Dapeng">Dapeng</a>
</p>
<p class="article-time">
<time datetime="2015-09-21T02:06:38.791Z" itemprop="datePublished">2015-09-21</time>
更新日期:<time datetime="2015-09-21T02:06:38.791Z" itemprop="dateModified">2015-09-21</time>
</p>
</header>
<div class="article-content">
<h1 id="backup_for_my_website:">backup for my website:</h1><h3 id="http://feipeng-info"><a href="http://feipeng.info" title="feipeng.info">http://feipeng.info</a></h3>
</div>
<footer class="article-footer clearfix">
<div class="article-share" id="share">
<div data-url="http://feipeng.info/README.html" data-title="Dapeng's blog" data-tsina="null" class="share clearfix">
</div>
</div>
</footer>
</article>
<section class="comment">
<div class="ds-thread"></div>
</section>
</div>
</div>
<footer><div id="footer" >
<p class="copyright"> © 2015
<a href="http://feipeng.info" target="_blank" title="Dapeng">Dapeng</a>
&& Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
var $this = $('.share'),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
title = $this.attr('data-title'),
tsina = $this.attr('data-tsina');
var html = [
'<a href="#" class="overlay" id="qrcode"></a>',
'<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>',
'<a href="#textlogo" class="article-back-to-top" title="Top"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="#qrcode" class="article-share-qrcode" title="QRcode"></a>',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="http://service.weibo.com/share/share.php?title='+title+'&url='+encodedUrl +'&ralateUid='+ tsina +'&searchPic=true&style=number' +'" class="article-share-weibo" target="_blank" title="Weibo"></a>',
'<span title="Share to"></span>'
].join('');
$this.append(html);
$('.article-share-qrcode').click(function(){
var imgSrc = $('#qrcode-pic').attr('data-src');
$('#qrcode-pic').attr('src', imgSrc);
$('#qrcode-pic').load(function(){
$('.qrcode strong').text(' ');
});
});
});
</script>
<script type="text/javascript">
var duoshuoQuery = {short_name:"feipeng"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script>
var _bdImg = '4';
window._bd_share_config={
"common":{
"bdSnsKey":{
},
"bdText":"",
"bdMini":"2",
"bdMiniList":[
"qzone",
"tsina",
"weixin",
"renren",
"tqq",
"tieba",
"douban",
"sqq",
"diandian",
"huaban",
"youdao",
"mail",
"ty",
"fbook",
"twi",
"linkedin",
"copy",
"print"
],
"bdPic":"",
"bdStyle":"0",
"bdSize":"16"
},
"slide":{
"type":"slide",
"bdImg":_bdImg,
"bdPos":"right",
"bdTop":"350"
},
"image":{
"viewList":[
"weixin",
"qzone",
"tsina",
"renren",
"douban",
"tqq"
],
"viewText":"分享:",
"viewSize":"16"
},
"selectShare":{
"bdContainerClass":null,
"bdSelectMiniList":[
"weixin",
"qzone",
"tsina",
"renren",
"douban",
"tqq"
]
}
};
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'null', 'null');
ga('send', 'pageview');
</script>
</body>
</html>
About
My personal website.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published