-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
761 lines (499 loc) · 24.7 KB
/
index.html
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.19" />
<title>丁香园前端小分队</title>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no' />
<link rel="stylesheet" href="https://dxy-f2e.github.io/blog//css/init.css">
<link rel="stylesheet" href="https://dxy-f2e.github.io/blog//css/particles.css">
<link rel="stylesheet" href="https://dxy-f2e.github.io/blog//css/markdown.css">
<link rel="stylesheet" href="https://dxy-f2e.github.io/blog//css/style.css">
<script type="text/javascript" src="https://dxy-f2e.github.io/blog//js/jquery-1.8.3.min.js"></script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script>
<script>
function setLeanCloud() {
AV.initialize('PPDrp7ANvEDvzYqBF2gKC7vY-gzGzoHsz', '60o0boL7ij0mkftarA5kEfNs');
}
setLeanCloud();
</script>
</head>
<body>
<div class="nav">
<button class="menu"></button>
<ul>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/csrf">csrf</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/css">css</a>
<span>(6)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/fastclick">fastclick</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/form">form</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/html5">html5</a>
<span>(2)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/http">http</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/hybrid">hybrid</a>
<span>(3)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/javascript">javascript</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/novalidate">novalidate</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/promise">promise</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/reflow">reflow</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/repaint">repaint</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/required">required</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/seo">seo</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/tdz">tdz</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/viewport">viewport</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/webpack">webpack</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/xss">xss</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96">前端性能优化</a>
<span>(2)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/%E8%87%AA%E5%8A%A8%E6%8F%90%E4%BA%A4">自动提交</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F">设计模式</a>
<span>(1)</span>
</li>
</ul>
</div>
<div class="header">
<a href="https://dxy-f2e.github.io/blog/">
<p class="title J-title">丁香园前端小分队</p>
<p class="title">回到首页</p>
<p class="sub-title">DXY Tech&Product Division</p>
<hr />
</a>
</div>
<div class="container">
<div class="left">
<div class="posts J-list">
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/xiang.jpeg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/05/22/%E5%B8%B8%E8%A7%81%E7%BD%91%E7%BB%9C%E6%94%BB%E5%87%BB--xss--csrf/">常见网络攻击--XSS && CSRF</a>
</h1>
<p class="post-info">
Author.<span>相学长</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/xss">xss</a><a href="https://dxy-f2e.github.io/blog//tags/csrf">csrf</a> ·
Mon, May 22, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/zhangfx/20170522/">
XSS XSS全称跨站脚本攻击(Cross Site Scripting),顾名思义,就是通过向某网站写入js脚本来实现攻击。如果熟悉或了解SQL注入的话,
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/05/22/%E5%B8%B8%E8%A7%81%E7%BD%91%E7%BB%9C%E6%94%BB%E5%87%BB--xss--csrf/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/xiang.jpeg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/04/07/%E7%A7%BB%E5%8A%A8%E7%AB%AF%E9%80%82%E9%85%8D%E5%88%9D%E6%8E%A2/">移动端适配初探</a>
</h1>
<p class="post-info">
Author.<span>相学长</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/viewport">viewport</a> ·
Fri, Apr 7, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/zhangfx/20170407/">
IE时代,每一个前端同学都要费尽心力兼容各代版本IE。如今IE虽渐渐淘汰,但移动互联网崛起,我们又有了新的麻烦。因为各个手机的屏幕不同,为了
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/04/07/%E7%A7%BB%E5%8A%A8%E7%AB%AF%E9%80%82%E9%85%8D%E5%88%9D%E6%8E%A2/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/luolr.jpg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/04/01/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96%E4%BB%8E%E5%85%A5%E9%97%A8%E5%88%B0%E6%94%BE%E5%BC%83/">前端性能优化:从入门到放弃?</a>
</h1>
<p class="post-info">
Author.<span>罗椋仁</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96">前端性能优化</a> ·
Sat, Apr 1, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/luolr/">
<blockquote>
<p>作为一名合格的web开发人员,不应该仅仅满足于功能的实现,前端性能的优化也是我们必须要关注的问题。我们都不希望自己辛辛苦苦写成的代码,却因为优化不到位的问题,带给用户不好的体验。为此,我们可以做不少的事。</p>
</blockquote>
<p>对于前端性能优化的讨论,一直都不是一个过时的话题,前有雅虎的<a href="https://developer.yahoo.com/performance/rules.html">35条黄金法则</a>,后有O’Reilly 出版的两本性能优化圣经《高性能网站建设指南》、《高性能网站建设进阶指南》,这些都很值得我们学习,将会是我们在探索性能优化道路上的指路明灯。那么,我们首先来看看雅虎的军规吧,我选取了其中的一部分。
</p>
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/04/01/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96%E4%BB%8E%E5%85%A5%E9%97%A8%E5%88%B0%E6%94%BE%E5%BC%83/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/acrens.jpeg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/03/29/%E6%B5%8F%E8%A7%88%E5%99%A8%E6%B8%B2%E6%9F%93%E9%82%A3%E4%BA%9B%E4%BA%8B%E4%B9%8B-reflowrepaint/">浏览器渲染那些事之 Reflow、Repaint</a>
</h1>
<p class="post-info">
Author.<span>acrens</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/reflow">Reflow</a><a href="https://dxy-f2e.github.io/blog//tags/repaint">Repaint</a> ·
Wed, Mar 29, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/acrens/">
<p>在进行网页开发的时候,一般会忽略到页面渲染给浏览器带来的性能问题;在实际情况中,浏览器进行页面渲染会进行大量的计算,来确定每个可见元素在屏幕上的精确位置、大小,还需要将每个确定好的像素绘制到屏幕上,这些操作都需要消耗大量的资源;如果反复的进行这些操作,对用户设备性能损耗不容乐观,因此希望通过这篇文章加深大家对浏览器渲染过程的理解,并希望大家能够重视渲染过程带来的性能问题。
</p>
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/03/29/%E6%B5%8F%E8%A7%88%E5%99%A8%E6%B8%B2%E6%9F%93%E9%82%A3%E4%BA%9B%E4%BA%8B%E4%B9%8B-reflowrepaint/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/zhiyao.jpg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/03/15/%E5%BB%B6%E8%BF%9F%E8%AE%A9%E4%BD%A0%E6%9B%B4%E5%B9%B8%E7%A6%8F%E4%BA%86%E5%90%97/">延迟,让你更幸福了吗?</a>
</h1>
<p class="post-info">
Author.<span>志遥</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/fastclick">FastClick</a> ·
Wed, Mar 15, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/lizy/20170315/">
做前端开发的同学应该知道:在移动端使用了 WebKit 内核的浏览器上,单击操作会延迟 300ms(也有延迟 350ms 的说法,下文统称为 300ms 延迟)后再执行。 造成延迟的
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/03/15/%E5%BB%B6%E8%BF%9F%E8%AE%A9%E4%BD%A0%E6%9B%B4%E5%B9%B8%E7%A6%8F%E4%BA%86%E5%90%97/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/huot.jpg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/02/17/debounce--throttle-%E7%AE%80%E5%8D%95%E5%AE%9E%E7%8E%B0/">debounce && throttle 简单实现</a>
</h1>
<p class="post-info">
Author.<span>huot</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/javascript">javascript</a> ·
Fri, Feb 17, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/huot/">
<p>2011 年,Twitter 曝出一个 bug:当用户在滚动页面时,网站会变慢甚至无响应。John Resig 发表了一篇关于该问题的博客,并指出把高消耗的函数执行绑定在<code>onscroll</code>事件上是多么得不靠谱。下面以<code>lodash</code>中的<code>debounce</code>和<code>throttle</code>为例,来讲解<code>函数节流</code>在解决类似问题中的作用。
</p>
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/02/17/debounce--throttle-%E7%AE%80%E5%8D%95%E5%AE%9E%E7%8E%B0/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/acrens.jpeg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/02/17/javascript-%E4%B8%AD-tdz-%E7%9A%84%E7%90%86%E8%A7%A3/">javascript 中 TDZ 的理解</a>
</h1>
<p class="post-info">
Author.<span>acrens</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/tdz">TDZ</a> ·
Fri, Feb 17, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/acrens/">
<p>刷微博期间看见 @ruanyf 提出了一个问题与 TDZ 有关,但是貌似阮大当时还没有意识到这个问题,多亏一些其他业内同仁提出了与 TDZ 相关;当然,以阮大的能力这都不是事。由于当时我本身也还不知道 TDZ 这一回事没有看懂,所以就花了一些时间去搞清楚什么是 TDZ 及TDZ会带来一些什么问题,本文主要是用于介绍我对 TDZ 的一些理解,如有问题,多谢指出。
</p>
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/02/17/javascript-%E4%B8%AD-tdz-%E7%9A%84%E7%90%86%E8%A7%A3/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/xusy.png" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2017/02/06/%E5%85%B3%E4%BA%8E-vertical-align%E7%9A%84%E4%B8%80%E4%BA%9B%E8%AF%95%E9%AA%8C/">关于 vertical-align的一些试验</a>
</h1>
<p class="post-info">
Author.<span>徐溯阳</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/css">css</a> ·
Mon, Feb 6, 2017
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/xusy/20170206/">
前言 关于 vertical-align,我们很容易想到,这不就是告诉我们元素在纵向上和什么对齐的属性吗?看似很简单的定义,在实战使用时却总是不
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2017/02/06/%E5%85%B3%E4%BA%8E-vertical-align%E7%9A%84%E4%B8%80%E4%BA%9B%E8%AF%95%E9%AA%8C/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/huot.jpg" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2016/12/27/%E4%BB%80%E4%B9%88%E6%98%AF-https-/">什么是 HTTPS ?</a>
</h1>
<p class="post-info">
Author.<span>huot</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/http">http</a> ·
Tue, Dec 27, 2016
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/huot/">
<p>准确的说,HTTPS 不是一种协议,而是 HTTP 和 SSL 两种技术的组合,HTTP 本身所有的数据都是不加密的。</p>
<p>SSL ( Secure Socket Layer ) ,有时也称为 TLS ( Transport Layer Security ) ,是介于传输层和应用层的拓展层,可以将应用层数据加密后送入传输层。因此,使用了 SSL 传输的 HTTP <code>报文整体</code>都是被加密的。</p>
<p></p>
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2016/12/27/%E4%BB%80%E4%B9%88%E6%98%AF-https-/">查看更多…</a>
</p>
</div>
<div class="post">
<h1 class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/alexayan.png" />
<a class="J-link" href="https://dxy-f2e.github.io/blog/blog/2016/11/15/rds%E5%89%8D%E7%AB%AF%E8%B5%84%E6%BA%90%E5%88%86%E5%8F%91%E7%B3%BB%E7%BB%9F/">RDS(前端资源分发系统)</a>
</h1>
<p class="post-info">
Author.<span>alexayan</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/hybrid">hybrid</a> ·
Tue, Nov 15, 2016
</p>
<div class="post-body markdown-body J-hack-url" data-url="https://dxy-f2e.github.io/blog//post/alexayan/dxy-hybrid/">
<blockquote>
<p>RDS(前端资源包分发系统),将原有的客户端资源包更新逻辑移至服务器端实现。统一IOS,ANDROID等平台的更新逻辑,统一入口,方便资源包更新算法的调整,监控资源包的分发,进行灰度发布。</p>
</blockquote>
<h2 id="设计">设计</h2>
<p>RDS 最基本的功能就是将最最合适的资源包版本分发给不同的客户端。</p>
<p>在此基础上,需要与前端资源发布系统进行合作,根据前端发布 Hybrid 资源包的流程,添加相应的功能。如资源包测试。</p>
<p></p>
</div>
<p class="post-more">
<a href="https://dxy-f2e.github.io/blog/blog/2016/11/15/rds%E5%89%8D%E7%AB%AF%E8%B5%84%E6%BA%90%E5%88%86%E5%8F%91%E7%B3%BB%E7%BB%9F/">查看更多…</a>
</p>
</div>
</div>
<script>
function renderVisit() {
var query = new AV.Query('Visit');
query.limit(1000);
query.find().then(function(list) {
var treeMap = {};
list.forEach(function(item) {
var keyLink = item.get('link'),
count = item.get('visitCount');
treeMap[keyLink] = count;
});
$('.J-list .post').each(function() {
var a = document.createElement('a');
var el = $(this),
href = el.find('.J-link').attr('href'),
dom = el.find('.post-info');
a.href = href;
var link = a.pathname;
var len = treeMap[link] || 0;
dom.append('· 浏览量. <span>' + len + '</span>');
});
});
}
renderVisit();
</script>
</div>
<div class="right">
<div class="assort">
<p>分类</p>
<ul>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/csrf">csrf</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/css">css</a>
<span>(6)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/fastclick">fastclick</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/form">form</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/html5">html5</a>
<span>(2)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/http">http</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/hybrid">hybrid</a>
<span>(3)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/javascript">javascript</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/novalidate">novalidate</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/promise">promise</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/reflow">reflow</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/repaint">repaint</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/required">required</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/seo">seo</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/tdz">tdz</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/viewport">viewport</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/webpack">webpack</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/xss">xss</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96">前端性能优化</a>
<span>(2)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/%E8%87%AA%E5%8A%A8%E6%8F%90%E4%BA%A4">自动提交</a>
<span>(1)</span>
</li>
<li>
<a href="https://dxy-f2e.github.io/blog//tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F">设计模式</a>
<span>(1)</span>
</li>
</ul>
</div>
</div>
<div class="recommend">
<h3>文章列表</h3>
<div class="posts">
<div class="post">
<span class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/xiang.jpeg" />
<a href="https://dxy-f2e.github.io/blog/blog/2017/05/22/%E5%B8%B8%E8%A7%81%E7%BD%91%E7%BB%9C%E6%94%BB%E5%87%BB--xss--csrf/">常见网络攻击--XSS && CSRF</a>
</span>
<span class="post-info">
Author.<span>相学长</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/xss">xss</a><a href="https://dxy-f2e.github.io/blog//tags/csrf">csrf</a> ·
Mon, May 22, 2017
</span>
</div>
<div class="post">
<span class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/xiang.jpeg" />
<a href="https://dxy-f2e.github.io/blog/blog/2017/04/07/%E7%A7%BB%E5%8A%A8%E7%AB%AF%E9%80%82%E9%85%8D%E5%88%9D%E6%8E%A2/">移动端适配初探</a>
</span>
<span class="post-info">
Author.<span>相学长</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/viewport">viewport</a> ·
Fri, Apr 7, 2017
</span>
</div>
<div class="post">
<span class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/luolr.jpg" />
<a href="https://dxy-f2e.github.io/blog/blog/2017/04/01/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96%E4%BB%8E%E5%85%A5%E9%97%A8%E5%88%B0%E6%94%BE%E5%BC%83/">前端性能优化:从入门到放弃?</a>
</span>
<span class="post-info">
Author.<span>罗椋仁</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/%E5%89%8D%E7%AB%AF%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96">前端性能优化</a> ·
Sat, Apr 1, 2017
</span>
</div>
<div class="post">
<span class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/acrens.jpeg" />
<a href="https://dxy-f2e.github.io/blog/blog/2017/03/29/%E6%B5%8F%E8%A7%88%E5%99%A8%E6%B8%B2%E6%9F%93%E9%82%A3%E4%BA%9B%E4%BA%8B%E4%B9%8B-reflowrepaint/">浏览器渲染那些事之 Reflow、Repaint</a>
</span>
<span class="post-info">
Author.<span>acrens</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/reflow">Reflow</a><a href="https://dxy-f2e.github.io/blog//tags/repaint">Repaint</a> ·
Wed, Mar 29, 2017
</span>
</div>
<div class="post">
<span class="post-title">
<img src="https://dxy-f2e.github.io/blog//media/zhiyao.jpg" />
<a href="https://dxy-f2e.github.io/blog/blog/2017/03/15/%E5%BB%B6%E8%BF%9F%E8%AE%A9%E4%BD%A0%E6%9B%B4%E5%B9%B8%E7%A6%8F%E4%BA%86%E5%90%97/">延迟,让你更幸福了吗?</a>
</span>
<span class="post-info">
Author.<span>志遥</span> ·
Tag.<a href="https://dxy-f2e.github.io/blog//tags/fastclick">FastClick</a> ·
Wed, Mar 15, 2017
</span>
</div>
</div>
</div>
</div>
<div id="gotop">
<a href="javascript:;">TOP</a>
</div>
<div class="footer">
<p>Establishment · 丁香园前端</p>
</div>
<script type="text/javascript" src="https://dxy-f2e.github.io/blog//js/script.js"></script>
</body>
</html>
<div id="particles-js"></div>
<script type="text/javascript" src="https://dxy-f2e.github.io/blog//js/particles.js"></script>
<script type="text/javascript">
particlesJS.load('particles-js', 'https:\/\/dxy-f2e.github.io\/blog\//json/particles.json', null);
</script>