-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
335 lines (243 loc) · 13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" >
<title>西狂部落阁</title>
<meta name="description" content="点滴珍藏|快乐分享">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="shortcut icon" href="https://xikuang.ren/favicon.ico?v=1563277837788">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<link rel="stylesheet" href="https://xikuang.ren/styles/main.css">
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<div id="app" class="main">
<div class="sidebar" :class="{ 'full-height': menuVisible }">
<div class="top-container" data-aos="fade-right">
<div class="top-header-container">
<a class="site-title-container" href="https://xikuang.ren">
<img src="https://xikuang.ren/images/avatar.png?v=1563277837788" class="site-logo">
<h1 class="site-title">西狂部落阁</h1>
</a>
<div class="menu-btn" @click="menuVisible = !menuVisible">
<div class="line"></div>
</div>
</div>
<div>
<a href="/" class="site-nav">
首页
</a>
<a href="/archives" class="site-nav">
归档
</a>
<a href="/tags" class="site-nav">
标签
</a>
<a href="/post/about" class="site-nav">
关于
</a>
</div>
</div>
<div class="bottom-container" data-aos="flip-up" data-aos-offset="0">
<div class="social-container">
</div>
<div class="site-description">
点滴珍藏|快乐分享
</div>
<div class="site-footer">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | <a class="rss" href="https://xikuang.ren/atom.xml" target="_blank">RSS</a>
</div>
</div>
</div>
<div class="main-container">
<div class="content-container" data-aos="fade-up">
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/copytranslator">
<h2 class="post-title">翻译软件界的新星,PDF文档翻译神器 CopyTranslator</h2>
</a>
<div class="post-date">
2019-01-15
</div>
<div class="post-abstract">
<p>最近,Github 上一款由国人开发的开源翻译软件火了。这款叫做<strong>CopyTranslator</strong>的软件直指阅读 PDF 外文文献时,需要频繁复制粘贴到谷歌翻译,并且会出现多余换行导致乱码以及译文与中文阅读习惯不符的痛点,提出了“复制即翻译”的高效率操作,迅速俘获了大量粉丝。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/copytranslator">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/copytranslator.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/notable">
<h2 class="post-title">又一款开源、跨平台、高颜值的 Markdown 笔记应用 —— Notable</h2>
</a>
<div class="post-date">
2019-01-04
</div>
<div class="post-abstract">
<p>Notable 是 Github 上新发布的一款优秀的开源 Markdown 笔记应用,短短时间已经有 4770 多赞。Notable 有着简洁、优雅的三栏界面,使用可以无限层嵌套的标签(tags)管理 Markdown 文件。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/notable">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/notable.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/spotminionsell">
<h2 class="post-title">波士顿动力公司 (Boston Dynamics) 将四足机器人 SpotMini 推向市场</h2>
</a>
<div class="post-date">
2018-08-11
</div>
<div class="post-abstract">
<p>波士顿动力公司(Boston Dynamics)在实验室研究迭代多款令人惊叹的智能机器人设计后,终于准备将其首款比较成熟的原型——一款名为 SpotMini 的小型狗式机器人推向市场。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/spotminionsell">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/spotminionsell.jpeg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/skyscraper">
<h2 class="post-title">世界各国极具个性的摩天大楼设计</h2>
</a>
<div class="post-date">
2018-08-08
</div>
<div class="post-abstract">
</div>
</div>
<a class="right" href="https://xikuang.ren/post/skyscraper">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/skyscraper.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/qian-ben-cao">
<h2 class="post-title">千古奇文 《钱本草》</h2>
</a>
<div class="post-date">
2018-08-05
</div>
<div class="post-abstract">
<p>唐代文学家张说曾经历仕四朝、三秉大政,掌文学之任三十年,而且著作很多,张说文笔锋健、才思敏捷,堪称叱咤风云的一代英豪,但是他仕途坎坷,曾经因为得罪武则天的面首而被流放和贬谪,三起三落的坎坷经历使得张说的诗文中充满着看破红尘的沧桑感,对于张说的散文《钱本草》,文章不长,通俗易懂,全篇录于下:</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/qian-ben-cao">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/qian-ben-cao.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/safari-chrome-hstsset">
<h2 class="post-title">Safari / Chrome / Firefox 浏览器强制跳转 HTTPS 导致无法访问 HTTP</h2>
</a>
<div class="post-date">
2018-07-31
</div>
<div class="post-abstract">
<p>近期,因为尝试将网站升级到 https 访问,发现了一个问题,macOS 系统自带的 Safari 浏览器在用 https 方式浏览过一个网站后,再次以 http 协议访问这个网站,会强制跳转到 https ,即使这个网站已经不支持 https 了。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/safari-chrome-hstsset">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/safari-chrome-hstsset.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/xunfeiliusheng">
<h2 class="post-title">快来『讯飞留声 Lite』小程序定制个人的声音库</h2>
</a>
<div class="post-date">
2018-07-30
</div>
<div class="post-abstract">
<p>刚刚 Google 在微信小程序发布了猜画小歌,国内语音技术行业龙头科大讯飞也坐不住了,于近日发布了一款叫做『讯飞留声 Lite』的小程序。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/xunfeiliusheng">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/xunfeiliusheng.gif')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/pascal-triangle">
<h2 class="post-title">数学之美:杨辉三角(帕斯卡三角)的奇特性质</h2>
</a>
<div class="post-date">
2018-07-26
</div>
<div class="post-abstract">
<p>就是这个看上去平平无奇的数字三角形,却有一些非常奇妙甚至是神秘的特性,本文将一一为您揭晓。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/pascal-triangle">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/pascal-triangle.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/google-wechatgame">
<h2 class="post-title">猜画小歌:Google 利用微信用户训练谷歌人工智能</h2>
</a>
<div class="post-date">
2018-07-18
</div>
<div class="post-abstract">
<p>这两天,Google 发布了叫做『猜画小歌』的小游戏,立刻火遍了大江南北。</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/google-wechatgame">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/google-wechatgame.jpg')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://xikuang.ren/post/wordpress5newfeature">
<h2 class="post-title">WordPress 5.0 新功能展望</h2>
</a>
<div class="post-date">
2018-07-15
</div>
<div class="post-abstract">
<p>WordPress 从 2003 年第一个版本发布到现在已经经过了 15 年的发展历程,目前已经占领了近 60% 的 CMS 市场份额,互联网上有 30% 的网站是以 Wordpress 作为后台。目前,WordPress 的最新一个稳定版本是 4.9.7,所以我们距离下一个大的版本 5.0 版本已经很近了。那么我们对 Wordpress 5.0 可以有什么样的期望呢?</p>
</div>
</div>
<a class="right" href="https://xikuang.ren/post/wordpress5newfeature">
<div class="feature-container" style="background-image: url('https://xikuang.ren/post-images/wordpress5newfeature.png')">
</div>
</a>
</article>
<div class="pagination-container">
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="application/javascript">
AOS.init();
hljs.initHighlightingOnLoad()
var app = new Vue({
el: '#app',
data: {
menuVisible: false,
},
})
</script>
</body>
</html>