-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
132 lines (66 loc) · 4.94 KB
/
atom.xml
File metadata and controls
132 lines (66 loc) · 4.94 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>roMummy</title>
<subtitle>Hello World!</subtitle>
<link href="http://romummy.github.io/atom.xml" rel="self"/>
<link href="http://romummy.github.io/"/>
<updated>2022-07-21T03:21:41.155Z</updated>
<id>http://romummy.github.io/</id>
<author>
<name>roMummy</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>iOS PDF添加水印</title>
<link href="http://romummy.github.io/2022/07/20/iOS%20PDF%E6%B7%BB%E5%8A%A0%E6%B0%B4%E5%8D%B0/"/>
<id>http://romummy.github.io/2022/07/20/iOS%20PDF%E6%B7%BB%E5%8A%A0%E6%B0%B4%E5%8D%B0/</id>
<published>2022-07-20T03:22:37.000Z</published>
<updated>2022-07-21T03:21:41.155Z</updated>
<summary type="html"><h2 id="iOS-PDF添加水印"><a href="#iOS-PDF添加水印" class="headerlink" title="iOS PDF添加水印"></a>iOS PDF添加水印</h2><p>最近在做PDF相关的项目,记录一下</p>
<h3 id="实现功能</summary>
<category term="iOS" scheme="http://romummy.github.io/categories/iOS/"/>
<category term="学习" scheme="http://romummy.github.io/tags/%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>APP启动优化</title>
<link href="http://romummy.github.io/2019/04/09/APP%E5%90%AF%E5%8A%A8%E4%BC%98%E5%8C%96/"/>
<id>http://romummy.github.io/2019/04/09/APP%E5%90%AF%E5%8A%A8%E4%BC%98%E5%8C%96/</id>
<published>2019-04-09T07:35:38.000Z</published>
<updated>2022-07-21T01:32:09.638Z</updated>
<summary type="html"><h3 id="APP启动"><a href="#APP启动" class="headerlink" title="APP启动"></a>APP启动</h3><blockquote>
<p>冷启动:App 点击启动前,它的进程不在系统里,需要系统新创建一个进程,需要系统新创建一个</summary>
<category term="iOS" scheme="http://romummy.github.io/categories/iOS/"/>
<category term="学习" scheme="http://romummy.github.io/tags/%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>CentOS上安装redis</title>
<link href="http://romummy.github.io/2018/07/13/CentOS%E4%B8%8A%E5%AE%89%E8%A3%85redis/"/>
<id>http://romummy.github.io/2018/07/13/CentOS%E4%B8%8A%E5%AE%89%E8%A3%85redis/</id>
<published>2018-07-13T07:04:21.000Z</published>
<updated>2022-07-21T01:32:09.638Z</updated>
<summary type="html"><h3 id="目的"><a href="#目的" class="headerlink" title="目的"></a>目的</h3><p>为了练习在springboot中使用redis数据库,本人比较懒 不想把redis数据库装在本地,正好有一个免费的服务器可以玩 。 于是在l</summary>
<category term="数据库" scheme="http://romummy.github.io/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
<category term="Redis" scheme="http://romummy.github.io/tags/Redis/"/>
</entry>
<entry>
<title>连接mysql</title>
<link href="http://romummy.github.io/2018/07/12/%E8%BF%9E%E6%8E%A5mysql/"/>
<id>http://romummy.github.io/2018/07/12/%E8%BF%9E%E6%8E%A5mysql/</id>
<published>2018-07-12T09:47:09.000Z</published>
<updated>2022-07-21T01:32:09.638Z</updated>
<summary type="html"><p>最近在学习springboot,刚刚学到了连接数据库这里。作为小白的我遇见一个奇怪的错误</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line</summary>
<category term="SpringBoot" scheme="http://romummy.github.io/categories/SpringBoot/"/>
<category term="随记" scheme="http://romummy.github.io/tags/%E9%9A%8F%E8%AE%B0/"/>
</entry>
<entry>
<title>安装hexo</title>
<link href="http://romummy.github.io/2018/06/27/%E5%AE%89%E8%A3%85hexo/"/>
<id>http://romummy.github.io/2018/06/27/%E5%AE%89%E8%A3%85hexo/</id>
<published>2018-06-27T04:44:00.000Z</published>
<updated>2022-07-21T01:32:09.638Z</updated>
<summary type="html"><h2 id="前"><a href="#前" class="headerlink" title="前"></a>前</h2><p>很久之前就想写博客,之前也通过github安装过hexo。不过之前安装的时候有些问题,到时在我换电脑之后博客就打不开了,只能重新安装。这次的hexo</summary>
<category term="新鲜事物" scheme="http://romummy.github.io/categories/%E6%96%B0%E9%B2%9C%E4%BA%8B%E7%89%A9/"/>
<category term="随记" scheme="http://romummy.github.io/tags/%E9%9A%8F%E8%AE%B0/"/>
</entry>
</feed>