-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
547 lines (353 loc) · 16.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE HTML>
<html >
<head>
<meta charset="UTF-8">
<title>Steam</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="Steam">
<meta name="description" content="description test">
<link rel="alternative" href="/Tinnypp/atom.xml## RSS address." title="Steam" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/Tinny.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/Tinny.jpg">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="http://cdn.bootcss.com/highlight.js/8.2/styles/railscasts.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/8.2/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="/css/style.css">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?d182ed77fc48758bf45a33835ee35745";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type="text/javascript">
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
})(window,document,'script','//s.swiftypecdn.com/install/v1/st.js','_st');
_st('install','.............Add your swiftype userID...............');
</script>
</head>
<body>
<header>
<div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="Steam">Steam</a></h1>
<h2 class="blog-motto">DREAM makes you different</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li>
<form class="search" action="/search/index.html" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="st-search-inpu" maxlength="20" placeholder="Search" />
</form>
</li>
<!--<li><div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div></li>-->
</ul>
</nav>
</div>
</header>
<div id="container" class="clearfix">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2019/04/22/life-最近的一些想法/" title="life-最近的一些想法" itemprop="url">
life-最近的一些想法
</a>
</h1>
<p itemprop="description" >前言最近带孩子上课,还有自己学习 csapp 的过程中有一些想法:
你表达的和你的真实想法之间的差别。
真正的专业和玩一玩有很大的区别,你首先要确定的是自己是玩一玩还是做一个专业的人。
表达和内心所想之间的差别很多时候我们的表达和自己的内心想法之间是有距离的,我这里想强调的主</p>
<p class="article-more-link">
<time datetime="2019-04-22T01:51:53.000Z" itemprop="datePublished">2019-04-22</time>
<a href="/2019/04/22/life-最近的一些想法/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2019/03/19/life-Japan-Travel/" title="life-Japan-Travel" itemprop="url">
life-Japan-Travel
</a>
</h1>
<p itemprop="description" >这次去日本回国之后有几点明显的感受
空气质量很差,这个问题非常严重,而且感觉很长一段时间不可避免。
总的来说,人的素质还是比较差,但是在进步,有很大的进步空间,但是可以明显感觉到在进步,至少一线城市是。
有些方面比日本已经做得好了,比如很多自动化和计算机相关的方面,但是总的来说</p>
<p class="article-more-link">
<time datetime="2019-03-19T02:02:43.000Z" itemprop="datePublished">2019-03-19</time>
<a href="/2019/03/19/life-Japan-Travel/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2019/01/21/life-travel/" title="life-travel" itemprop="url">
life-travel
</a>
</h1>
<p itemprop="description" >有时候会看看旅游的帖子,就把自己觉得好玩的地方记下来,方便以后去。
内蒙古大红山,这篇帖子有写
乌兰察布火山群,这篇帖子,这个是中国国家地理的帖子</p>
<p class="article-more-link">
<time datetime="2019-01-21T10:30:20.000Z" itemprop="datePublished">2019-01-21</time>
<a href="/2019/01/21/life-travel/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2019/01/01/life-2019/" title="life-2019" itemprop="url">
life-2019
</a>
</h1>
<p itemprop="description" >新年新的 flag 和目标2018年是艰苦和成长的一年,2019年只有更加努力,而没有任何退路和休息的余地。以前从来不会在意新的一年的开始,也不会对新的一年有太多的规划和期待。今年感觉是我第一年更加主动地愿意去规划和期待的一年。唯有勇往前行才能避免陷入僵局。
今天早上看到了 xs</p>
<p class="article-more-link">
<time datetime="2019-01-01T01:37:17.000Z" itemprop="datePublished">2019-01-01</time>
<a href="/2019/01/01/life-2019/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2018/12/05/life-Some-fun/" title="life-Some fun" itemprop="url">
life-Some fun
</a>
</h1>
<p itemprop="description" >今天看到一个很有意思的网站,https://elgoog.im,是 google 的镜像,搜索出来的结果也是镜像,还没有仔细看,应该还有一些隐藏功能。所以就写一篇文章来记录下自己看到的有意思的内容。
https://elgoog.im</p>
<p class="article-more-link">
<time datetime="2018-12-05T12:04:18.000Z" itemprop="datePublished">2018-12-05</time>
<a href="/2018/12/05/life-Some-fun/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2018/12/03/Great-websites/" title="Great websites" itemprop="url">
Great websites
</a>
</h1>
<p itemprop="description" >Etsy,一个卖手工艺术品的国外网站
Ifixit,一个维修东西的网站</p>
<p class="article-more-link">
<time datetime="2018-12-03T10:26:31.000Z" itemprop="datePublished">2018-12-03</time>
<a href="/2018/12/03/Great-websites/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2018/11/19/life-给-BC-的回复/" title="life: 给 BC 的回复" itemprop="url">
life: 给 BC 的回复
</a>
</h1>
<p itemprop="description" >工作忙碌,无暇顾及生活,生活就会给你出难题:请问你为什么要工作?是为了生活吗?这两天 BC 很消沉,工作的压力太大,这种压力来自于工作的难度和对于工作的意义的质疑。当然,质疑的一部分原因来自于工作的难度,但是绝对不是全部。
深深的忧虑出国这条路感觉是不是不是一条很好的路,那还要不</p>
<p class="article-more-link">
<time datetime="2018-11-19T05:38:43.000Z" itemprop="datePublished">2018-11-19</time>
<a href="/2018/11/19/life-给-BC-的回复/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2018/11/13/life-daughter/" title="life-daughter" itemprop="url">
life-daughter
</a>
</h1>
<p itemprop="description" >Terrible Two
Two-year-olds are struggling with their reliance on their parents and their desire for independence. They’re eager to do things</p>
<p class="article-more-link">
<time datetime="2018-11-13T09:47:24.000Z" itemprop="datePublished">2018-11-13</time>
<a href="/2018/11/13/life-daughter/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2018/11/05/life-人生的意义/" title="life: 人生的意义" itemprop="url">
life: 人生的意义
</a>
</h1>
<p itemprop="description" >有时候会觉得自己的人生活着就是一个漫无目的的被风吹起的塑料袋。风怎么吹,我就怎么走,我的人生可能是被吹向一片荒芜的隔壁,也可能是被吹向一片浓郁茂密的丛林,或者是漫无边际的海洋。而在这些环境里,我可能会停留,也可能会被掩埋,或者继续被吹走。我没有思考过我的人生的意义和目的,还有看起</p>
<p class="article-more-link">
<time datetime="2018-11-05T04:43:12.000Z" itemprop="datePublished">2018-11-05</time>
<a href="/2018/11/05/life-人生的意义/">阅读更多»</a>
</p>
</article>
</section>
<section class="post" itemscope itemprop="blogPost">
<article>
<h1 itemprop="name">
<a href="/2018/10/29/和父亲吵了一架,心烦意乱/" title="和父亲吵了一架,心烦意乱" itemprop="url">
和父亲吵了一架,心烦意乱
</a>
</h1>
<p itemprop="description" >昨晚和父亲大吵一架,我觉得可能就是随着我成年之后对于过去问题的回顾,多种不满情绪的一种外在表现。昨天最终和父亲不欢而散,甚至本来说好的父亲送我去火车站,最后也没有送。三姑和三姑夫带着我去的火车站。很孤单!我一股脑把自己想表达的都表达了,但是我觉得父亲没有听进去。他闭上了自己的大门</p>
<p class="article-more-link">
<time datetime="2018-10-29T09:49:49.000Z" itemprop="datePublished">2018-10-29</time>
<a href="/2018/10/29/和父亲吵了一架,心烦意乱/">阅读更多»</a>
</p>
</article>
</section>
<nav id="page-nav" class="clearfix">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/7/">7</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</nav>
</div>
<div id="asidepart">
<div id="authorInfo">
<div class="author-logo"></div>
<section class="author-info">
<p> Steam</p>
<p> DREAM makes you different</p>
</section>
<div class="social-font" class="clearfix">
<a href="https://github.com/oakland" target="_blank" title="github"></a>
</div>
</div>
<aside class="clearfix">
<div class="tagslist">
<p class="asidetitle">Tags</p>
<ul class="clearfix">
<li><a href="/tags/2019-life/" title="2019, life">2019, life<sup>1</sup></a></li>
<li><a href="/tags/CS/" title="CS">CS<sup>2</sup></a></li>
<li><a href="/tags/CSS/" title="CSS">CSS<sup>1</sup></a></li>
<li><a href="/tags/CommonJS/" title="CommonJS">CommonJS<sup>1</sup></a></li>
<li><a href="/tags/JS/" title="JS">JS<sup>16</sup></a></li>
<li><a href="/tags/JS-python/" title="JS, python">JS, python<sup>1</sup></a></li>
<li><a href="/tags/MVC/" title="MVC">MVC<sup>1</sup></a></li>
<li><a href="/tags/SS/" title="SS">SS<sup>1</sup></a></li>
<li><a href="/tags/Udacity-Google/" title="Udacity Google">Udacity Google<sup>1</sup></a></li>
<li><a href="/tags/blog/" title="blog">blog<sup>1</sup></a></li>
<li><a href="/tags/bootstrap/" title="bootstrap">bootstrap<sup>1</sup></a></li>
<li><a href="/tags/chrome/" title="chrome">chrome<sup>1</sup></a></li>
<li><a href="/tags/css/" title="css">css<sup>1</sup></a></li>
<li><a href="/tags/git/" title="git">git<sup>3</sup></a></li>
<li><a href="/tags/hexo/" title="hexo">hexo<sup>4</sup></a></li>
<li><a href="/tags/japan-life/" title="japan, life">japan, life<sup>1</sup></a></li>
<li><a href="/tags/life/" title="life">life<sup>10</sup></a></li>
<li><a href="/tags/mac/" title="mac">mac<sup>1</sup></a></li>
<li><a href="/tags/network/" title="network">network<sup>1</sup></a></li>
<li><a href="/tags/nodejs/" title="nodejs">nodejs<sup>1</sup></a></li>
</ul>
</div>
<div class="rsspart">
<a href="/Tinnypp/atom.xml## RSS address." target="_blank" title="rss">RSS</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="copyright">
<span>Powered by <a href="https://github.com/hexojs/hexo">Hexo</a> and theme by
<a href="https://github.com/levonlin/Tinnypp">Tinnypp</a>.</span>
<span>© Steam</span>
<div>
</div></footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//back to top
function backToTop(){
var buttonHTML = $("<a href=\"#top\" id=\"back-top\">" + "<span>Back to Top</span></a>");
buttonHTML.appendTo($("body"));
var buttonToTop = $("#back-top");
// hide #back-top first
buttonToTop.hide();
// fade in #back-top
$(function() {
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
buttonToTop.fadeIn();
} else {
buttonToTop.fadeOut();
}
});
// scroll body to 0px on click
buttonToTop.click(function() {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
}
backToTop();
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
ta = $('#toc.toc-aside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
}
});
var show = true;
c.click(function(){
if(show == true){
a.addClass('fadeOut').css('display', 'none');
ta.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
}else{
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
ta.css('display', 'none');
m.removeClass('moveMain');
$('#toc.toc-aside').css('display', 'none');
}
show = !show;
});
});
</script>
<script type="text/javascript">
function footerPosition() {
var contentHeight = document.documentElement.scrollHeight,
winHeight = window.innerHeight;
if(contentHeight <= winHeight) {
$('footer').addClass('fixed-bottom');
} else {
$('footer').removeClass('fixed-bottom');
}
}
footerPosition();
$(window).resize(footerPosition);
</script>
</body>
</html>