-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
138 lines (81 loc) · 5.89 KB
/
atom.xml
File metadata and controls
138 lines (81 loc) · 5.89 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>pascal-lc</title>
<icon>https://www.gravatar.com/avatar/08ca30b5d4cdb7aea0d460da417fcb27</icon>
<subtitle>须知少日拏云志,曾许人间第一流。</subtitle>
<link href="http://example.com/atom.xml" rel="self"/>
<link href="http://example.com/"/>
<updated>2023-10-09T16:25:19.602Z</updated>
<id>http://example.com/</id>
<author>
<name>pascal-lc</name>
<email>pascal.lc@outlook.com</email>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>从正则表达式匹配 IP 地址谈起</title>
<link href="http://example.com/2023/10/10/cong-zheng-ze-biao-da-shi-pi-pei-ip-di-zhi-tan-qi/"/>
<id>http://example.com/2023/10/10/cong-zheng-ze-biao-da-shi-pi-pei-ip-di-zhi-tan-qi/</id>
<published>2023-10-09T16:14:53.000Z</published>
<updated>2023-10-09T16:25:19.602Z</updated>
<summary type="html"><h1 id="从正则表达式匹配-ip-地址谈起"><a class="markdownIt-Anchor" href="#从正则表达式匹配-ip-地址谈起"></a> 从正则表达式匹配 IP 地址谈起</h1>
<p>正则表达式 RegEx</summary>
<category term="基础" scheme="http://example.com/tags/%E5%9F%BA%E7%A1%80/"/>
<category term="RegEx" scheme="http://example.com/tags/RegEx/"/>
<category term="正则表达式" scheme="http://example.com/tags/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/"/>
<category term="贪心算法" scheme="http://example.com/tags/%E8%B4%AA%E5%BF%83%E7%AE%97%E6%B3%95/"/>
<category term="IPv4" scheme="http://example.com/tags/IPv4/"/>
</entry>
<entry>
<title>如何用 C 语言画点阵图</title>
<link href="http://example.com/2021/04/03/ru-he-yong-c-yu-yan-hua-dian-zhen-tu/"/>
<id>http://example.com/2021/04/03/ru-he-yong-c-yu-yan-hua-dian-zhen-tu/</id>
<published>2021-04-03T10:53:56.000Z</published>
<updated>2021-04-03T10:55:04.369Z</updated>
<summary type="html"><h1 id="1-如何用-c-语言画这个图"><a class="markdownIt-Anchor" href="#1-如何用-c-语言画这个图"></a> 1. 如何用 C 语言画这个图</h1>
<h2 id="11-原问题"><a class="markdownIt-Anchor" href="#11-原问题"></a> 1.1. 原问题</h2>
<blockquote>
<p>求大神这个图案怎么用 C 语言编写?</p>
</blockquote>
<pre class="line-numbers language-cmd" data-language="cmd"><code class="language-cmd">
*
* * *
* * * * *
* *
* * * * * *
* * * * * * * * * *
* * *
* * * * * * * * *
* * * * * * * * * * * * * * *
* * * *
* * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * *<span aria-hidden="true" class="line-numbers-rows"><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span></span></code></pre></summary>
<category term="算法" scheme="http://example.com/categories/%E7%AE%97%E6%B3%95/"/>
<category term="算法" scheme="http://example.com/tags/%E7%AE%97%E6%B3%95/"/>
<category term="C 语言" scheme="http://example.com/tags/C-%E8%AF%AD%E8%A8%80/"/>
<category term="ASCII" scheme="http://example.com/tags/ASCII/"/>
</entry>
<entry>
<title>Markdown 教程</title>
<link href="http://example.com/2021/04/03/markdown-jiao-cheng/"/>
<id>http://example.com/2021/04/03/markdown-jiao-cheng/</id>
<published>2021-04-03T07:59:37.000Z</published>
<updated>2021-04-03T08:54:28.102Z</updated>
<summary type="html"><h1 id="markdown-基本要素"><a class="markdownIt-Anchor" href="#markdown-基本要素"></a> Markdown 基本要素</h1>
<p>这篇文件意在简要介绍 GitHub Flavored Markdown 写作。</p>
<p>什么是 Markdown?</p>
<p>Markdown 是一种文本格式。你可以用它来控制文档的显示。使用 markdown,你可以创建粗体的文字,斜体的文字,添加图片,并且创建列表 等等。基本上来讲,Markdown 就是普通的文字加上 # 或者 * 等符号。</p></summary>
<category term="Markdown" scheme="http://example.com/categories/Markdown/"/>
<category term="Markdown" scheme="http://example.com/tags/Markdown/"/>
<category term="基础" scheme="http://example.com/tags/%E5%9F%BA%E7%A1%80/"/>
<category term="教程" scheme="http://example.com/tags/%E6%95%99%E7%A8%8B/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="http://example.com/2021/04/02/hello-world/"/>
<id>http://example.com/2021/04/02/hello-world/</id>
<published>2021-04-02T08:33:10.446Z</published>
<updated>2021-04-02T08:33:10.446Z</updated>
<summary type="html"><p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a></summary>
</entry>
</feed>