-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (105 loc) · 5.46 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.68.3" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>ChipLin | Home </title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="" />
<meta name="twitter:description" content="" />
<meta name="description" content="" />
<meta name="description" content="" />
<meta property="og:title" content=" | ChipLin" />
<meta name="twitter:title" content=" | ChipLin" />
<meta property="og:image" content=""/>
<meta itemprop="name" content=" | ChipLin" />
<meta name="application-name" content=" | ChipLin" />
<meta property="og:site_name" content="" />
<link rel="alternate" type="application/rss+xml" href="https://linchupeng.com/index.xml" title="ChipLin" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://linchupeng.com/" />
<meta property="og:updated_time" content="2019-05-28T00:00:00+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://linchupeng.com/css/main.css" /><link rel="stylesheet" type="text/css" href="https://linchupeng.com/css/dark.css" media="(prefers-color-scheme: dark)" />
</head>
<body>
<div class="content">
<header>
<div class="main">
<a href="https://linchupeng.com/">ChipLin</a>
</div>
<nav>
<a href="/">Home</a>
<a href="/posts">Posts</a>
<a href="/about">About</a>
</nav>
</header>
<main class="list">
<div class="site-description"><p>Talk is Cheap Show me the Code</p></div>
<section class="list-item">
<h1 class="title"><a href="/posts/bye-2018/">再见-2018</a></h1>
<time>2019-01-02</time>
<br><div class="description">
<p><strong>人生苦短,2019年 想做一个酷酷的码仔。</strong></p>
<p>18 年总感觉比 17 年节奏更快点,我以为岁月可以像细水那样流长,我尝试去把生活过慢得一点,去领悟身边的人和事物,可岁月这家伙要走时候总是不跟我打声招呼。</p>…
</div>
<a href="/posts/bye-2018/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/audition/">毕业一年面试之旅</a></h1>
<time>2018-07-03</time>
<br><div class="description">
<p><strong>永远相信美好的事情即将发生。</strong></p>
<p>已经两三月没更新博客了,这两个月经历了离职,面试,入职,总的来说感触很深,所以也打算记录下这段经历。</p>…
</div>
<a href="/posts/audition/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/ioc-di/">强大的依赖注入和控制反转</a></h1>
<time>2018-03-08</time>
<br><div class="description">
<p><strong>有点唬人却实力派的 IOC/DI</strong></p>
<p>最近大佬说下个项目要用 Laravel 框架,所以就开始学 Laravel 。之前只是大概扫了下文档,觉得它很新颖,不管是PHP新特性,还是设计思想都用到一个新高度,以至于学起来有些费力,其实归根结底还是我思想陈旧,用过去的知识来看问题。</p>…
</div>
<a href="/posts/ioc-di/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/mysql/">Mysql 查询语句执行过程</a></h1>
<time>2018-02-05</time>
<br><div class="description">
<p><strong>解密 SELECT 子句执行顺序</strong></p>
<p>我们知道,数据库查询是数据库的最主要功能之一,作为一枚 PHPer 每天都会跟数据库打交道,比如MYSQL 整天的 CURD,其实应该去了解 SELECT 执行过程。</p>…
</div>
<a href="/posts/mysql/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/bye-2017/">再见-2017</a></h1>
<time>2018-01-01</time>
<br><div class="description">
<p><strong>风雨里像个大人,阳关下像个孩子,再见 2017。</strong></p>
<p>生活过得勉勉强强,没房,也没车。不知不觉一把材米油盐也成为压力了,没能成为当初所向往的的人。</p>…
</div>
<a href="/posts/bye-2017/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/hello-blog/">为什么写起博客</a></h1>
<time>2017-09-04</time>
<br><div class="description">
<p><strong>博客这种东西跟经典一样,不会随着时间而褪色,反而更显珍贵</strong> 。</p>
<p>早之前时常看到别人的博文,总会突发奇想是否自己也搭建个博客,只是自己的拖延症已经无可救药了,现在想搭建的时候 ,博客也已经差不多走到了末路。</p>…
</div>
<a href="/posts/hello-blog/">Read more ⟶</a>
</section>
</main>
<footer>
<hr>⚡️
2020 © ChipLin|岁月安好 你也一样
</footer>
</div>
</body>
</html>