-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
147 lines (62 loc) · 4.22 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>吉良泽优的小站</title>
<link href="https://yukirasawa.github.io/atom.xml" rel="self"/>
<link href="https://yukirasawa.github.io/"/>
<updated>2023-11-23T01:18:42.541Z</updated>
<id>https://yukirasawa.github.io/</id>
<author>
<name>吉良泽优</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>tui杂记</title>
<link href="https://yukirasawa.github.io/2023/11/23/tui%E6%9D%82%E8%AE%B0/"/>
<id>https://yukirasawa.github.io/2023/11/23/tui%E6%9D%82%E8%AE%B0/</id>
<published>2023-11-23T01:14:44.000Z</published>
<updated>2023-11-23T01:18:42.541Z</updated>
<summary type="html"><h2 id="isatty"><a href="#isatty" class="headerlink"</summary>
</entry>
<entry>
<title>windows虚拟机踩坑</title>
<link href="https://yukirasawa.github.io/2023/10/16/windows%E8%99%9A%E6%8B%9F%E6%9C%BA%E8%B8%A9%E5%9D%91/"/>
<id>https://yukirasawa.github.io/2023/10/16/windows%E8%99%9A%E6%8B%9F%E6%9C%BA%E8%B8%A9%E5%9D%91/</id>
<published>2023-10-16T01:27:33.000Z</published>
<updated>2023-10-16T01:36:12.927Z</updated>
<summary type="html"><p>在使用 virtualbox guest windows 安装 office 时,虚拟机会在安装程序启动时卡死。经过搜索找到了<a</summary>
</entry>
<entry>
<title>C语言中弱符号真的存在吗</title>
<link href="https://yukirasawa.github.io/2023/05/17/C%E8%AF%AD%E8%A8%80%E4%B8%AD%E5%BC%B1%E7%AC%A6%E5%8F%B7%E7%9C%9F%E7%9A%84%E5%AD%98%E5%9C%A8%E5%90%97/"/>
<id>https://yukirasawa.github.io/2023/05/17/C%E8%AF%AD%E8%A8%80%E4%B8%AD%E5%BC%B1%E7%AC%A6%E5%8F%B7%E7%9C%9F%E7%9A%84%E5%AD%98%E5%9C%A8%E5%90%97/</id>
<published>2023-05-17T14:05:19.000Z</published>
<updated>2023-05-17T14:09:08.017Z</updated>
<summary type="html"><p>不存在,至少在 C 语言标准中是这样。<a</summary>
</entry>
<entry>
<title>比特币挖矿到底在算什么</title>
<link href="https://yukirasawa.github.io/2023/04/02/%E6%AF%94%E7%89%B9%E5%B8%81%E6%8C%96%E7%9F%BF%E5%88%B0%E5%BA%95%E5%9C%A8%E7%AE%97%E4%BB%80%E4%B9%88/"/>
<id>https://yukirasawa.github.io/2023/04/02/%E6%AF%94%E7%89%B9%E5%B8%81%E6%8C%96%E7%9F%BF%E5%88%B0%E5%BA%95%E5%9C%A8%E7%AE%97%E4%BB%80%E4%B9%88/</id>
<published>2023-04-02T02:36:39.000Z</published>
<updated>2023-04-02T14:14:48.645Z</updated>
<summary type="html"><h2 id="PoW"><a href="#PoW" class="headerlink" title="PoW"></a>PoW</h2><p>众所周知,比特币网络以及其他使用 PoW</summary>
</entry>
<entry>
<title>neovim 配置迁移记录</title>
<link href="https://yukirasawa.github.io/2023/02/15/neovim-%E9%85%8D%E7%BD%AE%E8%BF%81%E7%A7%BB%E8%AE%B0%E5%BD%95/"/>
<id>https://yukirasawa.github.io/2023/02/15/neovim-%E9%85%8D%E7%BD%AE%E8%BF%81%E7%A7%BB%E8%AE%B0%E5%BD%95/</id>
<published>2023-02-15T11:11:32.000Z</published>
<updated>2023-02-18T06:52:59.254Z</updated>
<summary type="html"><p>(上一次配 vim 还是上大学之前,转眼就快本科毕业了。)</p>
<p>这次主要是把一部分 <code>.vimrc</code> 中的配置迁移到 neovim 的 lua 风格配置上,同时把一部分插件迁移到 neovim 的生态中。</p>
<h2</summary>
</entry>
<entry>
<title>Hello World</title>
<link href="https://yukirasawa.github.io/2023/02/06/hello-world/"/>
<id>https://yukirasawa.github.io/2023/02/06/hello-world/</id>
<published>2023-02-06T08:18:42.851Z</published>
<updated>2023-02-09T01:17:58.741Z</updated>
<summary type="html"><p>Hello</summary>
</entry>
</feed>