-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 5.29 KB
/
index.html
1
<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><title> Averson</title><meta name="description" content="A Blog Powered By Hexo"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" href="/favicon.png"><link rel="stylesheet" href="/css/apollo.css"><link rel="search" type="application/opensearchdescription+xml" href="http://yoursite.com/atom.xml" title="Averson"></head><body><div class="wrap"><header><a href="/" class="logo-link"><img src="/favicon.png" alt="logo"></a><ul class="nav nav-list"><li class="nav-list-item"><a href="/" target="_self" class="nav-list-link active">BLOG</a></li><li class="nav-list-item"><a href="/archives/" target="_self" class="nav-list-link">ARCHIVE</a></li><li class="nav-list-item"><a href="https://github.com/aversoncoder" target="_blank" class="nav-list-link">GITHUB</a></li></ul></header><main class="container"><ul class="home post-list"><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/11/04/kcodestyle/" class="post-title-link">(译) Google Kotlin CodeStyle</a></h2><div class="post-info">2017年11月4日</div><div class="post-content"><p>Google 官方 Kotlin 编码风格翻译</p></div><a href="/2017/11/04/kcodestyle/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/10/14/solid-spp/" class="post-title-link">单一职责</a></h2><div class="post-info">2017年10月14日</div><div class="post-content"><p>单一职责 (<code>Single Responsibility Principle</code>) 记录</p></div><a href="/2017/10/14/solid-spp/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/08/29/handler/" class="post-title-link">全面了解 Handler</a></h2><div class="post-info">2017年8月29日</div><div class="post-content"></div><a href="/2017/08/29/handler/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/08/28/bitmap/" class="post-title-link">Android 中高效使用 Bitmap</a></h2><div class="post-info">2017年8月28日</div><div class="post-content"></div><a href="/2017/08/28/bitmap/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/08/27/activity-source-code/" class="post-title-link">Activity 源码解析</a></h2><div class="post-info">2017年8月27日</div><div class="post-content"></div><a href="/2017/08/27/activity-source-code/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/08/23/android-custom-view-1/" class="post-title-link">Android 自定义 View(一)</a></h2><div class="post-info">2017年8月23日</div><div class="post-content"></div><a href="/2017/08/23/android-custom-view-1/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/08/01/architecture/" class="post-title-link">Android 架构的简单演变</a></h2><div class="post-info">2017年8月1日</div><div class="post-content"></div><a href="/2017/08/01/architecture/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/07/25/rxjava/" class="post-title-link">RxJava</a></h2><div class="post-info">2017年7月25日</div><div class="post-content"></div><a href="/2017/07/25/rxjava/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/07/20/java-optimizing/" class="post-title-link">Java 性能优化</a></h2><div class="post-info">2017年7月20日</div><div class="post-content"></div><a href="/2017/07/20/java-optimizing/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2017/07/16/kotlin-advance-func/" class="post-title-link">Kotlin 高阶函数</a></h2><div class="post-info">2017年7月16日</div><div class="post-content"><p><code>Kotlin</code> 中高阶函数和内联函数摘要</p></div><a href="/2017/07/16/kotlin-advance-func/" class="read-more">阅读全文</a></article></li></ul></main><footer><div class="paginator"><a href="/page/2/" class="next">下一页</a></div><div class="copyright"><p>© 2015 - 2017 <a href="http://yoursite.com">Averson</a>, powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/pinggod/hexo-theme-apollo" target="_blank">hexo-theme-apollo</a>.</p></div></footer></div><script async src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML" integrity="sha384-crwIf/BuaWM9rM65iM+dWFldgQ1Un8jWZMuh3puxb8TOY9+linwLoI7ZHZT+aekW" crossorigin="anonymous"></script><script>(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;e=o.createElement(i);r=o.getElementsByTagName(i)[0];e.src='//www.google-analytics.com/analytics.js';r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));ga('create',"UA-65933410-1",'auto');ga('send','pageview');</script></body></html>