<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<title>
      Lloyd Sheng
      
      | Lloyd's Blog
    </title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="Lloyd Sheng">
<meta name="description" content="Hi, Welcome to my blog.">

<meta property="og:site_name" content="Lloyd's Blog">
<meta property="og:type" content="website">
<meta property="og:title" content="Lloyd's Blog">
<meta property="og:url" content="http://lloydsheng.com">
<meta property="og:description" content="Hi, Welcome to my blog.">

<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@lloydsheng">
<meta name="twitter:creator" content="@lloydsheng">
<meta name="twitter:domain" content="http://lloydsheng.com">
<link rel="canonical" href="https://lloydsheng.com/" />

<link rel="alternate" type="application/rss+xml" title="RSS" href="https://lloydsheng.com/feed.xml">

<!--[if lt IE 9]>
  <script src="https://cdn-static.postach.io/libs/html5shiv/html5shiv.min.js"></script>
<![endif]-->

<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github-gist.min.css">
<link href="https://cdn-static.postach.io/themes/public/penso/assets/css/style.css" rel="stylesheet" />
<style>
    pre {
        background: #f8f8f8;
        margin: 0;
    }
    .hljs {
        font-size: 12pt;
        background: none;
    }
    @media only screen and (max-width: 400px) {
        .website-content, .post-list, .author-profile {
            margin-right: 15px;
            margin-left: 15px;
        }   
    }

    
    @media only screen and (max-width: 600px) {
        .website-content, .post-list, .author-profile {
            margin-right: 25px;
            margin-left: 25px;
        }
    }

    </style>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>
        $(document).ready(function () {
            $('.post-content div').each(function () {
                console.log($(this).css('-en-codeblock'));
                // if ($(this).css('box-sizing') !== 'border-box' || $(this).css('-en-codeblock') != 'true') {
                var style = $(this).attr('style');
                if (!style || style.indexOf('border-box') < 0) {
                    return;
                }
            
                $(this).replaceWith(function () {
                    var result = '';
                    $(this).find('> div').each(function () {
                        result += $(this).text() + '\n';
                    });
            
                    if (result.trim() === '') {
                        return '';
                    }
                    return '<pre><code>' + result + '</code></pre>';
                });
            });
            $('pre code').each(function(i, block) {
                hljs.highlightBlock(block);
            });
        });
    </script>
</head>
<body>
<div class="container-narrow">
<header class="site-header">
<div class="author-card">
<div class="avatar">
<a href="/"><img src="https://cdn-static.postach.io/f6fa0d30c607b7e5512d802eb07e4302" class="img-circle" alt="Lloyd Sheng" /></a>
</div>
</div>
<div class="header-name">
<h1><a href="/">Lloyd Sheng</a></h1>
<p class="bio muted">Hi, Welcome to my blog. </p>
</div>
<div class="header-nav">
<nav role="navigation">
<ul class="nav nav-pills nav-home hidden-phone">
<li><a href="/"><i class="icon-home"></i> Home</a></li>
</ul>
<ul class="nav nav-pills nav-pages pull-right">
<li><a href="/page/about" class="inactive">About</a></li>
</ul>
</nav>
</div>
</header>
<div class="website-content" role="main">
<div class="content">
<header>
<h2 class="title">2018</h2>
</header>
<ul class="posts">
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2018-10-02 08:51:00">02 Oct</time> &rsaquo; <a href="/post/swift-vapor-write-shortcut-website" class="permalink">2 天时间用 Swift 撸了一个捷径分享小站</a>
<div class="post-tags hidden-phone"><a href="/tag/sharecuts" rel="tag">sharecuts</a>, <a href="/tag/shortcut" rel="tag">shortcut</a>, <a href="/tag/vapor" rel="tag">vapor</a>, <a href="/tag/swift" rel="tag">swift</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2018-09-04 03:14:30">04 Sep</time> &rsaquo; <a href="/post/ci-build-scripts-for-ios-dynamic-framework" class="permalink">编写 iOS 动态库自动打包脚本</a>
<div class="post-tags hidden-phone"><a href="/tag/ios" rel="tag">ios</a>, <a href="/tag/xcodebuild" rel="tag">xcodebuild</a>, <a href="/tag/ci" rel="tag">ci</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2018-07-27 06:36:17">27 Jul</time> &rsaquo; <a href="/post/gmail-efficient-handle-github-email-notifications" class="permalink">用 Gmail 来高效管理大量 Github 通知</a>
<div class="post-tags hidden-phone"><a href="/tag/gmail" rel="tag">gmail</a>, <a href="/tag/github" rel="tag">github</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2018-07-07 08:58:21">07 Jul</time> &rsaquo; <a href="/post/life-building-photos" class="permalink">几张充满生活气息的公寓照</a>
<div class="post-tags hidden-phone"><a href="/tag/she-ying" rel="tag">she-ying</a>, <a href="/tag/jian-zhu" rel="tag">jian-zhu</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2018-03-18 14:25:00">18 Mar</time> &rsaquo; <a href="/post/design-shanghai-2018" class="permalink">设计上海2018走马观花</a>
<div class="post-tags hidden-phone"><a href="/tag/design" rel="tag">design</a>, <a href="/tag/shanghai" rel="tag">shanghai</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2018-03-16 09:26:00">16 Mar</time> &rsaquo; <a href="/post/work-at-mapbox" class="permalink">在 Mapbox 工作是一种怎样的体验</a>
<div class="post-tags hidden-phone"><a href="/tag/mapbox" rel="tag">mapbox</a>, <a href="/tag/gong-zuo" rel="tag">gong-zuo</a></div>
</article>
</li>
</ul>
<header>
<h2 class="title">2014</h2>
</header>
<ul class="posts">
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2014-04-29 08:06:00">29 Apr</time> &rsaquo; <a href="/post/setup-cocoapods-mirror" class="permalink">制作cocoapods国内镜像</a>
<div class="post-tags hidden-phone"><a href="/tag/cocoapods" rel="tag">cocoapods</a>, <a href="/tag/jing-xiang" rel="tag">jing-xiang</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2014-04-04 04:17:00">04 Apr</time> &rsaquo; <a href="/post/ios-weibo-qq-sso-traps" class="permalink">iOS微博和QQ SSO登录的那些坑</a>
<div class="post-tags hidden-phone"><a href="/tag/sso" rel="tag">sso</a>, <a href="/tag/weibo" rel="tag">weibo</a></div>
</article>
</li>
</ul>
<header>
<h2 class="title">2013</h2>
</header>
<ul class="posts">
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2013-08-20 06:40:59">20 Aug</time> &rsaquo; <a href="/post/git-bu-chang-yong-ji-neng" class="permalink">Git 不常用技能</a>
<div class="post-tags hidden-phone"><a href="/tag/rebase" rel="tag">rebase</a>, <a href="/tag/git" rel="tag">git</a></div>
</article>
</li>
<li>
<article itemscope itemtype="http://schema.org/Article">
<time datetime="2013-05-08 05:33:59">08 May</time> &rsaquo; <a href="/post/nong-diao-ni-de-xiao-du-zi-liang-ge-xing-qi-jiu-jian-xiao" class="permalink">一组非常实用的健身动作</a>
<div class="post-tags hidden-phone"><a href="/tag/jian-shen" rel="tag">jian-shen</a>, <a href="/tag/yun-dong" rel="tag">yun-dong</a></div>
</article>
</li>
</ul>
<div class="pagination">
<a href="/2" class="post-next">View More Posts &rarr;</a>
</div>
</div>
</div>
<footer class="site-footer">
<div class="social-icons">
<ul class="nav nav-pills">
<li>
<a href="https://twitter.com/lloydsheng" title="Twitter" target="_blank">
<i class="icon-twitter"></i>
<span class="hide-text">Twitter</span>
</a>
</li>
<li>
<a href="https://lloydsheng.com/feed.xml" title="RSS" target="_blank">
<i class="icon-rss"></i>
<span class="hide-text">RSS</span>
</a>
</li>
</ul>
</div>
<div class="copyright">
<p>All rights Reserved &copy; <a href="/">Lloyd's Blog</a></p>
<p>Design by <a href="http://blog.penso.info/">Fabien Penso</a>. Powered by <a href="http://postach.io" target="_blank">Postach.io</a></p>
</div>
</footer>

<script src="https://cdn-static.postach.io/libs/postachio/postachio.js"></script>
<script>
    var links_same_tab =  false ;
</script>

<script src="https://cdn-static.postach.io/themes/public/penso/assets/js/penso.min.js" /></script>
</div>
</body>
</html>