Skip to content

Commit

Permalink
Site updated: 2017-11-13 23:13:37
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlz committed Nov 13, 2017
1 parent 6822f5f commit 8b631fe
Show file tree
Hide file tree
Showing 10 changed files with 220 additions and 160 deletions.
38 changes: 22 additions & 16 deletions 2016/04/27/Gcc的sqrt实现/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,28 @@ <h1 class="post-title">gcc中sqrt实现</h1>



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/Gcc的sqrt实现.md" data-title="gcc中sqrt实现" data-url="http://yoursite.com/2016/04/27/Gcc的sqrt实现/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/04/27/Gcc的sqrt实现/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/Gcc的sqrt实现.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2016/07/08/Continuation passing style in c++/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,28 @@ <h1 class="post-title">Continuation passing style in C++</h1>



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/Continuation passing style in c++.md" data-title="Continuation passing style in C++" data-url="http://yoursite.com/2016/07/08/Continuation passing style in c++/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/07/08/Continuation passing style in c++/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/Continuation passing style in c++.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2016/07/16/BinaryTreeTraverse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,22 +141,28 @@ <h4 id="大体三类"><a href="#大体三类" class="headerlink" title="大体



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/BinaryTreeTraverse.md" data-title="二叉树遍历算法总结" data-url="http://yoursite.com/2016/07/16/BinaryTreeTraverse/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/07/16/BinaryTreeTraverse/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/BinaryTreeTraverse.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2016/07/16/Futuretask-Java/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,28 @@ <h2 id="下面代码来阐述一下FutureTask的用法"><a href="#下面代码



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/Futuretask-Java.md" data-title="Futuretask-Java" data-url="http://yoursite.com/2016/07/16/Futuretask-Java/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/07/16/Futuretask-Java/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/Futuretask-Java.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2016/07/25/node-scaper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,22 +234,28 @@ <h4 id="用node来写爬虫"><a href="#用node来写爬虫" class="headerlink" t



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/node-scaper.md" data-title="node-scaper" data-url="http://yoursite.com/2016/07/25/node-scaper/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/07/25/node-scaper/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/node-scaper.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2016/08/07/springmvc-tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,28 @@ <h5 id="步骤"><a href="#步骤" class="headerlink" title="步骤"></a>步骤</



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/springmvc-tutorial.md" data-title="springmvc_tutorial" data-url="http://yoursite.com/2016/08/07/springmvc-tutorial/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/08/07/springmvc-tutorial/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/springmvc-tutorial.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2016/09/03/cookie和session/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,22 +202,28 @@ <h3 id="2)-在-redis-中存储-session"><a href="#2)-在-redis-中存储-ses



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/cookie和session.md" data-title="cookie和session" data-url="http://yoursite.com/2016/09/03/cookie和session/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2016/09/03/cookie和session/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/cookie和session.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
38 changes: 22 additions & 16 deletions 2017/03/07/Vue.js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,22 +167,28 @@ <h5 id="组件和作用"><a href="#组件和作用" class="headerlink" title="



<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="_posts/Vue.js.md" data-title="前端框架一些总结" data-url="http://yoursite.com/2017/03/07/Vue.js/"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"wayouliu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/

var disqus_config = function () {
this.page.url = 'http://yoursite.com/2017/03/07/Vue.js/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '_posts/Vue.js.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//wayou.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>



Expand Down
Loading

0 comments on commit 8b631fe

Please sign in to comment.