-
Notifications
You must be signed in to change notification settings - Fork 0
lcygosky/lcygosky.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!-- PACE Progress Bar START --> <script src="/js/pace.min.js"></script> <link rel="stylesheet" href="https://github.com/HubSpot/pace/raw/master/themes/orange/pace-theme-flash.css"> <!-- PACE Progress Bar START --> <title>Hexo</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="hexo-theme-hiero SampleHi, this is hexo-theme-hiero sample website. You can click here(https://itimetraveler.github.io/hexo-theme-hiero) to visit."> <meta property="og:type" content="website"> <meta property="og:title" content="Hexo"> <meta property="og:url" content="http://yoursite.com/README.html"> <meta property="og:site_name" content="Hexo"> <meta property="og:description" content="hexo-theme-hiero SampleHi, this is hexo-theme-hiero sample website. You can click here(https://itimetraveler.github.io/hexo-theme-hiero) to visit."> <meta property="og:locale" content="default"> <meta property="og:updated_time" content="2018-01-25T14:41:06.000Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Hexo"> <meta name="twitter:description" content="hexo-theme-hiero SampleHi, this is hexo-theme-hiero sample website. You can click here(https://itimetraveler.github.io/hexo-theme-hiero) to visit."> <link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml"> <link rel="icon" href="/css/images/favicon.ico"> <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic" rel="stylesheet" type="text/css"> <link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <style type="text/css"> @font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;} @font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/90cf9f/000000000000000000010091/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:500;font-style:normal;} @font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/8a5494/000000000000000000013365/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:lighter;font-style:normal;} @font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/d337d8/000000000000000000010095/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}</style> <link rel="stylesheet" id="athemes-headings-fonts-css" href="//fonts.googleapis.com/css?family=Yanone+Kaffeesatz%3A200%2C300%2C400%2C700&ver=4.6.1" type="text/css" media="all"> <link rel="stylesheet" href="/css/style.css"> <script src="/js/jquery-3.1.1.min.js"></script> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="/css/bootstrap.css" > <link rel="stylesheet" href="/css/hiero.css" > <link rel="stylesheet" href="/css/glyphs.css" > <link rel="stylesheet" href="/css/vdonate.css" > <!-- Custom CSS --> <link rel="stylesheet" href="/css/my.css"> <!-- Google Adsense --> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-0123456789ABCDEF", enable_page_level_ads: true }); </script> </head> <script> var themeMenus = {}; themeMenus["/"] = "Home"; themeMenus["/archives"] = "Archives"; themeMenus["/categories"] = "Categories"; themeMenus["/tags"] = "Tags"; themeMenus["/about"] = "About"; </script> <body> <header id="allheader" class="site-header" role="banner"> <div class="clearfix container"> <div class="site-branding"> <h1 class="site-title"> <a href="/" title="Hexo" rel="home"> Hexo </a> </h1> <nav id="main-navigation" class="main-navigation" role="navigation"> <a class="nav-open">Menu</a> <a class="nav-close">Close</a> <div class="clearfix sf-menu"> <ul id="main-nav" class="nmenu sf-js-enabled"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/">Home</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/archives">Archives</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/categories">Categories</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/tags">Tags</a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/about">About</a> </li> </ul> </div> </nav> </div> </div> </header> <div id="originBgDiv" style="background: #fff; width: 100%;"> <div style="max-height:600px; overflow: hidden; display: flex; display: -webkit-flex; align-items: center;"> <img id="originBg" width="100%" alt="" src=""> </div> </div> <script> function setAboutIMG(){ var imgUrls = "css/images/pose.jpg,https://source.unsplash.com/collection/954550/1920x1080".split(","); var random = Math.floor((Math.random() * imgUrls.length )); if (imgUrls[random].startsWith('http') || imgUrls[random].indexOf('://') >= 0) { document.getElementById("originBg").src=imgUrls[random]; } else { document.getElementById("originBg").src='/' + imgUrls[random]; } } bgDiv=document.getElementById("originBgDiv"); if(location.pathname.match('about')){ setAboutIMG(); bgDiv.style.display='block'; }else{ bgDiv.style.display='none'; } </script> <div id="container"> <div id="wrap"> <div id="content" class="outer"> <section id="main"><article id="page-" class="article article-type-page" itemscope itemprop="blogPost" > <div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template"> <div class="article-meta"> Posted on <a href="/README.html" class="article-date"> <time datetime="2018-04-04T01:40:33.521Z" itemprop="datePublished">April 4, 2018</time> </a> <span id="busuanzi_container_page_pv"> 本文总阅读量<span id="busuanzi_value_page_pv"></span>次 </span> </div> <div class="article-entry" itemprop="articleBody"> <h1 id="hexo-theme-hiero-Sample"><a href="#hexo-theme-hiero-Sample" class="headerlink" title="hexo-theme-hiero Sample"></a>hexo-theme-hiero Sample</h1><p>Hi, this is hexo-theme-hiero sample website.</p> <p>You can click here(<a href="https://itimetraveler.github.io/hexo-theme-hiero" target="_blank" rel="noopener">https://itimetraveler.github.io/hexo-theme-hiero</a>) to visit.</p> </div> <footer class="entry-meta entry-footer"> <div id="donation_div"></div> <script src="/js/vdonate.js"></script> <script> var a = new Donate({ title: '如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!', // 可选参数,打赏标题 btnText: 'Donate', // 可选参数,打赏按钮文字 el: document.getElementById('donation_div'), wechatImage: 'https://raw.githubusercontent.com/iTimeTraveler/iTimeTraveler.github.io/site/source/about/donate/images/WeChanQR.png', alipayImage: 'https://raw.githubusercontent.com/iTimeTraveler/iTimeTraveler.github.io/site/source/about/donate/images/AliPayQR.jpg' }); </script> <div id="comment"> <!-- 来必力City版安装代码 --> <div id="lv-container" data-id="city" data-uid="MTAyMC8yOTQ4MS82MDQ5"> <script type="text/javascript"> (function(d, s) { var j, e = d.getElementsByTagName(s)[0]; if (typeof LivereTower === 'function') { return; } j = d.createElement(s); j.src = 'https://cdn-city.livere.com/js/embed.dist.js'; j.async = true; e.parentNode.insertBefore(j, e); })(document, 'script'); </script> <noscript>为正常使用来必力评论功能请激活JavaScript</noscript> </div> <!-- City版安装代码已完成 --> </div> </footer> </div> </article> <!-- Table of Contents --> </section> <aside id="sidebar"> <div class="widget-wrap" style="margin: 20px 0;"> <div id="search-form-wrap"> <form class="search-form"> <label style="width: 75%;"> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" style="height: 42px;" placeholder=" Search…" value="" name="s" title="Search for:"> </label> <input type="submit" class="search-form-submit" value="Search"> </form> <div class="ins-search"> <div class="ins-search-mask"></div> <div class="ins-search-container"> <div class="ins-input-wrapper"> <input type="text" class="ins-search-input" placeholder="Type something..."/> <span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span> </div> <div class="ins-section-wrapper"> <div class="ins-section-container"></div> </div> </div> </div> <script> (function (window) { var INSIGHT_CONFIG = { TRANSLATION: { POSTS: 'Posts', PAGES: 'Pages', CATEGORIES: 'Categories', TAGS: 'Tags', UNTITLED: '(Untitled)', }, ROOT_URL: '/', CONTENT_URL: '/content.json', }; window.INSIGHT_CONFIG = INSIGHT_CONFIG; })(window); </script> <script src="/js/insight.js"></script> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Connect With Us</h3> <div class="widget widget_athemes_social_icons"> <ul class="clearfix widget-social-icons"> <li><a href="https://github.com/iTimeTraveler" title="Github"><i class="fa fa-github" aria-hidden="true"></i></a></li> <li><a href="http://www.yoursite.com" title="Weibo"><i class="fa fa-weibo" aria-hidden="true"></i></a></li> <li><a href="" title="Twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li> <li><a href="" title="Facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li> <li><a href="" title="Google-plus"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li> <li><a href="" title="Instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li> <li><a href="" title="Pinterest"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li> <li><a href="" title="Flickr"><i class="fa fa-flickr" aria-hidden="true"></i></a></li> <li><a href="mailto:?subject=请联系我&body=我能帮你什么" title="email"><i class="fa fa-envelope" aria-hidden="true"></i></a></li> </ul> <!-- <ul class="clearfix widget-social-icons"> <li class="widget-si-twitter"><a href="http://twitter.com" title="Twitter"><i class="ico-twitter"></i></a></li> <li class="widget-si-facebook"><a href="http://facebook.com" title="Facebook"><i class="ico-facebook"></i></a></li> <li class="widget-si-gplus"><a href="http://plus.google.com" title="Google+"><i class="ico-gplus"></i></a></li> <li class="widget-si-pinterest"><a href="http://pinterest.com" title="Pinterest"><i class="ico-pinterest"></i></a></li> <li class="widget-si-flickr"><a href="http://flickr.com" title="Flickr"><i class="ico-flickr"></i></a></li> <li class="widget-si-instagram"><a href="http://instagram.com" title="Instagram"><i class="ico-instagram"></i></a></li> </ul> --> </div> </div> <div class="widget_athemes_tabs"> <ul id="widget-tab" class="clearfix widget-tab-nav"> <li class="active"><a>Recent Posts</a></li> </ul> <div class="widget"> <ul> <li class="clearfix"> <div class="widget-entry-summary" style="margin: 0;"> <h6 style="margin: 0;"><a href="/2018/05/09/Epoll原理剖析与使用/">Epoll原理剖析与使用</a></h6> <span>May 9, 2018</span> </div> </li> </ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Categories</h3> <div class="widget"> <ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/网络编程/">网络编程</a><span class="category-list-count">1</span></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Tags</h3> <div class="widget"> <ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/网络编程/">网络编程</a><span class="tag-list-count">1</span></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Tag Cloud</h3> <div class="widget tagcloud"> <a href="/tags/网络编程/" style="font-size: 10px;">网络编程</a> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Archives</h3> <div class="widget"> <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/05/">May 2018</a><span class="archive-list-count">1</span></li></ul> </div> </div> </aside> </div> <footer id="footer" class="site-footer"> <div class="clearfix container"> <div class="site-info"> © 2018 Hexo All Rights Reserved. <span id="busuanzi_container_site_uv"> 本站访客数<span id="busuanzi_value_site_uv"></span>人次 本站总访问量<span id="busuanzi_value_site_pv"></span>次 </span> </div> <div class="site-credit"> Theme by <a href="https://github.com/iTimeTraveler/hexo-theme-hiero" target="_blank">hiero</a> </div> </div> </footer> <!-- min height --> <script> var contentdiv = document.getElementById("content"); contentdiv.style.minHeight = document.body.offsetHeight - document.getElementById("allheader").offsetHeight - document.getElementById("footer").offsetHeight + "px"; </script> <!-- Custome JS --> <script src="/js/my.js"></script> </div> <!-- <nav id="mobile-nav"> <a href="/" class="mobile-nav-link">Home</a> <a href="/archives" class="mobile-nav-link">Archives</a> <a href="/categories" class="mobile-nav-link">Categories</a> <a href="/tags" class="mobile-nav-link">Tags</a> <a href="/about" class="mobile-nav-link">About</a> </nav> --> <!-- mathjax config similar to math.stackexchange --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for(i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css"> <script src="/fancybox/jquery.fancybox.pack.js"></script> <script src="/js/scripts.js"></script> <script src="/js/bootstrap.js"></script> <script src="/js/main.js"></script> <div style="display: none;"> <script src="https://s95.cnzz.com/z_stat.php?id=1260716016&web_id=1260716016" language="JavaScript"></script> </div> <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"> </script> </div> <a id="rocket" href="#top" class=""></a> <script type="text/javascript" src="/js/totop.js" async=""></script> </body> </html>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published