Skip to content

Commit

Permalink
Site updated: 2016-10-12 14:45:49
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffe0813 committed Oct 12, 2016
1 parent 3f2e1c0 commit c172ad6
Show file tree
Hide file tree
Showing 258 changed files with 1,045 additions and 450 deletions.
13 changes: 9 additions & 4 deletions 2015/09/08/angularjs-bootstrap-ngDialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -198,7 +198,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -302,7 +302,7 @@ <h1 class="article-title" itemprop="name">

</div>

<a data-url="http://yemengying.com/2015/09/08/angularjs-bootstrap-ngDialog/" data-id="citcqfh46000dqq9lp7ddaa9k" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/09/08/angularjs-bootstrap-ngDialog/" data-id="ciu6jyeo8000fzy9l5fmhg8yi" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -433,7 +433,12 @@ <h1 class="article-title" itemprop="name">
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
13 changes: 9 additions & 4 deletions 2015/09/10/使代码更简洁-一-List相关/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -204,7 +204,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h2 id="利用递归获得多个list的笛卡尔积"><a href="#利用递归获

</div>

<a data-url="http://yemengying.com/2015/09/10/使代码更简洁-一-List相关/" data-id="citcqfh6h002hqq9l4af7bsqt" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/09/10/使代码更简洁-一-List相关/" data-id="ciu6jyeqx002pzy9ldujxxkit" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -451,7 +451,12 @@ <h2 id="利用递归获得多个list的笛卡尔积"><a href="#利用递归获
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
13 changes: 9 additions & 4 deletions 2015/09/11/cleancode-collection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -204,7 +204,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -311,7 +311,7 @@ <h4 id="2-普通方法"><a href="#2-普通方法" class="headerlink" title="2.

</div>

<a data-url="http://yemengying.com/2015/09/11/cleancode-collection/" data-id="citcqfh4v000nqq9lxv7yr65h" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/09/11/cleancode-collection/" data-id="ciu6jyeom000mzy9lvuobci8c" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -447,7 +447,12 @@ <h4 id="2-普通方法"><a href="#2-普通方法" class="headerlink" title="2.
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
13 changes: 9 additions & 4 deletions 2015/09/12/spring-transaction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -202,7 +202,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -309,7 +309,7 @@ <h2 id="编程式事务管理"><a href="#编程式事务管理" class="headerlin

</div>

<a data-url="http://yemengying.com/2015/09/12/spring-transaction/" data-id="citcqfh60001wqq9l0mj8f70l" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/09/12/spring-transaction/" data-id="ciu6jyeq1001uzy9lyh653vfp" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -445,7 +445,12 @@ <h2 id="编程式事务管理"><a href="#编程式事务管理" class="headerlin
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
13 changes: 9 additions & 4 deletions 2015/09/19/spring-rabbitmq-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -198,7 +198,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -321,7 +321,7 @@ <h2 id="git-地址:"><a href="#git-地址:" class="headerlink" title="git

</div>

<a data-url="http://yemengying.com/2015/09/19/spring-rabbitmq-demo/" data-id="citcqfh5w001rqq9l4a87e1qt" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/09/19/spring-rabbitmq-demo/" data-id="ciu6jyeq3001wzy9l9kdmvev5" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -457,7 +457,12 @@ <h2 id="git-地址:"><a href="#git-地址:" class="headerlink" title="git
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
13 changes: 9 additions & 4 deletions 2015/09/26/cleancode-builder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -201,7 +201,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -298,7 +298,7 @@ <h1 class="article-title" itemprop="name">

</div>

<a data-url="http://yemengying.com/2015/09/26/cleancode-builder/" data-id="citcqfh4h000kqq9ls2l4cbs6" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/09/26/cleancode-builder/" data-id="ciu6jyeoj000lzy9liv4m3193" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -434,7 +434,12 @@ <h1 class="article-title" itemprop="name">
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
13 changes: 9 additions & 4 deletions 2015/10/23/idea-sts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -447,7 +447,7 @@ <h1 class="article-title" itemprop="name">

</div>

<a data-url="http://yemengying.com/2015/10/23/idea-sts/" data-id="citcqfh550010qq9l0shb7bc4" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/10/23/idea-sts/" data-id="ciu6jyep50016zy9laean975p" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -583,7 +583,12 @@ <h1 class="article-title" itemprop="name">
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -204,7 +204,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -318,7 +318,7 @@ <h3 id="扩展阅读:"><a href="#扩展阅读:" class="headerlink" title="

</div>

<a data-url="http://yemengying.com/2015/10/26/译-如何重置一个ArrayList-clear-vs-removeAll/" data-id="citcqfh720033qq9l93ma0m56" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/10/26/译-如何重置一个ArrayList-clear-vs-removeAll/" data-id="ciu6jyere0035zy9lpjtdjxgw" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -454,7 +454,12 @@ <h3 id="扩展阅读:"><a href="#扩展阅读:" class="headerlink" title="
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<link rel="icon" href="http://oduh99f02.bkt.clouddn.com/image/favicon.png" />

<script src="/js/disqus-proxy.js"></script>
<script src="//xiaoming.io/static/app.js"></script>

<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/open-sans/styles.css">
Expand Down Expand Up @@ -198,7 +198,7 @@ <h3 id="title">Java Developer</h3>
</div>
<div class="profile-block recent-comments">
<p class="recent-comments-title">最新评论</p>
<ul id="recent-comments" class="recent-comments-container">
<ul id="disqus-recent-comments" class="recent-comments-container">
</ul>
</div>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h3 id="最终版-加入注解"><a href="#最终版-加入注解" class="headerl

</div>

<a data-url="http://yemengying.com/2015/10/28/基于注解的mybatis插入对象时利用反射生成sql语句/" data-id="citcqfh6p002kqq9lljau1ktl" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<a data-url="http://yemengying.com/2015/10/28/基于注解的mybatis插入对象时利用反射生成sql语句/" data-id="ciu6jyequ002lzy9le9rd9mor" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
// Prevent duplicate binding
Expand Down Expand Up @@ -451,7 +451,12 @@ <h3 id="最终版-加入注解"><a href="#最终版-加入注解" class="headerl
dsq.onload = function() {
clearTimeout(timer);
}
timer = setTimeout(proxyDisqus, 3000);
document.addEventListener('DOMContentLoaded', function() {
Disqus.getRecentComments();
});
timer = setTimeout(function() {
Disqus.getComments();
}, 3000);
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Expand Down
Loading

0 comments on commit c172ad6

Please sign in to comment.