-
Notifications
You must be signed in to change notification settings - Fork 2
/
atom.xml
494 lines (241 loc) · 15.6 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
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Smwsk's Blog</title>
<subtitle>Smwsk's Blog</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://github.com/smwsk/"/>
<updated>2019-09-23T02:12:50.232Z</updated>
<id>https://github.com/smwsk/</id>
<author>
<name>Smwsk</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Netty传输对象消息</title>
<link href="https://github.com/smwsk/2019/09/23/netty/netty-object/"/>
<id>https://github.com/smwsk/2019/09/23/netty/netty-object/</id>
<published>2019-09-23T01:26:34.240Z</published>
<updated>2019-09-23T02:12:50.232Z</updated>
<summary type="html">
<h3 id="概要"><a href="#概要" class="headerlink"
</summary>
<category term="JAVA" scheme="https://github.com/smwsk/categories/JAVA/"/>
<category term="Netty" scheme="https://github.com/smwsk/categories/JAVA/Netty/"/>
<category term="JAVA" scheme="https://github.com/smwsk/tags/JAVA/"/>
<category term="Netty" scheme="https://github.com/smwsk/tags/Netty/"/>
</entry>
<entry>
<title>Netty 入门</title>
<link href="https://github.com/smwsk/2019/09/17/netty/get-start/"/>
<id>https://github.com/smwsk/2019/09/17/netty/get-start/</id>
<published>2019-09-17T02:29:40.565Z</published>
<updated>2019-09-23T01:23:38.370Z</updated>
<summary type="html">
<blockquote>
<p>Netty是一个高效的非阻塞(NIO)的网络应用程序框架。用于快速开发高性能协议服务器和客户端。 </p>
</blockquote>
<p><img src="/medias/loading.svg"
</summary>
<category term="JAVA" scheme="https://github.com/smwsk/categories/JAVA/"/>
<category term="Netty" scheme="https://github.com/smwsk/categories/JAVA/Netty/"/>
<category term="JAVA" scheme="https://github.com/smwsk/tags/JAVA/"/>
<category term="Netty" scheme="https://github.com/smwsk/tags/Netty/"/>
</entry>
<entry>
<title>Python 使用Django 搭建web应用</title>
<link href="https://github.com/smwsk/2019/09/05/python/python-django/"/>
<id>https://github.com/smwsk/2019/09/05/python/python-django/</id>
<published>2019-09-05T09:48:31.974Z</published>
<updated>2019-09-09T03:22:56.199Z</updated>
<summary type="html">
<h2 id="环境安装"><a href="#环境安装" class="headerlink" title="环境安装"></a>环境安装</h2><h3 id="Python-环境安装"><a href="#Python-环境安装" class="headerlink"
</summary>
<category term="Python" scheme="https://github.com/smwsk/categories/Python/"/>
<category term="Django" scheme="https://github.com/smwsk/categories/Python/Django/"/>
<category term="Web" scheme="https://github.com/smwsk/categories/Python/Django/Web/"/>
<category term="Python" scheme="https://github.com/smwsk/tags/Python/"/>
<category term="Django" scheme="https://github.com/smwsk/tags/Django/"/>
</entry>
<entry>
<title>Python 使用Scrapy爬虫框架</title>
<link href="https://github.com/smwsk/2019/09/04/python/gecco/"/>
<id>https://github.com/smwsk/2019/09/04/python/gecco/</id>
<published>2019-09-04T06:13:28.380Z</published>
<updated>2019-09-05T07:26:49.487Z</updated>
<summary type="html">
<h2 id="安装环境"><a href="#安装环境" class="headerlink" title="安装环境"></a>安装环境</h2><h3 id="安装Scrapy"><a href="#安装Scrapy" class="headerlink"
</summary>
<category term="Python" scheme="https://github.com/smwsk/categories/Python/"/>
<category term="Scrapy" scheme="https://github.com/smwsk/categories/Python/Scrapy/"/>
<category term="爬虫" scheme="https://github.com/smwsk/tags/%E7%88%AC%E8%99%AB/"/>
<category term="Python" scheme="https://github.com/smwsk/tags/Python/"/>
<category term="Scrapy" scheme="https://github.com/smwsk/tags/Scrapy/"/>
</entry>
<entry>
<title>SpringCloud zuul网关</title>
<link href="https://github.com/smwsk/2019/08/29/java/spring-cloud/api-gateway/"/>
<id>https://github.com/smwsk/2019/08/29/java/spring-cloud/api-gateway/</id>
<published>2019-08-29T06:46:48.966Z</published>
<updated>2019-09-10T01:35:34.770Z</updated>
<summary type="html">
<h2 id="配置"><a href="#配置" class="headerlink" title="配置"></a>配置</h2><h3 id="添加依赖"><a href="#添加依赖" class="headerlink"
</summary>
<category term="SpringCloud" scheme="https://github.com/smwsk/categories/SpringCloud/"/>
<category term="JAVA" scheme="https://github.com/smwsk/categories/SpringCloud/JAVA/"/>
<category term="JAVA" scheme="https://github.com/smwsk/tags/JAVA/"/>
<category term="SpringCloud" scheme="https://github.com/smwsk/tags/SpringCloud/"/>
<category term="Zuul" scheme="https://github.com/smwsk/tags/Zuul/"/>
</entry>
<entry>
<title>Spring-Cloud使用openFeign实现服务间的调用</title>
<link href="https://github.com/smwsk/2019/08/21/java/spring-cloud/openfeign/"/>
<id>https://github.com/smwsk/2019/08/21/java/spring-cloud/openfeign/</id>
<published>2019-08-21T09:26:38.271Z</published>
<updated>2019-08-29T06:40:56.905Z</updated>
<summary type="html">
<blockquote>
<p>今天我们记录一下openFeign实现SpringCloud微服务之间的调度,本文使用到的信息均来自<br><a
</summary>
<category term="JAVA" scheme="https://github.com/smwsk/categories/JAVA/"/>
<category term="SpringCloud" scheme="https://github.com/smwsk/categories/JAVA/SpringCloud/"/>
<category term="SpringCloud" scheme="https://github.com/smwsk/tags/SpringCloud/"/>
<category term="OpenFeign" scheme="https://github.com/smwsk/tags/OpenFeign/"/>
</entry>
<entry>
<title>Vue部署到阿里云OSS对象存储</title>
<link href="https://github.com/smwsk/2019/08/16/vue/vue-deploy/"/>
<id>https://github.com/smwsk/2019/08/16/vue/vue-deploy/</id>
<published>2019-08-16T07:35:42.811Z</published>
<updated>2019-08-19T07:37:45.978Z</updated>
<summary type="html">
<blockquote>
<p>我目前使用的是人人开源的renren-fast管理后台,在这个基础上进行修改功能,确实能比较快的交付一些简单的项目<br>人人开源项目是前后端分离的,平时我们可以用nginx来进行映射部署前端项目。不过这个不是我们今天的主题,我们今天的<br>主题
</summary>
<category term="Vue" scheme="https://github.com/smwsk/categories/Vue/"/>
<category term="Vue" scheme="https://github.com/smwsk/tags/Vue/"/>
<category term="OSS" scheme="https://github.com/smwsk/tags/OSS/"/>
</entry>
<entry>
<title>Spring @Transactional事务注解</title>
<link href="https://github.com/smwsk/2019/08/07/java/springmvc/springmvc-transactional/"/>
<id>https://github.com/smwsk/2019/08/07/java/springmvc/springmvc-transactional/</id>
<published>2019-08-07T09:04:36.672Z</published>
<updated>2019-08-19T09:52:36.503Z</updated>
<summary type="html">
<h2 id="使用场景"><a href="#使用场景" class="headerlink"
</summary>
<category term="JAVA" scheme="https://github.com/smwsk/categories/JAVA/"/>
<category term="JAVA" scheme="https://github.com/smwsk/tags/JAVA/"/>
<category term="Spring" scheme="https://github.com/smwsk/tags/Spring/"/>
<category term="Transactional" scheme="https://github.com/smwsk/tags/Transactional/"/>
</entry>
<entry>
<title>Docker安装JAVA</title>
<link href="https://github.com/smwsk/2019/08/06/docker/docker-java/"/>
<id>https://github.com/smwsk/2019/08/06/docker/docker-java/</id>
<published>2019-08-06T08:18:45.504Z</published>
<updated>2019-08-07T03:33:18.555Z</updated>
<summary type="html">
<h2 id="查找镜像"><a href="#查找镜像" class="headerlink" title="查找镜像"></a>查找镜像</h2><blockquote>
<p>命令:</p>
<pre><code>docker search
</summary>
<category term="Docker" scheme="https://github.com/smwsk/categories/Docker/"/>
<category term="Docker" scheme="https://github.com/smwsk/tags/Docker/"/>
<category term="JAVA" scheme="https://github.com/smwsk/tags/JAVA/"/>
</entry>
<entry>
<title>Docker安装Mysql</title>
<link href="https://github.com/smwsk/2019/08/06/docker/docker-mysql/"/>
<id>https://github.com/smwsk/2019/08/06/docker/docker-mysql/</id>
<published>2019-08-06T07:59:45.874Z</published>
<updated>2019-08-07T02:38:48.773Z</updated>
<summary type="html">
<h2 id="查找镜像"><a href="#查找镜像" class="headerlink" title="查找镜像"></a>查找镜像</h2><pre><code>docker search mysql</code></pre><h2 id="下载镜像"><a
</summary>
<category term="Docker" scheme="https://github.com/smwsk/categories/Docker/"/>
<category term="Docker" scheme="https://github.com/smwsk/tags/Docker/"/>
<category term="Mysql" scheme="https://github.com/smwsk/tags/Mysql/"/>
</entry>
<entry>
<title>Docker入门</title>
<link href="https://github.com/smwsk/2019/08/05/docker/docker-deploy/"/>
<id>https://github.com/smwsk/2019/08/05/docker/docker-deploy/</id>
<published>2019-08-05T01:35:48.933Z</published>
<updated>2019-08-07T03:33:15.159Z</updated>
<summary type="html">
<h2 id="1-安装Docker"><a href="#1-安装Docker" class="headerlink" title="1.安装Docker"></a>1.安装Docker</h2><pre><code> curl -sSL
</summary>
<category term="Docker" scheme="https://github.com/smwsk/categories/Docker/"/>
<category term="Docker" scheme="https://github.com/smwsk/tags/Docker/"/>
</entry>
<entry>
<title>sqlmap 常用命令</title>
<link href="https://github.com/smwsk/2019/08/02/ctf/sqlmap/sqlmap-zero/"/>
<id>https://github.com/smwsk/2019/08/02/ctf/sqlmap/sqlmap-zero/</id>
<published>2019-08-02T01:51:39.426Z</published>
<updated>2019-08-02T02:04:26.467Z</updated>
<summary type="html">
<h2 id="输出等级-V"><a href="#输出等级-V" class="headerlink" title="输出等级 V"></a>输出等级
</summary>
<category term="CTF" scheme="https://github.com/smwsk/categories/CTF/"/>
<category term="sqlmap" scheme="https://github.com/smwsk/tags/sqlmap/"/>
</entry>
<entry>
<title>CTF第二题-Xss漏洞</title>
<link href="https://github.com/smwsk/2019/07/29/ctf/xss/xss-one/"/>
<id>https://github.com/smwsk/2019/07/29/ctf/xss/xss-one/</id>
<published>2019-07-29T08:14:35.372Z</published>
<updated>2019-07-29T09:12:00.755Z</updated>
<summary type="html">
<h2 id="xss的类型"><a href="#xss的类型" class="headerlink" title="xss的类型"></a>xss的类型</h2><p> xss漏洞的类型分为3种:</p>
<h3 id="反射型XSS"><a href="#反射型XSS"
</summary>
<category term="CTF" scheme="https://github.com/smwsk/categories/CTF/"/>
<category term="CTF" scheme="https://github.com/smwsk/tags/CTF/"/>
<category term="XSS漏洞" scheme="https://github.com/smwsk/tags/XSS%E6%BC%8F%E6%B4%9E/"/>
</entry>
<entry>
<title>Hacker101-sql注入入门</title>
<link href="https://github.com/smwsk/2019/07/28/ctf/sqlmap/sqlmap-one/"/>
<id>https://github.com/smwsk/2019/07/28/ctf/sqlmap/sqlmap-one/</id>
<published>2019-07-28T15:58:00.767Z</published>
<updated>2019-07-30T06:02:28.625Z</updated>
<summary type="html">
<p>Hacker101中的第三题Micro-CMS v2主要考验的sql注入的问题 </p>
<h2 id="sql注入"><a href="#sql注入" class="headerlink"
</summary>
<category term="CTF" scheme="https://github.com/smwsk/categories/CTF/"/>
<category term="CTF" scheme="https://github.com/smwsk/tags/CTF/"/>
<category term="sql注入" scheme="https://github.com/smwsk/tags/sql%E6%B3%A8%E5%85%A5/"/>
</entry>
<entry>
<title>MarkDown常用的语法</title>
<link href="https://github.com/smwsk/2019/07/26/study-markdown/"/>
<id>https://github.com/smwsk/2019/07/26/study-markdown/</id>
<published>2019-07-26T15:55:22.363Z</published>
<updated>2019-08-29T06:40:44.012Z</updated>
<summary type="html">
<h2 id="标题"><a href="#标题" class="headerlink" title="标题"></a>标题</h2><blockquote>
<p>用#号来进行创建标题</p>
</blockquote>
<pre><code># 一级标题
##
</summary>
<category term="其他" scheme="https://github.com/smwsk/categories/%E5%85%B6%E4%BB%96/"/>
<category term="入门" scheme="https://github.com/smwsk/tags/%E5%85%A5%E9%97%A8/"/>
<category term="MarkDown" scheme="https://github.com/smwsk/tags/MarkDown/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="https://github.com/smwsk/2019/07/25/hello-world/"/>
<id>https://github.com/smwsk/2019/07/25/hello-world/</id>
<published>2019-07-25T02:35:55.281Z</published>
<updated>2019-07-25T07:23:48.795Z</updated>
<summary type="html">
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a
</summary>
<category term="JAVA" scheme="https://github.com/smwsk/categories/JAVA/"/>
<category term="搭建" scheme="https://github.com/smwsk/tags/%E6%90%AD%E5%BB%BA/"/>
</entry>
</feed>