-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
446 lines (244 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
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Welcome to Rulei's Blog – Rulei Guo</title>
<meta name="description" content="Describe this nonsense.">
<meta name="keywords" content="Jekyll, theme, themes, responsive, blog, modern">
<!-- Open Graph -->
<meta property="og:locale" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Welcome to Rulei's Blog">
<meta property="og:description" content="Describe this nonsense.">
<meta property="og:url" content="https://peter-goa.github.io/">
<meta property="og:site_name" content="Rulei Guo">
<meta property="og:image" content="https://peter-goa.github.io/images/images/logo.png">
<link rel="canonical" href="https://peter-goa.github.io/">
<link href="https://peter-goa.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Rulei Guo Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<!-- For all browsers -->
<link rel="stylesheet" href="https://peter-goa.github.io/assets/css/main.css">
<link rel="stylesheet" href="https://peter-goa.github.io/assets/css/jquery.mmenu.all.css">
<link rel="stylesheet" href="https://peter-goa.github.io/assets/css/jquery.floating-social-share.min.css">
<!-- Webfonts -->
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css">
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script type="text/javascript" src="https://peter-goa.github.io/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="https://peter-goa.github.io/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="https://peter-goa.github.io/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="https://peter-goa.github.io/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://peter-goa.github.io/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://peter-goa.github.io/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://peter-goa.github.io/images/apple-touch-icon-144x144-precomposed.png">
<!-- Display Mathematical Formula, Mathjax-->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<!-- End Mathjax-->
</head>
<body id="post-index">
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<div class="header-menu header-menu-top">
<ul class="header-item-container">
<li class="header-item-title header-toggle "><a href="#menu"><h2><i class="fa fa-bars"></i></h2></a></li>
<li class="header-item-title">
<a href="https://peter-goa.github.io/">
<img class="logo" src="https://peter-goa.github.io/images/logo.png" alt="Rulei Guo">
<a href="https://peter-goa.github.io/" class="title"> Rulei Guo</a>
</a>
</li>
<li class="header-item "><a href="https://peter-goa.github.io/about"><h3>About</h3></a></li>
<li class="header-item "><a href="https://peter-goa.github.io/categories"><h3>Categories</h3></a>
<ul class="header-submenu">
<li class="sub-item"><a href="https://peter-goa.github.io/categories/#Math">Math</a></li>
<li class="sub-item"><a href="https://peter-goa.github.io/categories/#intro">intro</a></li>
<li class="sub-item"><a href="https://peter-goa.github.io/categories/#life">life</a></li>
</ul>
</li>
<li class="header-item "><a href="https://peter-goa.github.io/tags"><h3>Tags</h3></a></li>
<li class="header-item "><a href="https://peter-goa.github.io/"><h3>Home</h3></a></li>
<li class="header-item"><a href="https://peter-goa.github.io/search"><h3><i class="fa fa-search"></i></h3></a></li>
</ul>
</div>
<div class="entry-header">
<div class="header-title">
<div class="header-title-wrap">
<h1>Welcome to Rulei's Blog</h1>
<h2><span class="entry-date"><time> </time></span></h2>
<p class="entry-reading-time">
</p><!-- /.entry-reading-time -->
</div><!-- /.header-title-wrap -->
</div><!-- /.header-title -->
</div><!-- /.entry-header -->
<nav id="menu" style="display: none">
<ul>
<li><a href="https://peter-goa.github.io/"><h3>Home</h3></a></li>
<li><a href="https://peter-goa.github.io/tags"><h3>Tags</h3></a></li>
<li><a href="https://peter-goa.github.io/categories"><h3>Categories</h3></a>
<ul>
<li><a href="https://peter-goa.github.io/categories/#Math">Math</a></li>
<li><a href="https://peter-goa.github.io/categories/#intro">intro</a></li>
<li><a href="https://peter-goa.github.io/categories/#life">life</a></li>
</ul>
</li>
<li><a href="https://peter-goa.github.io/about"><h3>About</h3></a></li>
</ul>
</nav>
<div id="main" role="main">
<article class="hentry">
<header>
<div class="entry-image-index">
<a href="https://peter-goa.github.io/math/LP-01/" title="Linear programming note one"><img src="https://peter-goa.github.io/images/spring_rain.png" alt="Linear programming note one"></a>
</div><!-- /.entry-image -->
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2017-04-05T00:00:00+08:00"><a href="https://peter-goa.github.io/math/LP-01/">April 05, 2017</a></time></span><span class="author vcard"><span class="fn"><a href="https://peter-goa.github.io/about/" title="About Peter-Goa">Peter-Goa</a></span></span>
<span class="entry-reading-time">
<i class="fa fa-clock-o"></i>
Reading time ~1 minute
</span><!-- /.entry-reading-time -->
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="https://peter-goa.github.io/math/LP-01/" rel="bookmark" title="Linear programming note one" itemprop="url">Linear programming note one</a></h1>
</header>
<div class="entry-content">
<h1 id="标准形式">标准形式</h1>
<p>标准形式的数学表达式的矩阵形式为:</p>
<p>When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
<script type="math/tex">x = {-b \pm \sqrt{b^2-4ac} \over 2a}.</script></p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-image-index">
<a href="https://peter-goa.github.io/life/qingming/" title="A new day"><img src="https://peter-goa.github.io/images/Qingming_1.png" alt="A new day"></a>
</div><!-- /.entry-image -->
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2017-04-04T00:00:00+08:00"><a href="https://peter-goa.github.io/life/qingming/">April 04, 2017</a></time></span><span class="author vcard"><span class="fn"><a href="https://peter-goa.github.io/about/" title="About Peter-Goa">Peter-Goa</a></span></span>
<span class="entry-reading-time">
<i class="fa fa-clock-o"></i>
Reading time ~1 minute
</span><!-- /.entry-reading-time -->
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="https://peter-goa.github.io/life/qingming/" rel="bookmark" title="A new day" itemprop="url">A new day</a></h1>
</header>
<div class="entry-content">
<h1 id="开始学习优化理论">开始学习优化理论</h1>
<h2 id="start-to-study-optimization-theory">Start to study optimization theory</h2>
<p><img src="https://cdn2.iconfinder.com/data/icons/despicable-me-2-minions/128/Minion-reading-icon.png" alt="read" /></p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-image-index">
<a href="https://peter-goa.github.io/life/Hello-world/" title="Hello world"><img src="https://peter-goa.github.io/images/4256-106.jpg" alt="Hello world"></a>
</div><!-- /.entry-image -->
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2017-04-02T00:00:00+08:00"><a href="https://peter-goa.github.io/life/Hello-world/">April 02, 2017</a></time></span><span class="author vcard"><span class="fn"><a href="https://peter-goa.github.io/about/" title="About Peter-Goa">Peter-Goa</a></span></span>
<span class="entry-reading-time">
<i class="fa fa-clock-o"></i>
Reading time ~1 minute
</span><!-- /.entry-reading-time -->
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="https://peter-goa.github.io/life/Hello-world/" rel="bookmark" title="Hello world" itemprop="url">Hello world</a></h1>
</header>
<div class="entry-content">
<h1 id="hello-world">Hello World!!!</h1>
<p>I completed the <a href="https://github.com/Peter-Goa/autoUpdate" title="auto update function">website auto update function</a> .Although the code is simple, it makes me easy to do this work.</p>
<p><img src="https://cdn0.iconfinder.com/data/icons/outlined-emoticons-pack/200/emoticons_happy-128.png" alt="smile" /></p>
<p>If I do some push at other place, the function will go wrong.
T_T</p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-image-index">
<a href="https://peter-goa.github.io/intro/sample-post/" title="Sample Post"><img src="https://peter-goa.github.io/images/feature.jpg" alt="Sample Post"></a>
<div class="image-credit">Image source: <a target="_blank" href="http://www.dargadgetz.com/ios-8-abstract-wallpaper-pack-for-iphone-5s-5c-and-ipod-touch-retina/">dargadgetz</a></div><!-- /.image-credit -->
</div><!-- /.entry-image -->
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2016-12-02T00:00:00+08:00"><a href="https://peter-goa.github.io/intro/sample-post/">December 02, 2016</a></time></span><span class="author vcard"><span class="fn"><a href="https://peter-goa.github.io/about/" title="About Peter-Goa">Peter-Goa</a></span></span>
<span class="entry-reading-time">
<i class="fa fa-clock-o"></i>
Reading time ~1 minute
</span><!-- /.entry-reading-time -->
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="https://peter-goa.github.io/intro/sample-post/" rel="bookmark" title="Sample Post" itemprop="url">Sample Post</a></h1>
</header>
<div class="entry-content">
<p>Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.</p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2016-12-01T00:00:00+08:00"><a href="https://peter-goa.github.io/intro/code-highlighting-post/">December 01, 2016</a></time></span><span class="author vcard"><span class="fn"><a href="https://peter-goa.github.io/about/" title="About Peter-Goa">Peter-Goa</a></span></span>
<span class="entry-reading-time">
<i class="fa fa-clock-o"></i>
Reading time ~1 minute
</span><!-- /.entry-reading-time -->
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="https://peter-goa.github.io/intro/code-highlighting-post/" rel="bookmark" title="Syntax Highlighting Post" itemprop="url">Syntax Highlighting Post</a></h1>
</header>
<div class="entry-content">
<p>Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.<sup id="fnref:1"><a href="#fn:1" class="footnote">1</a></sup></p>
<div class="footnotes">
<ol>
<li id="fn:1">
<p><a href="http://en.wikipedia.org/wiki/Syntax_highlighting">http://en.wikipedia.org/wiki/Syntax_highlighting</a> <a href="#fnref:1" class="reversefootnote">↩</a></p>
</li>
</ol>
</div>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<div class="pagination">
<ul class="inline-list">
<li><strong class="current-page">1</strong></li>
<li><a href="https://peter-goa.github.io/page2/">2</a></li>
<li><a href="https://peter-goa.github.io/page2/" class="btn">Next</a></li>
</ul>
</div>
</div><!-- /#main -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script type="text/javascript" src="https://peter-goa.github.io/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script type="text/javascript" src="https://peter-goa.github.io/assets/js/scripts.min.js"></script>
<script type="text/javascript" async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Asynchronous Google Analytics snippet -->
<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-96617301-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<script type="text/javascript">
sharing();
</script>
<div class="footer-wrapper">
<footer role="contentinfo">
<span>© 2017 Peter-Goa. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://github.com/aron-bordin/neo-hpstr-jekyll-theme" rel="nofollow">Neo-HPSTR Theme</a>.</span>
</footer>
</div><!-- /.footer-wrapper -->
</body>
</html>