Skip to content

Commit 8f02f88

Browse files
committed
Site updated: 2016-04-04 22:28:48
1 parent 0febeae commit 8f02f88

File tree

25 files changed

+3604
-140
lines changed

25 files changed

+3604
-140
lines changed

2015/11/05/test-mathjax/index.html

+60-6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646

4747

48+
<link rel="alternate" href="/atom.xml" title="小心地滑" type="application/atom+xml" />
49+
4850

4951

5052

@@ -61,7 +63,7 @@
6163
<meta property="og:type" content="article">
6264
<meta property="og:title" content="测试 MathJax 公式显示">
6365
<meta property="og:url" content="http://raawaa.github.io/2015/11/05/test-mathjax/index.html">
64-
<meta property="og:site_name" content="Dummy can count">
66+
<meta property="og:site_name" content="小心地滑">
6567
<meta property="og:description" content="\begin{equation}
6668
E = mc^{2}
6769
\end{equation}">
@@ -88,7 +90,7 @@
8890
};
8991
</script>
9092

91-
<title> 测试 MathJax 公式显示 | Dummy can count </title>
93+
<title> 测试 MathJax 公式显示 | 小心地滑 </title>
9294
</head>
9395

9496
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -97,6 +99,16 @@
9799

98100

99101

102+
<script type="text/javascript">
103+
var _hmt = _hmt || [];
104+
(function() {
105+
var hm = document.createElement("script");
106+
hm.src = "//hm.baidu.com/hm.js?08fa74fbe74b276fedec4ab07dad4c4f";
107+
var s = document.getElementsByTagName("script")[0];
108+
s.parentNode.insertBefore(hm, s);
109+
})();
110+
</script>
111+
100112

101113

102114

@@ -111,13 +123,13 @@
111123
<div class="headband"></div>
112124

113125
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
114-
<div class="header-inner"><div class="site-meta ">
126+
<div class="header-inner"><div class="site-meta custom-logo">
115127

116128

117129
<div class="custom-logo-site-title">
118130
<a href="/" class="brand" rel="start">
119131
<span class="logo-line-before"><i></i></span>
120-
<span class="site-title">Dummy can count</span>
132+
<span class="site-title">小心地滑</span>
121133
<span class="logo-line-after"><i></i></span>
122134
</a>
123135
</div>
@@ -237,6 +249,13 @@ <h1 class="post-title" itemprop="name headline">
237249

238250

239251

252+
<span class="post-comments-count">
253+
&nbsp; | &nbsp;
254+
<a href="/2015/11/05/test-mathjax/#comments" itemprop="discussionUrl">
255+
<span class="post-comments-count disqus-comment-count" data-disqus-identifier="2015/11/05/test-mathjax/" itemprop="commentsCount"></span>
256+
</a>
257+
</span>
258+
240259

241260

242261

@@ -313,6 +332,13 @@ <h1 class="post-title" itemprop="name headline">
313332

314333
<div class="comments" id="comments">
315334

335+
<div id="disqus_thread">
336+
<noscript>
337+
Please enable JavaScript to view the
338+
<a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a>
339+
</noscript>
340+
</div>
341+
316342
</div>
317343

318344

@@ -355,7 +381,7 @@ <h1 class="post-title" itemprop="name headline">
355381
<nav class="site-state motion-element">
356382
<div class="site-state-item site-state-posts">
357383
<a href="/archives">
358-
<span class="site-state-item-count">3</span>
384+
<span class="site-state-item-count">4</span>
359385
<span class="site-state-item-name">日志</span>
360386
</a>
361387
</div>
@@ -365,7 +391,7 @@ <h1 class="post-title" itemprop="name headline">
365391

366392
<div class="site-state-item site-state-tags">
367393
<a href="/tags">
368-
<span class="site-state-item-count">5</span>
394+
<span class="site-state-item-count">8</span>
369395
<span class="site-state-item-name">标签</span>
370396
</a>
371397
</div>
@@ -374,6 +400,13 @@ <h1 class="post-title" itemprop="name headline">
374400
</nav>
375401

376402

403+
<div class="feed-link motion-element">
404+
<a href="/atom.xml" rel="alternate">
405+
<i class="fa fa-rss"></i>
406+
RSS
407+
</a>
408+
</div>
409+
377410

378411
<div class="links-of-author motion-element">
379412

@@ -696,6 +729,27 @@ <h1 class="post-title" itemprop="name headline">
696729

697730

698731

732+
<script type="text/javascript">
733+
var disqus_shortname = 'raawaa-static-blog';
734+
var disqus_identifier = '2015/11/05/test-mathjax/';
735+
var disqus_title = '测试 MathJax 公式显示';
736+
var disqus_url = 'http://raawaa.github.io/2015/11/05/test-mathjax/';
737+
738+
function run_disqus_script(disqus_script){
739+
var dsq = document.createElement('script');
740+
dsq.type = 'text/javascript';
741+
dsq.async = true;
742+
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
743+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
744+
}
745+
746+
run_disqus_script('count.js');
747+
748+
run_disqus_script('embed.js');
749+
750+
</script>
751+
752+
699753

700754

701755

2016/03/16/How-utilities-are-profiting-from-Big-Data-analytics/index.html

+60-6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646

4747

48+
<link rel="alternate" href="/atom.xml" title="小心地滑" type="application/atom+xml" />
49+
4850

4951

5052

@@ -61,7 +63,7 @@
6163
<meta property="og:type" content="article">
6264
<meta property="og:title" content="〔译〕基础能源公司如何从大数据中获益">
6365
<meta property="og:url" content="http://raawaa.github.io/2016/03/16/How-utilities-are-profiting-from-Big-Data-analytics/index.html">
64-
<meta property="og:site_name" content="Dummy can count">
66+
<meta property="og:site_name" content="小心地滑">
6567
<meta property="og:description" content="原文刊载于工程与技术杂志(Engineering and Technology Magazine)2014年第一期,水平有限,翻译之后读起来反而更费劲了。
6668
6769
在欧洲,面向商用和民用的供电、燃气、供水公司为了深入了解用户趋势、提高效益,都在寻找方法分析它们的智能系统所产生的海量数据。">
@@ -88,7 +90,7 @@
8890
};
8991
</script>
9092

91-
<title> 〔译〕基础能源公司如何从大数据中获益 | Dummy can count </title>
93+
<title> 〔译〕基础能源公司如何从大数据中获益 | 小心地滑 </title>
9294
</head>
9395

9496
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
@@ -97,6 +99,16 @@
9799

98100

99101

102+
<script type="text/javascript">
103+
var _hmt = _hmt || [];
104+
(function() {
105+
var hm = document.createElement("script");
106+
hm.src = "//hm.baidu.com/hm.js?08fa74fbe74b276fedec4ab07dad4c4f";
107+
var s = document.getElementsByTagName("script")[0];
108+
s.parentNode.insertBefore(hm, s);
109+
})();
110+
</script>
111+
100112

101113

102114

@@ -111,13 +123,13 @@
111123
<div class="headband"></div>
112124

113125
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
114-
<div class="header-inner"><div class="site-meta ">
126+
<div class="header-inner"><div class="site-meta custom-logo">
115127

116128

117129
<div class="custom-logo-site-title">
118130
<a href="/" class="brand" rel="start">
119131
<span class="logo-line-before"><i></i></span>
120-
<span class="site-title">Dummy can count</span>
132+
<span class="site-title">小心地滑</span>
121133
<span class="logo-line-after"><i></i></span>
122134
</a>
123135
</div>
@@ -237,6 +249,13 @@ <h1 class="post-title" itemprop="name headline">
237249

238250

239251

252+
<span class="post-comments-count">
253+
&nbsp; | &nbsp;
254+
<a href="/2016/03/16/How-utilities-are-profiting-from-Big-Data-analytics/#comments" itemprop="discussionUrl">
255+
<span class="post-comments-count disqus-comment-count" data-disqus-identifier="2016/03/16/How-utilities-are-profiting-from-Big-Data-analytics/" itemprop="commentsCount"></span>
256+
</a>
257+
</span>
258+
240259

241260

242261

@@ -334,6 +353,13 @@ <h1 id="智能仪表拓展了数据的疆域"><a href="#智能仪表拓展了数
334353

335354
<div class="comments" id="comments">
336355

356+
<div id="disqus_thread">
357+
<noscript>
358+
Please enable JavaScript to view the
359+
<a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a>
360+
</noscript>
361+
</div>
362+
337363
</div>
338364

339365

@@ -376,7 +402,7 @@ <h1 id="智能仪表拓展了数据的疆域"><a href="#智能仪表拓展了数
376402
<nav class="site-state motion-element">
377403
<div class="site-state-item site-state-posts">
378404
<a href="/archives">
379-
<span class="site-state-item-count">3</span>
405+
<span class="site-state-item-count">4</span>
380406
<span class="site-state-item-name">日志</span>
381407
</a>
382408
</div>
@@ -386,7 +412,7 @@ <h1 id="智能仪表拓展了数据的疆域"><a href="#智能仪表拓展了数
386412

387413
<div class="site-state-item site-state-tags">
388414
<a href="/tags">
389-
<span class="site-state-item-count">5</span>
415+
<span class="site-state-item-count">8</span>
390416
<span class="site-state-item-name">标签</span>
391417
</a>
392418
</div>
@@ -395,6 +421,13 @@ <h1 id="智能仪表拓展了数据的疆域"><a href="#智能仪表拓展了数
395421
</nav>
396422

397423

424+
<div class="feed-link motion-element">
425+
<a href="/atom.xml" rel="alternate">
426+
<i class="fa fa-rss"></i>
427+
RSS
428+
</a>
429+
</div>
430+
398431

399432
<div class="links-of-author motion-element">
400433

@@ -717,6 +750,27 @@ <h1 id="智能仪表拓展了数据的疆域"><a href="#智能仪表拓展了数
717750

718751

719752

753+
<script type="text/javascript">
754+
var disqus_shortname = 'raawaa-static-blog';
755+
var disqus_identifier = '2016/03/16/How-utilities-are-profiting-from-Big-Data-analytics/';
756+
var disqus_title = '〔译〕基础能源公司如何从大数据中获益';
757+
var disqus_url = 'http://raawaa.github.io/2016/03/16/How-utilities-are-profiting-from-Big-Data-analytics/';
758+
759+
function run_disqus_script(disqus_script){
760+
var dsq = document.createElement('script');
761+
dsq.type = 'text/javascript';
762+
dsq.async = true;
763+
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
764+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
765+
}
766+
767+
run_disqus_script('count.js');
768+
769+
run_disqus_script('embed.js');
770+
771+
</script>
772+
773+
720774

721775

722776

0 commit comments

Comments
 (0)