-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
383 lines (262 loc) · 17.4 KB
/
index.html
File metadata and controls
383 lines (262 loc) · 17.4 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
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
<!doctype html>
<html lang="zh-Hans">
<head>
<title>Yoruka's Blog - 我们决不倒下,让刽子手显得高大,好阻挡那自由的风。</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="HandheldFriendly" content="True" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="generator" content="Hexo" />
<link rel="icon" href="/images/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="/images/apple-icon-precomposed.png">
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Yoruka's Blog">
<meta name="keywords" content="hexo, blog, yecl, Yoruka, Yoruka Chihiro" />
<meta name="description" content="这里是Yoruka Chihiro的博客,在这里我会记录一些日常,分享一些发现。">
<meta property="og:type" content="website">
<meta property="og:title" content="Yoruka's Blog">
<meta property="og:url" content="https://yecl.net/index.html">
<meta property="og:site_name" content="Yoruka's Blog">
<meta property="og:description" content="这里是Yoruka Chihiro的博客,在这里我会记录一些日常,分享一些发现。">
<meta property="og:locale">
<meta property="article:author" content="Yoruka">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/han-css@3.3.0/dist/han.min.css">
<link rel="stylesheet" href="https://fonts.loli.net/css?family=Fira+Mono|Roboto+Slab:400,600|Noto+Serif+SC:600&display=swap">
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/@highlightjs/cdn-assets@10.6.0/styles/atom-one-dark.min.css" media="screen and (prefers-color-scheme: dark)">
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/@highlightjs/cdn-assets@10.6.0/styles/atom-one-light.min.css" media="screen and (prefers-color-scheme: light)">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" type="text/css" href="https://fastly.jsdelivr.net/npm/node-tikzjax@latest/css/fonts.css" /><style>.tikzjax { display: block; text-align: center; user-select: none; }</style></head>
<body>
<header>
<div class="container">
<div class="site-name">
<a class="logo" href="/">Yoruka's Blog</a>
<span class="description">我们决不倒下,让刽子手显得高大,好阻挡那自由的风。</span>
</div>
</div>
</header>
<main>
<div class="container">
<div class="row">
<section class="content col-md-8 col-12">
<article class="post">
<h2 class="post-title">
<a href="/ipv6ready-logo-p2-self-test/">IPv6 Ready Logo Phaze-2 测试指南</a>
</h2>
<div class="post-meta">
<span class="post-meta-item post-meta-date">
<time datetime="2024-10-07T20:44:27+08:00">2024-10-07</time>
</span>
<span class="post-meta-item post-meta-categories">
<span class="post-meta-item-indicator">Category:</span>
<a class="category-link" href="/categories/IPv6/">IPv6</a>
</span>
<span class="post-meta-item post-meta-tags">
<a class="tag--link" href="/tags/IPv6/" rel="tag">IPv6</a>
</span>
<span class="post-meta-item post-meta-views">
<span class="pv-counter">loading</span> views
</span>
</div>
<div class="post-content">
<h2 id="ipv6-ready-logo">IPv6 Ready Logo</h2>
<p><a target="_blank" rel="noopener" href="https://www.ipv6ready.org">IPv6 Ready Logo</a>是一项国际认证计划,提供一个全球通用的规范,验证IPv6产品的可部署和应用性,为遵守这些规范的厂商颁发IPv6 Ready Logo证书,为企业采购硬件设备提供参考。</p>
<p>IPv6 Ready Logo共有5个分类:Core Protocols、CE Router、DHCPv6、IPSecv6、SNMP。其中Core Protocols是最通用的认证,所有厂商都会申请。</p>
<p><a class="more-link" href="/ipv6ready-logo-p2-self-test/#more">> READ MORE...</a></p>
</div>
</article>
<article class="post">
<h2 class="post-title">
<a href="/merry-chiristmas-frost-nova/">冬逝</a>
</h2>
<div class="post-meta">
<span class="post-meta-item post-meta-date">
<time datetime="2019-12-26T21:14:00+08:00">2019-12-26</time>
</span>
<span class="post-meta-item post-meta-categories">
<span class="post-meta-item-indicator">Category:</span>
<a class="category-link" href="/categories/essay/">随笔</a>
</span>
<span class="post-meta-item post-meta-tags">
<a class="tag--link" href="/tags/mobilegames/" rel="tag">手机游戏</a> <a class="tag--link" href="/tags/arknights/" rel="tag">明日方舟</a>
</span>
<span class="post-meta-item post-meta-views">
<span class="pv-counter">loading</span> views
</span>
</div>
<div class="post-content">
<p>人有三次死亡</p>
<p>第一次的死亡是呼吸停止心脏停跳,在生物学上死了</p>
<p>第二次的死亡是在葬礼上,认识你的人都来祭奠,来怀念你的一生,在社会上你死了,不再有你的位置</p>
<p>第三次的终极死亡是最后一个记得你的人也死了,你彻底被这个世界遗忘了</p>
<p>——《寻梦环游记》</p>
<p><a class="more-link" href="/merry-chiristmas-frost-nova/#more">> READ MORE...</a></p>
</div>
</article>
<article class="post">
<h2 class="post-title">
<a href="/ba-co-doping-bicuseo/">Ba、Co双掺杂BiCuSeO热电性能研究</a>
</h2>
<div class="post-meta">
<span class="post-meta-item post-meta-date">
<time datetime="2019-09-29T11:22:26+08:00">2019-09-29</time>
</span>
<span class="post-meta-item post-meta-categories">
<span class="post-meta-item-indicator">Category:</span>
<a class="category-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a>
</span>
<span class="post-meta-item post-meta-tags">
<a class="tag--link" href="/tags/BiCuSeO/" rel="tag">BiCuSeO</a> <a class="tag--link" href="/tags/%E6%9D%90%E6%96%99/" rel="tag">材料</a>
</span>
<span class="post-meta-item post-meta-views">
<span class="pv-counter">loading</span> views
</span>
</div>
<div class="post-content">
<h2 id="要解决的问题">要解决的问题</h2>
<p>BICuSeO基氧化物热电材料在高温热电材料中有很大的优势,为了进一步增强热电优值,我们需要进行掺杂改性,使其能够达到工业生产要求。同时,我们也希望掌握BiCuSeO基氧化物的制备方法,改进制备工艺。</p>
<p><a class="more-link" href="/ba-co-doping-bicuseo/#more">> READ MORE...</a></p>
</div>
</article>
<article class="post">
<h2 class="post-title">
<a href="/snte-opening-report/">Bi/Mn 双掺及Sn过量自补偿对SnTe的热电性能改善</a>
</h2>
<div class="post-meta">
<span class="post-meta-item post-meta-date">
<time datetime="2019-03-07T20:50:26+08:00">2019-03-07</time>
</span>
<span class="post-meta-item post-meta-categories">
<span class="post-meta-item-indicator">Category:</span>
<a class="category-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a>
</span>
<span class="post-meta-item post-meta-tags">
<a class="tag--link" href="/tags/SnTe/" rel="tag">SnTe</a> <a class="tag--link" href="/tags/%E6%9D%90%E6%96%99/" rel="tag">材料</a> <a class="tag--link" href="/tags/%E7%A2%B2%E5%8C%96%E9%94%A1/" rel="tag">碲化锡</a> <a class="tag--link" href="/tags/%E9%87%91%E5%B1%9E/" rel="tag">金属</a>
</span>
<span class="post-meta-item post-meta-views">
<span class="pv-counter">loading</span> views
</span>
</div>
<div class="post-content">
<h2 id="性质">性质</h2>
<p>在工业和汽车应用方面,产生的废热通常在500-900K温度范围内。为此需要开发出高性能的中温(400-900K)热电材料来回收这些热量。碲化铅(PbTe)及其合金成为了主要的材料然而,与Pb相关的毒性对环境造成严重威胁,需要交替用于家庭使用。因此,与其类似的具有岩盐晶体结构的碲化锡(SnTe)成为了新的重点研究对象。主要因为SnTe具有无毒,土壤丰富,环境友好等特点,使其成为实际工业应用中PbTe的绝佳替代品。相比于PbTe,本征SnTe具有固有的Sn空位和高的空穴浓度≈1020至1021 cm-3,导致塞贝克系数很低。然而,有效的方法,包括波段工程和纳米结构,已经实现了 SnTe的显着ZT改进。使其与与大多数其他热电材料相比具有竞争力。</p>
<p><a class="more-link" href="/snte-opening-report/#more">> READ MORE...</a></p>
</div>
</article>
<article class="post">
<h2 class="post-title">
<a href="/nanjing-so-wet-weather/">潮湿是最大的困扰</a>
</h2>
<div class="post-meta">
<span class="post-meta-item post-meta-date">
<time datetime="2019-02-21T22:41:00+08:00">2019-02-21</time>
</span>
<span class="post-meta-item post-meta-categories">
<span class="post-meta-item-indicator">Category:</span>
<a class="category-link" href="/categories/essay/">随笔</a>
</span>
<span class="post-meta-item post-meta-tags">
<a class="tag--link" href="/tags/nanjing/" rel="tag">南京</a>
</span>
<span class="post-meta-item post-meta-views">
<span class="pv-counter">loading</span> views
</span>
</div>
<div class="post-content">
<p>江苏省近一个月都没见过太阳。</p>
<p>在家里呆了25天后回到学校,从下车之后,一直都是这种感觉:</p>
<p><a class="more-link" href="/nanjing-so-wet-weather/#more">> READ MORE...</a></p>
</div>
</article>
<nav class="pagination">
<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>
</section>
<aside class="sidebar col-md-3 offset-md-1 col-12">
<section class="widget" id="widget-recent-posts">
<h3 class="widget-title">最新文章</h3>
<ul class="menu">
<li class="menu-item">
<a href="/ipv6ready-logo-p2-self-test/">IPv6 Ready Logo Phaze-2 测试指南</a>
</li>
<li class="menu-item">
<a href="/merry-chiristmas-frost-nova/">冬逝</a>
</li>
<li class="menu-item">
<a href="/ba-co-doping-bicuseo/">Ba、Co双掺杂BiCuSeO热电性能研究</a>
</li>
<li class="menu-item">
<a href="/snte-opening-report/">Bi/Mn 双掺及Sn过量自补偿对SnTe的热电性能改善</a>
</li>
<li class="menu-item">
<a href="/nanjing-so-wet-weather/">潮湿是最大的困扰</a>
</li>
</ul>
</section>
<section class="widget" id="widget-categories">
<h3 class="widget-title">分类</h3>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/IPv6/">IPv6</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/minecraft/">minecraft</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E4%BA%91%E6%9C%8D%E5%8A%A1/">云服务</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/others/">其他</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%8A%80%E6%9C%AF/">技术</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%95%99%E7%A8%8B/">教程</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%9D%82%E8%B0%88/">杂谈</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E8%88%B0%E9%98%9FCollection/">舰队Collection</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/essay/">随笔</a></li></ul>
</section>
<section class="widget" id="widget-pages">
<h3 class="widget-title">页面</h3>
<ul class="menu">
<li class="menu-item menu-item-archives">
<a href="/archives" title="">归档</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" title="">关于</a>
</li>
<li class="menu-item menu-item-friends">
<a href="/friends" title="">朋友们</a>
</li>
</ul>
</section>
<section class="widget" id="widget-links">
<h3 class="widget-title">链接</h3>
<ul class="menu">
<li class="menu-item menu-item-github">
<a href="https://github.com/yecl" title="" target="_blank">GitHub</a>
</li>
<li class="menu-item menu-item-rss">
<a href="/atom.xml" title="" target="_blank">RSS Feed</a>
</li>
</ul>
</section>
<section class="widget" id="widget-tagcloud">
<h3 class="widget-title">标签云</h3>
<a href="/tags/Android/" style="font-size: 10px;">Android</a> <a href="/tags/BiCuSeO/" style="font-size: 10px;">BiCuSeO</a> <a href="/tags/DNS/" style="font-size: 12.5px;">DNS</a> <a href="/tags/DNSimple/" style="font-size: 12.5px;">DNSimple</a> <a href="/tags/GFW/" style="font-size: 15px;">GFW</a> <a href="/tags/He-DNS/" style="font-size: 10px;">He DNS</a> <a href="/tags/IPv6/" style="font-size: 10px;">IPv6</a> <a href="/tags/Nintendo/" style="font-size: 10px;">Nintendo</a> <a href="/tags/Rage4/" style="font-size: 10px;">Rage4</a> <a href="/tags/SnTe/" style="font-size: 10px;">SnTe</a> <a href="/tags/bitcoin/" style="font-size: 10px;">bitcoin</a> <a href="/tags/bug/" style="font-size: 10px;">bug</a> <a href="/tags/csgo/" style="font-size: 10px;">csgo</a> <a href="/tags/forge/" style="font-size: 10px;">forge</a> <a href="/tags/git/" style="font-size: 10px;">git</a> <a href="/tags/github/" style="font-size: 10px;">github</a> <a href="/tags/ingress/" style="font-size: 10px;">ingress</a> <a href="/tags/java/" style="font-size: 10px;">java</a> <a href="/tags/linux/" style="font-size: 10px;">linux</a> <a href="/tags/minecraft/" style="font-size: 20px;">minecraft</a> <a href="/tags/openwrt/" style="font-size: 10px;">openwrt</a> <a href="/tags/root/" style="font-size: 10px;">root</a> <a href="/tags/steam/" style="font-size: 10px;">steam</a> <a href="/tags/%E4%B8%89%E8%8F%B1%E9%93%85%E7%AC%94/" style="font-size: 10px;">三菱铅笔</a> <a href="/tags/helloworld/" style="font-size: 10px;">世界,你好!</a> <a href="/tags/%E4%B9%B0%E4%B9%B0%E4%B9%B0/" style="font-size: 10px;">买买买</a> <a href="/tags/%E5%88%B7%E6%9C%BA/" style="font-size: 10px;">刷机</a> <a href="/tags/nanjing/" style="font-size: 17.5px;">南京</a> <a href="/tags/%E5%8F%A4%E6%98%8E%E5%9C%B0%E8%A7%89/" style="font-size: 10px;">古明地觉</a> <a href="/tags/%E5%9E%83%E5%9C%BE%E8%AF%84%E8%AE%BA/" style="font-size: 10px;">垃圾评论</a> <a href="/tags/%E5%AE%88%E6%9C%9B%E5%85%88%E9%94%8B/" style="font-size: 10px;">守望先锋</a> <a href="/tags/mobilegames/" style="font-size: 15px;">手机游戏</a> <a href="/tags/arknights/" style="font-size: 10px;">明日方舟</a> <a href="/tags/%E6%9D%90%E6%96%99/" style="font-size: 12.5px;">材料</a> <a href="/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/" style="font-size: 10px;">树莓派</a> <a href="/tags/games/" style="font-size: 10px;">游戏</a> <a href="/tags/%E7%99%BE%E5%BA%A6%E4%BA%91rom/" style="font-size: 10px;">百度云rom</a> <a href="/tags/%E7%A2%B2%E5%8C%96%E9%94%A1/" style="font-size: 10px;">碲化锡</a> <a href="/tags/kancolle/" style="font-size: 12.5px;">舰队collection</a> <a href="/tags/%E9%87%91%E5%B1%9E/" style="font-size: 10px;">金属</a> <a href="/tags/%E9%94%91%E5%BA%A6/" style="font-size: 10px;">锑度</a> <a href="/tags/%E9%AB%98%E8%80%83/" style="font-size: 10px;">高考</a>
</section>
</aside>
</div>
</div>
</main>
<footer>
<div class="container">
<p>
<span style='display: inline-block; text-align: right; margin: 0px; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: “FlipH”;'>©</span>
2026 <a href="https://yecl.net">Yoruka's Blog</a>. Proudly published with
<a href="https://hexo.io/" target="_blank">Hexo</a> & <a href="https://github.com/printempw/hexo-theme-murasaki/" target="_blank">Murasaki</a> & <a href="https://www.sakura.ad.jp" target="_blank">SakuraInternet</a>.
</p>
</div>
</footer>
<script src="https://fastly.jsdelivr.net/npm/han-css@3.3.0/dist/han.min.js"></script>
<script src="https://fastly.jsdelivr.net/npm/@highlightjs/cdn-assets@10.6.0/highlight.min.js"></script>
<script src="https://fastly.jsdelivr.net/npm/medium-zoom@1.0.6/dist/medium-zoom.min.js"></script>
<script src="https://fastly.jsdelivr.net/npm/vanilla-lazyload@17.3.1/dist/lazyload.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
Han(document.querySelector('section.content')).setRoutine([
'initCond', 'renderElem', 'renderJiya', 'correctBasicBD', 'substCombLigaWithPUA'
// 'renderHanging', 'renderHWS'
]).render();
new LazyLoad({
elements_selector: '.post-content img',
callback_loaded: function (el) {
el.parentNode.nodeName.toLowerCase() === 'a' || mediumZoom(el, { margin: 24 });
}
});
</script>
</body>
</html>