-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
569 lines (276 loc) · 17.3 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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>linxun</title>
<subtitle>linxunzyf</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://jx-zyf.github.io/"/>
<updated>2019-02-16T02:13:19.066Z</updated>
<id>https://jx-zyf.github.io/</id>
<author>
<name>linxunzyf</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>React父组件中使用子组件的方法</title>
<link href="https://jx-zyf.github.io//posts/e527abd2/"/>
<id>https://jx-zyf.github.io//posts/e527abd2/</id>
<published>2019-02-16T02:05:44.554Z</published>
<updated>2019-02-16T02:13:19.066Z</updated>
<summary type="html">
<h3 id="父组件中使用子组件的方法"><a href="#父组件中使用子组件的方法" class="headerlink" title="父组件中使用子组件的方法"></a>父组件中使用子组件的方法</h3><figure class="highlight
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="react" scheme="https://jx-zyf.github.io/tags/react/"/>
</entry>
<entry>
<title>js小技巧(二)</title>
<link href="https://jx-zyf.github.io//posts/cfcdf77d/"/>
<id>https://jx-zyf.github.io//posts/cfcdf77d/</id>
<published>2019-02-16T01:57:07.126Z</published>
<updated>2019-02-16T02:13:44.039Z</updated>
<summary type="html">
<h4 id="获取当前浏览器信息"><a href="#获取当前浏览器信息" class="headerlink" title="获取当前浏览器信息"></a>获取当前浏览器信息</h4><figure class="highlight js"><table><tr><td
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>小程序学习</title>
<link href="https://jx-zyf.github.io//posts/8cc9dda6/"/>
<id>https://jx-zyf.github.io//posts/8cc9dda6/</id>
<published>2018-07-04T14:18:09.185Z</published>
<updated>2019-02-16T02:04:49.715Z</updated>
<summary type="html">
<h2 id="START"><a href="#START" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="小程序" scheme="https://jx-zyf.github.io/tags/%E5%B0%8F%E7%A8%8B%E5%BA%8F/"/>
</entry>
<entry>
<title>Node反向代理请求</title>
<link href="https://jx-zyf.github.io//posts/11645e24/"/>
<id>https://jx-zyf.github.io//posts/11645e24/</id>
<published>2018-06-23T02:44:48.523Z</published>
<updated>2018-06-23T02:46:15.126Z</updated>
<summary type="html">
<p>前一阵子有个需求是上传文件,遇到跨域的问题,我的解决办法是使用node搭建本地静态服务器,把请求转发到后端服务器。</p>
<p>撸起袖子就是干,却发现一个问题,node这里拿不到上传过来的formData格式的文件,然后疯狂查资料,花了我一个上午的时间,还是不行。最后在老
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="Node" scheme="https://jx-zyf.github.io/tags/Node/"/>
</entry>
<entry>
<title>js小技巧(一)</title>
<link href="https://jx-zyf.github.io//posts/60fc6c1f/"/>
<id>https://jx-zyf.github.io//posts/60fc6c1f/</id>
<published>2018-06-23T02:41:30.362Z</published>
<updated>2018-06-23T02:42:36.229Z</updated>
<summary type="html">
<h4 id="将浮点数-或字符串-转化为整数"><a href="#将浮点数-或字符串-转化为整数" class="headerlink" title="将浮点数(或字符串)转化为整数"></a>将浮点数(或字符串)转化为整数</h4><figure
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>常用排序算法(一)</title>
<link href="https://jx-zyf.github.io//posts/daae2fce/"/>
<id>https://jx-zyf.github.io//posts/daae2fce/</id>
<published>2018-06-23T02:39:14.611Z</published>
<updated>2018-06-23T02:47:51.860Z</updated>
<summary type="html">
<h3 id="冒泡排序"><a href="#冒泡排序" class="headerlink" title="冒泡排序"></a>冒泡排序</h3><h4 id="描述:"><a href="#描述:" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>前端请求之jquery ajax, fetch, axios</title>
<link href="https://jx-zyf.github.io//posts/9258a52/"/>
<id>https://jx-zyf.github.io//posts/9258a52/</id>
<published>2018-04-04T01:27:04.369Z</published>
<updated>2018-04-26T10:32:49.533Z</updated>
<summary type="html">
<p>前端是个发展迅速的领域,前端请求自然也发展迅速,从原生的XHR到jquery ajax,再到现在的axios和fetch。</p>
<h3 id="jquery-ajax"><a href="#jquery-ajax" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>css 变量</title>
<link href="https://jx-zyf.github.io//posts/5f2b98d1/"/>
<id>https://jx-zyf.github.io//posts/5f2b98d1/</id>
<published>2018-03-27T01:17:32.402Z</published>
<updated>2018-03-27T03:43:46.839Z</updated>
<summary type="html">
<p>原生css终于有变量了!今天就学习下css变量</p>
<h3 id="定义css变量"><a href="#定义css变量" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="css" scheme="https://jx-zyf.github.io/tags/css/"/>
</entry>
<entry>
<title>git 常用操作</title>
<link href="https://jx-zyf.github.io//posts/3ac54c0c/"/>
<id>https://jx-zyf.github.io//posts/3ac54c0c/</id>
<published>2018-03-26T03:33:21.996Z</published>
<updated>2018-03-26T03:52:47.355Z</updated>
<summary type="html">
<p>git在我们的工作中是必不可少的,这里简单记录下常用的git操作,方便以后查询</p>
<ul>
<li>git init: 初始化仓库(版本库)</li>
<li>git add <file>:
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="git" scheme="https://jx-zyf.github.io/tags/git/"/>
</entry>
<entry>
<title>antd-pro 使用笔记</title>
<link href="https://jx-zyf.github.io//posts/23508308/"/>
<id>https://jx-zyf.github.io//posts/23508308/</id>
<published>2018-03-21T01:24:12.892Z</published>
<updated>2018-03-21T03:52:55.513Z</updated>
<summary type="html">
<p>Ant Design Pro 是一个企业级中后台前端/设计解决方案。由阿里蚂蚁金服维护,已经开源</p>
<p>基于 antd-pro@1.1.0</p>
<h3 id="介绍"><a href="#介绍" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="antd" scheme="https://jx-zyf.github.io/tags/antd/"/>
</entry>
<entry>
<title>async/await笔记</title>
<link href="https://jx-zyf.github.io//posts/ec020e93/"/>
<id>https://jx-zyf.github.io//posts/ec020e93/</id>
<published>2018-03-16T03:48:53.391Z</published>
<updated>2018-03-16T08:50:04.522Z</updated>
<summary type="html">
<p>异步是JavaScript的一大难点之一,因此js的异步解决方案也是多种多样的。从最早的回调函数,到Promise对象,到Generator函数,再到现在的async/await。很多人都认为async/await是异步操作的终极解决方案,今天就来简单介绍下它。</p>
<
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>css预处理器——less的常见用法</title>
<link href="https://jx-zyf.github.io//posts/356ff799/"/>
<id>https://jx-zyf.github.io//posts/356ff799/</id>
<published>2018-02-27T02:00:33.961Z</published>
<updated>2018-02-27T04:47:11.108Z</updated>
<summary type="html">
<h3 id="写在开头"><a href="#写在开头" class="headerlink" title="写在开头"></a>写在开头</h3><h4 id="为什么要有CSS预处理器"><a href="#为什么要有CSS预处理器" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="css" scheme="https://jx-zyf.github.io/tags/css/"/>
</entry>
<entry>
<title>react 简单优化</title>
<link href="https://jx-zyf.github.io//posts/d5323688/"/>
<id>https://jx-zyf.github.io//posts/d5323688/</id>
<published>2018-02-06T03:49:15.167Z</published>
<updated>2018-02-06T07:07:34.138Z</updated>
<summary type="html">
<blockquote>
<p>在url后加 ?react_pref 可以结合Chrome自带的Performance做性能测试</p>
</blockquote>
<h2 id="单组件优化:"><a href="#单组件优化:" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="react" scheme="https://jx-zyf.github.io/tags/react/"/>
</entry>
<entry>
<title>react 基础笔记</title>
<link href="https://jx-zyf.github.io//posts/cb30c8d6/"/>
<id>https://jx-zyf.github.io//posts/cb30c8d6/</id>
<published>2018-02-02T02:46:03.193Z</published>
<updated>2018-02-02T09:31:45.812Z</updated>
<summary type="html">
<p>以下仅是我个人一些笔记合集,如理解有误,还望帮忙及时指出,方便及时更正。</p>
<h3 id="react-生命周期"><a href="#react-生命周期" class="headerlink" title="react 生命周期"></a>react
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="react" scheme="https://jx-zyf.github.io/tags/react/"/>
</entry>
<entry>
<title>浅谈JS运行机制</title>
<link href="https://jx-zyf.github.io//posts/338a161/"/>
<id>https://jx-zyf.github.io//posts/338a161/</id>
<published>2018-01-23T09:35:31.028Z</published>
<updated>2018-01-24T03:17:42.533Z</updated>
<summary type="html">
<p>本文仅是我个人的见解,如理解有误,还望帮忙及时指出,方便及时更正。</p>
<p>正文开始~</p>
<h3 id="进程与线程"><a href="#进程与线程" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>vue-music总结</title>
<link href="https://jx-zyf.github.io//posts/461d16ef/"/>
<id>https://jx-zyf.github.io//posts/461d16ef/</id>
<published>2018-01-19T01:42:37.013Z</published>
<updated>2018-01-23T09:35:41.494Z</updated>
<summary type="html">
<p>由于本人比较喜欢听歌,所以这次跟着慕课网的实战课程做了这个项目。<br>视频地址:<a href="https://coding.imooc.com/class/107.html" target="_blank" rel="external">Vue 2.0
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="vue" scheme="https://jx-zyf.github.io/tags/vue/"/>
</entry>
<entry>
<title>react 实战总结</title>
<link href="https://jx-zyf.github.io//posts/68a33ea4/"/>
<id>https://jx-zyf.github.io//posts/68a33ea4/</id>
<published>2018-01-09T01:18:09.832Z</published>
<updated>2018-01-19T04:54:16.768Z</updated>
<summary type="html">
<p>虽然不是第一次接触react,但之前都没有写博客记录,好记性不如烂笔头,希望以后养成多做笔记的好习惯吧。</p>
<h2 id="关于react"><a href="#关于react" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
<category term="react" scheme="https://jx-zyf.github.io/tags/react/"/>
</entry>
<entry>
<title>JS数组</title>
<link href="https://jx-zyf.github.io//posts/82c69460/"/>
<id>https://jx-zyf.github.io//posts/82c69460/</id>
<published>2017-12-21T16:00:00.000Z</published>
<updated>2017-12-22T11:23:06.801Z</updated>
<summary type="html">
<h3 id="写在开头"><a href="#写在开头" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>JavaScript基础</title>
<link href="https://jx-zyf.github.io//posts/a9ba4134/"/>
<id>https://jx-zyf.github.io//posts/a9ba4134/</id>
<published>2017-12-19T16:00:00.000Z</published>
<updated>2017-12-20T08:47:19.902Z</updated>
<summary type="html">
<h2 id="原型"><a href="#原型" class="headerlink"
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="JavaScript" scheme="https://jx-zyf.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>HTML&CSS基础知识(二)</title>
<link href="https://jx-zyf.github.io//posts/d8be64fd/"/>
<id>https://jx-zyf.github.io//posts/d8be64fd/</id>
<published>2017-09-04T10:58:38.229Z</published>
<updated>2017-12-19T03:19:58.015Z</updated>
<summary type="html">
<h2 id="HTML-amp-CSS"><a href="#HTML-amp-CSS" class="headerlink" title="HTML&amp;CSS"></a>HTML&amp;CSS</h2><h3 id="1-盒子模型"><a
</summary>
<category term="coder" scheme="https://jx-zyf.github.io/categories/coder/"/>
<category term="HTML" scheme="https://jx-zyf.github.io/tags/HTML/"/>
</entry>
</feed>