|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="zh-cn"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 6 | + <title>404 page not found - Daniel's blog</title> |
| 7 | + <meta name="renderer" content="webkit" /> |
| 8 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> |
| 9 | + |
| 10 | +<meta http-equiv="Cache-Control" content="no-transform" /> |
| 11 | +<meta http-equiv="Cache-Control" content="no-siteapp" /> |
| 12 | + |
| 13 | +<meta name="theme-color" content="#f8f5ec" /> |
| 14 | +<meta name="msapplication-navbutton-color" content="#f8f5ec"> |
| 15 | +<meta name="apple-mobile-web-app-capable" content="yes"> |
| 16 | +<meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec"> |
| 17 | + |
| 18 | + |
| 19 | +<meta name="author" content="Daniel Lin" /> |
| 20 | + <meta name="description" content="记录性能测试和调优的心得。" /> |
| 21 | + <meta name="keywords" content="load testing, tuning, 性能测试, 调优" /> |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +<meta name="google-site-verification" content="0a3HFkiNXuBV7zv3VJQyVVHctAFi3N6wP3KO6o8vErw" /> |
| 26 | + |
| 27 | + |
| 28 | +<meta name="generator" content="Hugo 0.49.2" /> |
| 29 | + |
| 30 | + |
| 31 | +<link rel="canonical" href="" /> |
| 32 | + |
| 33 | +<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
| 34 | +<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 35 | +<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 36 | +<link rel="manifest" href="/manifest.json"> |
| 37 | +<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> |
| 43 | + |
| 44 | + |
| 45 | +<link href="/dist/even.min.css?v=3.2.0" rel="stylesheet"> |
| 46 | +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.1.20/dist/jquery.fancybox.min.css" integrity="sha256-7TyXnr2YU040zfSP+rEcz29ggW4j56/ujTPwjMzyqFY=" crossorigin="anonymous"> |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +<meta property="og:title" content="404 Page not found" /> |
| 52 | +<meta property="og:description" content="记录性能测试和调优的心得。" /> |
| 53 | +<meta property="og:type" content="website" /> |
| 54 | +<meta property="og:url" content="" /> |
| 55 | + |
| 56 | +<meta itemprop="name" content="404 Page not found"> |
| 57 | +<meta itemprop="description" content="记录性能测试和调优的心得。"> |
| 58 | + |
| 59 | +<meta name="twitter:card" content="summary"/> |
| 60 | +<meta name="twitter:title" content="404 Page not found"/> |
| 61 | +<meta name="twitter:description" content="记录性能测试和调优的心得。"/> |
| 62 | + |
| 63 | +<!--[if lte IE 9]> |
| 64 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20170427/classList.min.js"></script> |
| 65 | +<![endif]--> |
| 66 | + |
| 67 | +<!--[if lt IE 9]> |
| 68 | + <script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script> |
| 69 | + <script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script> |
| 70 | +<![endif]--> |
| 71 | + |
| 72 | +</head> |
| 73 | +<body> |
| 74 | + <div id="mobile-navbar" class="mobile-navbar"> |
| 75 | + <div class="mobile-header-logo"> |
| 76 | + <a href="/" class="logo">Daniel's blog</a> |
| 77 | + </div> |
| 78 | + <div class="mobile-navbar-icon"> |
| 79 | + <span></span> |
| 80 | + <span></span> |
| 81 | + <span></span> |
| 82 | + </div> |
| 83 | +</div> |
| 84 | +<nav id="mobile-menu" class="mobile-menu slideout-menu"> |
| 85 | + <ul class="mobile-menu-list"> |
| 86 | + <a href="/"> |
| 87 | + <li class="mobile-menu-item">Home</li> |
| 88 | + </a><a href="/post/"> |
| 89 | + <li class="mobile-menu-item">Archives</li> |
| 90 | + </a><a href="/tags/"> |
| 91 | + <li class="mobile-menu-item">Tags</li> |
| 92 | + </a><a href="/categories/"> |
| 93 | + <li class="mobile-menu-item">Categories</li> |
| 94 | + </a><a href="/about"> |
| 95 | + <li class="mobile-menu-item">About</li> |
| 96 | + </a> |
| 97 | + </ul> |
| 98 | +</nav> |
| 99 | + <div class="container" id="mobile-panel"> |
| 100 | + <header id="header" class="header"> |
| 101 | + <div class="logo-wrapper"> |
| 102 | + <a href="/" class="logo">Daniel's blog</a> |
| 103 | +</div> |
| 104 | + |
| 105 | +<nav class="site-navbar"> |
| 106 | + <ul id="menu" class="menu"> |
| 107 | + <li class="menu-item"> |
| 108 | + <a class="menu-item-link" href="/">Home</a> |
| 109 | + </li><li class="menu-item"> |
| 110 | + <a class="menu-item-link" href="/post/">Archives</a> |
| 111 | + </li><li class="menu-item"> |
| 112 | + <a class="menu-item-link" href="/tags/">Tags</a> |
| 113 | + </li><li class="menu-item"> |
| 114 | + <a class="menu-item-link" href="/categories/">Categories</a> |
| 115 | + </li><li class="menu-item"> |
| 116 | + <a class="menu-item-link" href="/about">About</a> |
| 117 | + </li> |
| 118 | + </ul> |
| 119 | +</nav> |
| 120 | + </header> |
| 121 | + |
| 122 | + <main id="main" class="main"> |
| 123 | + <div class="content-wrapper"> |
| 124 | + <div id="content" class="content"> |
| 125 | + |
| 126 | +<div class="not-found"> |
| 127 | + <h1 class="error-emoji"></h1> |
| 128 | + <p class="error-text">/* 404 page not found. */</p> |
| 129 | + <p class="error-link"><a href="/">↑ Back Home ↑</a></p> |
| 130 | +</div> |
| 131 | +<script> |
| 132 | + var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0]; |
| 133 | + var emojiArray = [ |
| 134 | + '\\(o_o)/', '(o^^)o', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)', |
| 135 | + '(=\'X\'=)', '(>_<)', '(;-;)', '\\(^Д^)/', |
| 136 | + ]; |
| 137 | + var errorEmoji = emojiArray[Math.floor(Math.random() * emojiArray.length)]; |
| 138 | + errorEmojiContainer.appendChild(document.createTextNode(errorEmoji)); |
| 139 | +</script> |
| 140 | + |
| 141 | + </div> |
| 142 | + |
| 143 | + |
| 144 | + </div> |
| 145 | + </main> |
| 146 | + |
| 147 | + <footer id="footer" class="footer"> |
| 148 | + <div class="social-links"> |
| 149 | + <a href="https://github.com/tinycedar" class="iconfont icon-github" title="github"></a> |
| 150 | + <a href="https://www.douban.com/people/133443683/" class="iconfont icon-douban" title="douban"></a> |
| 151 | + <a href="http://tinycedar.com/index.xml" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a> |
| 152 | +</div> |
| 153 | + |
| 154 | +<div class="copyright"> |
| 155 | + <span class="power-by"> |
| 156 | + 由 <a class="hexo-link" href="https://gohugo.io">Hugo</a> 强力驱动 |
| 157 | + </span> |
| 158 | + <span class="division">|</span> |
| 159 | + <span class="theme-info"> |
| 160 | + 主题 - |
| 161 | + <a class="theme-link" href="https://github.com/olOwOlo/hugo-theme-even">Even</a> |
| 162 | + </span> |
| 163 | + |
| 164 | + <div class="busuanzi-footer"> |
| 165 | + <span id="busuanzi_container_site_pv"> 本站总访问量 <span id="busuanzi_value_site_pv"><img src="/img/spinner.svg" alt="spinner.svg"/></span> 次 </span> |
| 166 | + <span class="division">|</span> |
| 167 | + <span id="busuanzi_container_site_uv"> 本站总访客数 <span id="busuanzi_value_site_uv"><img src="/img/spinner.svg" alt="spinner.svg"/></span> 人 </span> |
| 168 | + </div> |
| 169 | + |
| 170 | + <span class="copyright-year"> |
| 171 | + © |
| 172 | + |
| 173 | + 2016 - |
| 174 | + 2018 |
| 175 | + <span class="heart"> |
| 176 | + <i class="iconfont icon-heart"></i> |
| 177 | + </span> |
| 178 | + <span class="author">Daniel Lin</span> |
| 179 | + </span> |
| 180 | +</div> |
| 181 | + </footer> |
| 182 | + |
| 183 | + <div class="back-to-top" id="back-to-top"> |
| 184 | + <i class="iconfont icon-up"></i> |
| 185 | + </div> |
| 186 | + </div> |
| 187 | + |
| 188 | +<script src="/lib/highlight/highlight.pack.js?v=20171001"></script> |
| 189 | + <script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> |
| 190 | + <script src="https://cdn.jsdelivr.net/npm/slideout@1.0.1/dist/slideout.min.js" integrity="sha256-t+zJ/g8/KXIJMjSVQdnibt4dlaDxc9zXr/9oNPeWqdg=" crossorigin="anonymous"></script> |
| 191 | + <script src="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.1.20/dist/jquery.fancybox.min.js" integrity="sha256-XVLffZaxoWfGUEbdzuLi7pwaUJv1cecsQJQqGLe7axY=" crossorigin="anonymous"></script> |
| 192 | + |
| 193 | + |
| 194 | +<script type="text/javascript" src="/dist/even.min.js?v=3.1.1"></script> |
| 195 | + |
| 196 | + |
| 197 | +<script type="application/javascript"> |
| 198 | +var doNotTrack = false; |
| 199 | +if (!doNotTrack) { |
| 200 | + window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; |
| 201 | + ga('create', 'UA-81240089-1', 'auto'); |
| 202 | + |
| 203 | + ga('send', 'pageview'); |
| 204 | +} |
| 205 | +</script> |
| 206 | +<script async src='https://www.google-analytics.com/analytics.js'></script> |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | +</body> |
| 215 | +</html> |
0 commit comments