-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
307 lines (193 loc) · 9.29 KB
/
index.html
File metadata and controls
307 lines (193 loc) · 9.29 KB
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
<!DOCTYPE HTML>
<html >
<head>
<meta charset="UTF-8">
<title>huzheyi's blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="huzheyi">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="huzheyi" />
<meta name="twitter:title" content="huzheyi's blog" />
<link rel="alternate" href="atom.xml" title="huzheyi's blog" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.png" alt="huzheyi's blog" title="huzheyi's blog"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="huzheyi's blog">huzheyi's blog</a></h1>
<h2 class="blog-motto">Blog Beauty of My Life</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li>
<form class="search" action="/search/index.html" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" autocomplete="off" name="q" maxlength="20" placeholder="Search" />
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/03/28/-转-批量卸载Windows更新/" title="[转]批量卸载Windows更新" itemprop="url">
<h1 itemprop="name">[转]批量卸载Windows更新</h1>
<p itemprop="description" >最近发现虚拟机里的Windows 8.1体积日益增大,而我除了在里面写写PPT和DOC基本不干别的事儿。估计是系统自动更新安装了一大堆的补丁。在系统里补丁只能一个一个卸载,于是就Google到以下这段脚本,用来批量卸载补丁。感谢原作者。</p>
<time datetime="2015-03-28T12:03:45.000Z" itemprop="datePublished">Mar 28 2015</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/02/12/关于开源音乐的想法/" title="关于开源音乐的想法" itemprop="url">
<h1 itemprop="name">关于开源音乐的想法</h1>
<p itemprop="description" >背景
最近,互联网行业在中国是如此的火(pao)爆(mo),以至于像我这样的半IT人士,也希望琢磨一些idea能在这波浪潮中玩儿一把。很多人提及的所谓“互联网思维”,或许我还没能很好的理解,但我想通过IT技术让传统行业发生一些改变或者革新,其实是完全可以尝试的。</p>
<time datetime="2015-02-12T02:45:03.000Z" itemprop="datePublished">Feb 12 2015</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/01/31/优雅地使用Markdown书写/" title="优雅地使用Markdown书写" itemprop="url">
<h1 itemprop="name">优雅地使用Markdown书写</h1>
<p itemprop="description" >Markdown是一种轻量级标记语言,创始人为John Gruber。它允许人们“使用易读易写的纯文本格式编写文档,然后转换成有效的XHTML或者HTML文档”。</p>
<time datetime="2015-01-31T14:13:58.000Z" itemprop="datePublished">Jan 31 2015</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/01/28/在Github上搭建Hexo博客/" title="在Github上搭建Hexo博客" itemprop="url">
<h1 itemprop="name">在Github上搭建Hexo博客</h1>
<p itemprop="description" >搭建一个博客,无非就是要解决这三个问题:空间、域名、程序。那么这篇博文将带领大家逐一解决。</p>
<time datetime="2015-01-28T06:50:20.000Z" itemprop="datePublished">Jan 28 2015</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/01/25/Homebrew-OS-X不可或缺的软件包管理工具/" title="Homebrew - OS X不可或缺的软件包管理工具" itemprop="url">
<h1 itemprop="name">Homebrew - OS X不可或缺的软件包管理工具</h1>
<p itemprop="description" >时下,Linux类操作系统都有软件包管理工具,例如:RHEL/Centos的yum,Debian/Ubuntu的apt,Arch的pacman等,用来安装、卸载、更新软件包十分方便。如今,</p>
<time datetime="2015-01-24T16:42:06.000Z" itemprop="datePublished">Jan 25 2015</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/01/24/First-Post/" title="First Post" itemprop="url">
<h1 itemprop="name">First Post</h1>
<p itemprop="description" >Hello World !</p>
<time datetime="2015-01-23T16:39:30.000Z" itemprop="datePublished">Jan 24 2015</time>
</a>
</section>
</div>
<div class="openaside"><a class="navbutton" href="#" title="Show Sidebar"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div>
<aside class="clearfix">
<div class="categorieslist">
<p class="asidetitle">Categories</p>
<ul>
<li><a href="/categories/创意想法/" title="创意想法">创意想法<sup>1</sup></a></li>
<li><a href="/categories/技术相关/" title="技术相关">技术相关<sup>4</sup></a></li>
</ul>
</div>
<div class="tagslist">
<p class="asidetitle">Tags</p>
<ul class="clearfix">
<li><a href="/tags/Hexo/" title="Hexo">Hexo<sup>1</sup></a></li>
<li><a href="/tags/Homebrew/" title="Homebrew">Homebrew<sup>1</sup></a></li>
<li><a href="/tags/Markdown/" title="Markdown">Markdown<sup>1</sup></a></li>
<li><a href="/tags/OS-X/" title="OS X">OS X<sup>1</sup></a></li>
<li><a href="/tags/Windows/" title="Windows">Windows<sup>1</sup></a></li>
<li><a href="/tags/包管理/" title="包管理">包管理<sup>1</sup></a></li>
<li><a href="/tags/博客/" title="博客">博客<sup>1</sup></a></li>
<li><a href="/tags/开源/" title="开源">开源<sup>1</sup></a></li>
<li><a href="/tags/音乐/" title="音乐">音乐<sup>1</sup></a></li>
</ul>
</div>
<div class="rsspart">
<a href="/atom.xml" target="_blank" title="rss">RSS</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> Hello, I'm huzheyi. <br/>
This is my blog, believe it or not.</p>
</section>
<div class="social-font clearfix">
<a href="http://weibo.com/2098978053" target="_blank" title="weibo"></a>
<a href="https://twitter.com/huzheyi" target="_blank" title="twitter"></a>
<a href="https://github.com/huzheyi" target="_blank" title="github"></a>
<a href="https://www.facebook.com/zheyi.hu" target="_blank" title="facebook"></a>
</div>
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> © 2015
<a href="http://huzheyi.gq" target="_blank" title="huzheyi">huzheyi</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.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'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58905172-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>