-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
380 lines (228 loc) · 16.3 KB
/
atom.xml
File metadata and controls
380 lines (228 loc) · 16.3 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>walking博客</title>
<subtitle>IT walking博客</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://itwalking.top/"/>
<updated>2019-08-15T06:30:14.279Z</updated>
<id>https://itwalking.top/</id>
<author>
<name>walking</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>解决百度网盘下载慢限速问题(2019亲测可用)</title>
<link href="https://itwalking.top/page/a13t28.html"/>
<id>https://itwalking.top/page/a13t28.html</id>
<published>2019-08-13T01:27:00.000Z</published>
<updated>2019-08-15T06:30:14.279Z</updated>
<summary type="html">
<p>百度网盘下载东西的时候,下载的非常慢,几十K几百K的,即时我们的网速很快。分享一款下载器,先看效果图:</p>
</summary>
<category term="其他" scheme="https://itwalking.top/categories/%E5%85%B6%E4%BB%96/"/>
<category term="网盘提速" scheme="https://itwalking.top/tags/%E7%BD%91%E7%9B%98%E6%8F%90%E9%80%9F/"/>
</entry>
<entry>
<title>HashMap的底层原理(jdk1.7.0_79)</title>
<link href="https://itwalking.top/page/j06w12.html"/>
<id>https://itwalking.top/page/j06w12.html</id>
<published>2019-06-12T07:36:14.000Z</published>
<updated>2019-08-13T01:26:42.106Z</updated>
<summary type="html">
<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>在Java中我们最常用的集合类毫无疑问就是<code>Map</code>,其中<code>HashMap</code>作为<code>Map</code>最重要的实现类在我们代码中出现的评率也是很高的。
</summary>
<category term="java基础" scheme="https://itwalking.top/categories/java%E5%9F%BA%E7%A1%80/"/>
<category term="HashMap" scheme="https://itwalking.top/tags/HashMap/"/>
<category term="源码" scheme="https://itwalking.top/tags/%E6%BA%90%E7%A0%81/"/>
</entry>
<entry>
<title>从零搭建个人网站</title>
<link href="https://itwalking.top/page/a19m05.html"/>
<id>https://itwalking.top/page/a19m05.html</id>
<published>2019-06-05T03:54:27.000Z</published>
<updated>2019-06-05T08:08:00.614Z</updated>
<summary type="html">
<h2 id="购买云服务器"><a href="#购买云服务器" class="headerlink" title="购买云服务器"></a>购买云服务器</h2><p>现在市面上云服务器选择性很广泛,例如阿里云,百度云,腾讯云,华为云等,而且很多公司也会选择云服务器作为自己的服务器。我选择购买的是腾讯云的云服务器,配置是1核1G带宽1Mbps的最基本的一台云服务器。购买时自己选择服务器的配置,包括操作系统是Windows还是linux,64还是32,以及系统版本什么的。
</summary>
<category term="经验分享" scheme="https://itwalking.top/categories/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/"/>
<category term="建站" scheme="https://itwalking.top/tags/%E5%BB%BA%E7%AB%99/"/>
</entry>
<entry>
<title>Redis缓存穿透,缓存击穿,缓存雪崩,热点Key</title>
<link href="https://itwalking.top/page/j5f630.html"/>
<id>https://itwalking.top/page/j5f630.html</id>
<published>2019-06-05T01:25:48.000Z</published>
<updated>2019-06-05T08:04:47.108Z</updated>
<summary type="html">
<h2 id="导读"><a href="#导读" class="headerlink" title="导读"></a>导读</h2><p>使用Redis难免会遇到Redis缓存穿透,缓存击穿,缓存雪崩,热点Key的问题。有些同学可能只是会用Redis来存取,基本都是用项目里封装的工具类来操作。但是作为开发,我们使用Redis时可能会遇到上述问题,可能你还不知道这几个名词是什么意思,那么现在就让我们一起来探讨下吧。
</summary>
<category term="IT技术" scheme="https://itwalking.top/categories/IT%E6%8A%80%E6%9C%AF/"/>
<category term="redis" scheme="https://itwalking.top/tags/redis/"/>
</entry>
<entry>
<title>解决Hexo里NexT主题使用needmoreshare2微信分享图片加载失败的问题</title>
<link href="https://itwalking.top/page/m30t21.html"/>
<id>https://itwalking.top/page/m30t21.html</id>
<published>2019-05-30T09:02:52.000Z</published>
<updated>2019-05-31T07:57:35.041Z</updated>
<summary type="html">
<p>使用hexo搭建的静态博客,NexT主题下开启分享功能,有好几种分享功能,我用的是needmoreshare2的。<br>具体设置是在主题配置文件里,这样设置的
</summary>
<category term="技术教程" scheme="https://itwalking.top/categories/%E6%8A%80%E6%9C%AF%E6%95%99%E7%A8%8B/"/>
<category term="hexo" scheme="https://itwalking.top/tags/hexo/"/>
<category term="分享" scheme="https://itwalking.top/tags/%E5%88%86%E4%BA%AB/"/>
</entry>
<entry>
<title>Hexo为文章添加版权信息</title>
<link href="https://itwalking.top/page/m30t15.html"/>
<id>https://itwalking.top/page/m30t15.html</id>
<published>2019-05-30T07:45:32.000Z</published>
<updated>2019-05-30T13:43:57.816Z</updated>
<summary type="html">
<p>在你的博客里加版权信息是很必要的,因为笔者最近发现有很多网站或个人转发笔者的博文,其中还有的标着原创,真是让人恼火,辛辛苦苦的原创文章被别人未征得同意的情况下转载,转就转了,还标着原创!真是够了!
</summary>
<category term="技术教程" scheme="https://itwalking.top/categories/%E6%8A%80%E6%9C%AF%E6%95%99%E7%A8%8B/"/>
<category term="hexo" scheme="https://itwalking.top/tags/hexo/"/>
<category term="统计" scheme="https://itwalking.top/tags/%E7%BB%9F%E8%AE%A1/"/>
</entry>
<entry>
<title>Hexo博客NexT主题不蒜子统计</title>
<link href="https://itwalking.top/page/m30t12.html"/>
<id>https://itwalking.top/page/m30t12.html</id>
<published>2019-05-30T04:54:32.000Z</published>
<updated>2019-05-30T06:12:21.344Z</updated>
<summary type="html">
<p>关于NexT的主题的一些基本设置,参考的是这篇文章<code>https://www.jianshu.com/p/3a05351a37dc</code>,其中对于不蒜子的统计我做了一些小的修改,使他更加灵活。
</summary>
<category term="技术教程" scheme="https://itwalking.top/categories/%E6%8A%80%E6%9C%AF%E6%95%99%E7%A8%8B/"/>
<category term="hexo" scheme="https://itwalking.top/tags/hexo/"/>
<category term="统计" scheme="https://itwalking.top/tags/%E7%BB%9F%E8%AE%A1/"/>
</entry>
<entry>
<title>修改Hexo自动生成的HTML文件名</title>
<link href="https://itwalking.top/page/m29w17.html"/>
<id>https://itwalking.top/page/m29w17.html</id>
<published>2019-05-29T09:49:53.000Z</published>
<updated>2019-05-31T08:03:24.456Z</updated>
<summary type="html">
<h2 id="导读"><a href="#导读" class="headerlink" title="导读"></a>导读</h2><p>我们在使用Hexo框架生成静态博客时,其实是将你写好的.md文件输出成HTML文件进行渲染,其中HTML的文件名称就是.md的文件名称。
</summary>
</entry>
<entry>
<title>Hexo博客Next主题,网页背景及页面进度条炫酷特效</title>
<link href="https://itwalking.top/page/a92117.html"/>
<id>https://itwalking.top/page/a92117.html</id>
<published>2019-05-25T06:08:54.000Z</published>
<updated>2019-05-29T05:17:35.056Z</updated>
<summary type="html">
<p>为你的Hexo博客增加炫酷的特效,这里我使用的是简约的Next主题,在这个主题下给网页加载时进度条特效,网页背景特效。
</summary>
<category term="技术教程" scheme="https://itwalking.top/categories/%E6%8A%80%E6%9C%AF%E6%95%99%E7%A8%8B/"/>
<category term="hexo" scheme="https://itwalking.top/tags/hexo/"/>
<category term="next" scheme="https://itwalking.top/tags/next/"/>
<category term="特效" scheme="https://itwalking.top/tags/%E7%89%B9%E6%95%88/"/>
</entry>
<entry>
<title>nginx重定向URI之rewrite和alias</title>
<link href="https://itwalking.top/page/a92812.html"/>
<id>https://itwalking.top/page/a92812.html</id>
<published>2019-05-25T04:27:31.000Z</published>
<updated>2019-05-29T05:17:07.257Z</updated>
<summary type="html">
<p>熟悉Nginx的同学都知道Nginx可以用来做负载均衡和反向代理,非常好用。做前后端分离也是非常的方便。今天我们就来说一下,用Nginx做前后端分离时如何做URI重定向?
</summary>
<category term="IT技术" scheme="https://itwalking.top/categories/IT%E6%8A%80%E6%9C%AF/"/>
<category term="nginx" scheme="https://itwalking.top/tags/nginx/"/>
<category term="前后端分离" scheme="https://itwalking.top/tags/%E5%89%8D%E5%90%8E%E7%AB%AF%E5%88%86%E7%A6%BB/"/>
</entry>
<entry>
<title>Hexo博客Next主题优化配置记录</title>
<link href="https://itwalking.top/page/a20192.html"/>
<id>https://itwalking.top/page/a20192.html</id>
<published>2019-05-25T00:48:23.000Z</published>
<updated>2019-05-29T05:18:09.309Z</updated>
<summary type="html">
<p>这篇文章记录了使用Hexo Next主题搭建博客时的一些主题优化和配置的一些小方法,其中参考了很多博主的文章,在这里先谢谢各位,有参考到的文中会标明并给出链接。
</summary>
<category term="经验分享" scheme="https://itwalking.top/categories/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/"/>
<category term="hexo" scheme="https://itwalking.top/tags/hexo/"/>
<category term="博客" scheme="https://itwalking.top/tags/%E5%8D%9A%E5%AE%A2/"/>
<category term="next主题" scheme="https://itwalking.top/tags/next%E4%B8%BB%E9%A2%98/"/>
</entry>
<entry>
<title>搭建hexo静态博客框架全过程及踩的坑</title>
<link href="https://itwalking.top/page/a92817.html"/>
<id>https://itwalking.top/page/a92817.html</id>
<published>2019-05-24T08:49:29.000Z</published>
<updated>2019-05-29T05:16:49.228Z</updated>
<summary type="html">
<p>网上有很多博客写了hexo的操作教程,但是都很生硬,我找了好几篇按照博客上写的一步一步操作,总是会遇到这样活那样的错误,导致最终卡主做不下去。
</summary>
<category term="技术教程" scheme="https://itwalking.top/categories/%E6%8A%80%E6%9C%AF%E6%95%99%E7%A8%8B/"/>
<category term="hexo" scheme="https://itwalking.top/tags/hexo/"/>
<category term="博客" scheme="https://itwalking.top/tags/%E5%8D%9A%E5%AE%A2/"/>
</entry>
<entry>
<title>Java类是如何默认继承Object的?</title>
<link href="https://itwalking.top/page/a92871.html"/>
<id>https://itwalking.top/page/a92871.html</id>
<published>2019-03-25T02:54:28.000Z</published>
<updated>2019-07-17T14:57:49.253Z</updated>
<summary type="html">
<h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>学过<code>Java</code>的同学都知道,<code>Object</code>是所有类的父类。但是你有没有这样的疑问,我并没有写<code>extends Object</code>,它是怎么默认继承Object的呢?
</summary>
<category term="java基础" scheme="https://itwalking.top/categories/java%E5%9F%BA%E7%A1%80/"/>
<category term="继承" scheme="https://itwalking.top/tags/%E7%BB%A7%E6%89%BF/"/>
</entry>
<entry>
<title>写给即将入职的你-软件工程之需求开发流程</title>
<link href="https://itwalking.top/page/as82cx.html"/>
<id>https://itwalking.top/page/as82cx.html</id>
<published>2019-03-24T10:15:47.000Z</published>
<updated>2019-05-29T05:16:17.038Z</updated>
<summary type="html">
<h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>在这个春风得意马蹄疾,金三银四跳槽季的日子里,相信很多小伙伴都拿到了心仪的offer了吧,其中不乏有初入职场的同学。那么今天,我就从服务端的角度来给大家分享一些关于工作中开发流程的经验,希望初入职场的同学尽量少踩坑不背锅,能够顺利通过考核期。
</summary>
<category term="经验分享" scheme="https://itwalking.top/categories/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/"/>
<category term="开发规范" scheme="https://itwalking.top/tags/%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83/"/>
</entry>
<entry>
<title>如何向女朋友解释int==Integer为true</title>
<link href="https://itwalking.top/page/h3s09b.html"/>
<id>https://itwalking.top/page/h3s09b.html</id>
<published>2019-03-03T13:02:56.000Z</published>
<updated>2019-05-31T07:46:45.419Z</updated>
<summary type="html">
<h2 id="int-Integer为什么返回true"><a href="#int-Integer为什么返回true" class="headerlink" title="int==Integer为什么返回true"></a>int==Integer为什么返回true</h2><p>先看现象吧</p>
<p>执行下面的代码及输出结果:</p>
</summary>
<category term="java基础" scheme="https://itwalking.top/categories/java%E5%9F%BA%E7%A1%80/"/>
<category term="包装类" scheme="https://itwalking.top/tags/%E5%8C%85%E8%A3%85%E7%B1%BB/"/>
</entry>
<entry>
<title>如何实现页面广告随时上下线、过期自动下线及到时自动上线</title>
<link href="https://itwalking.top/page/2k181v.html"/>
<id>https://itwalking.top/page/2k181v.html</id>
<published>2019-02-24T10:03:38.000Z</published>
<updated>2019-05-31T07:45:57.271Z</updated>
<summary type="html">
<h2 id="背景引入"><a href="#背景引入" class="headerlink" title="背景引入"></a>背景引入</h2><p>最近需要实现一个功能,关于页面广告自动配置的,如支付宝的支付完成页。这篇随笔是记录对这个需求从分析到实现以及优化的过程,以免以后忘记。
</summary>
<category term="系统设计" scheme="https://itwalking.top/categories/%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1/"/>
<category term="redis" scheme="https://itwalking.top/tags/redis/"/>
<category term="系统设计" scheme="https://itwalking.top/tags/%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1/"/>
</entry>
<entry>
<title>关于java抽象类抽象方法</title>
<link href="https://itwalking.top/page/a123d3.html"/>
<id>https://itwalking.top/page/a123d3.html</id>
<published>2019-01-14T01:20:35.000Z</published>
<updated>2019-05-29T05:14:52.712Z</updated>
<summary type="html">
<p>你好! 这篇文章将讲述java中的抽象类和抽象方法的知识点,这个是最简单的,也是最容易被遗忘的。温故而知新,可以为师矣。
</summary>
<category term="java基础" scheme="https://itwalking.top/categories/java%E5%9F%BA%E7%A1%80/"/>
<category term="抽象类" scheme="https://itwalking.top/tags/%E6%8A%BD%E8%B1%A1%E7%B1%BB/"/>
<category term="抽象方法" scheme="https://itwalking.top/tags/%E6%8A%BD%E8%B1%A1%E6%96%B9%E6%B3%95/"/>
</entry>
</feed>