-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
909 lines (538 loc) · 32.6 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
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
<!DOCTYPE HTML>
<html >
<head>
<meta charset="UTF-8">
<title>nico'blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="author" content="nico xia">
<meta property="og:type" content="website">
<meta property="og:title" content="nico'blog">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="nico'blog">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="nico'blog">
<link rel="alternative" href="/atom.xml" title="nico'blog" type="application/atom+xml">
<link rel="icon" href="/img/nico's baby.ico">
<link rel="apple-touch-icon" href="/img/nico's baby.png">
<link rel="apple-touch-icon-precomposed" href="/img/nico's baby.png">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/nico's baby.png" alt="nico'blog" title="nico'blog"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="nico'blog">nico'blog</a></h1>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact me">contact</a></li>
<li><a href="/">aaa</a></li>
<li>
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="search" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search" />
<input type="hidden" name="q" value="site:yoursite.com">
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/20/雅虎前端14条优化原则/" title="雅虎前端14条优化原则" itemprop="url">雅虎前端14条优化原则</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-20T02:43:16.000Z" itemprop="datePublished"> Published 2017-05-20</time>
</p>
</header>
<div class="article-content">
<h2 id="【性能优化】Yahoo网站优化的14条规则"><a href="#【性能优化】Yahoo网站优化的14条规则" class="headerlink" title="【性能优化】Yahoo网站优化的14条规则"></a>【性能优化】Yahoo网站优化的14条规则</h2><h3 id="1-减少HTTP请求"><a href="#1-减少HTTP请求" class="headerlink" title="1.减少HTTP请求"></a>1.减少HTTP请求</h3><p> 减少HTTP请求的方式很多,常见的包括CSS Sprites、合并JS和CSS、图片地图等。遵守这条规则可以改善首次访问网站的响应时间。</p>
<h3 id="2-使用CDN(内容发布网络)"><a href="#2-使用CDN(内容发布网络)" class="headerlink" title="2.使用CDN(内容发布网络)"></a>2.使用CDN(内容发布网络)</h3><p> 只有10%-20%的最终用户响应时间花在了下载HTML文档上,其余的80%-90%时间花在了下载页面中的所有组件上。如果web服务器离服务器更近,则一个HTTP请求的响应时间将缩短。CDN是一组分布在多个不同地理位置的web服务器,每个服务器都拥有所有网站的文件副本,用户访问网站时,就可以从离用户最近的服务器发送所需的文件给客户端。Yahoo!Shopping网站使用CDN后响应时间减少了20%。</p>
<h3 id="3-添加Expires头"><a href="#3-添加Expires头" class="headerlink" title="3.添加Expires头"></a>3.添加Expires头</h3><p> 通过使用Expires头,浏览器可以在用户首次访问网站后,将页面的资源缓存下来。可以为Expires指定过期时间,在指定时间后,缓存将失效。</p>
<h3 id="4-启用Gzip"><a href="#4-启用Gzip" class="headerlink" title="4.启用Gzip"></a>4.启用Gzip</h3><p> 客户端可以通过HTTP请求中的Accept-Encoding头来标识对压缩的支持(Accept-Encoding:gzip,deflate),服务器看到请求中有这个头,就会使用客户端列出的一种方法来压缩响应。大多数网站使用gzip压缩了HTML。</p>
<h3 id="5-将CSS放在顶部"><a href="#5-将CSS放在顶部" class="headerlink" title="5.将CSS放在顶部"></a>5.将CSS放在顶部</h3><p> 将CSS放在底部会发生无样式闪烁,浏览器会先加载HTML,然后加载CSS,会出现一段没有任何样式的“白屏时间”。而将CSS放在顶部则能规避这个问题。</p>
<h3 id="6-将脚本放在底部"><a href="#6-将脚本放在底部" class="headerlink" title="6.将脚本放在底部"></a>6.将脚本放在底部</h3><p> 将脚本放在顶部或页面中,浏览器会对script标签内的内容进行解析,从而阻塞样式的渲染。除此之外,HTTP1.1规范建议浏览器从每个主机并行的下载两个组件,在高版本的IE和chrome、Firefox等浏览器则支持并行下载六个组件。但script会阻塞并行下载。因此我们应该将脚本放在底部。</p>
<h3 id="7-避免CSS表达式"><a href="#7-避免CSS表达式" class="headerlink" title="7.避免CSS表达式"></a>7.避免CSS表达式</h3><p> CSS表达式具备求值计算能力,然而每次页面发生重绘时,CSS表达式会影响页面的加载时间。</p>
<h3 id="8-使用外部JavaScript和CSS"><a href="#8-使用外部JavaScript和CSS" class="headerlink" title="8.使用外部JavaScript和CSS"></a>8.使用外部JavaScript和CSS</h3><p> 使用大量内联的JS和CSS就不能实现样式、结构、行为的分离,这样会在维护上造成很多麻烦,同时也会增大网页的体积。</p>
<h3 id="9-减少DNS查询"><a href="#9-减少DNS查询" class="headerlink" title="9.减少DNS查询"></a>9.减少DNS查询</h3><p> 通过使用Keep-Alive和较少的域名可以减少DNS查询</p>
<h3 id="10-精简JavaScript和CSS"><a href="#10-精简JavaScript和CSS" class="headerlink" title="10.精简JavaScript和CSS"></a>10.精简JavaScript和CSS</h3><p> 进行代码混淆可以压缩JS文件的大小,这个通过gulp等构建工具可以自动化的进行。</p>
<h3 id="11-避免重定向"><a href="#11-避免重定向" class="headerlink" title="11.避免重定向"></a>11.避免重定向</h3><p> 重定向用于将用户从一个URL重新路由到另一个URL。重定向有很多种,包括301永久重定向、302临时重定向,304 Not Modified并不是真正的重定向,它是用来响应Get请求,避免下载已经存在于浏览器缓存中的数据。在URL的结尾加上斜线(/)可以避免一部分重定向。</p>
<h3 id="12-移除重复脚本"><a href="#12-移除重复脚本" class="headerlink" title="12.移除重复脚本"></a>12.移除重复脚本</h3><h3 id="13-配置ETag"><a href="#13-配置ETag" class="headerlink" title="13.配置ETag"></a>13.配置ETag</h3><p> 实体标签(Entity Tag)是web服务器和浏览器用于确认缓存资源的有效性的一种机制,它可以检测浏览器中缓存的资源与原始服务器上的资源是否匹配。ETag是唯一标识资源的一个特定版本的字符串,浏览器要验证一个资源,它会使用If-None-Match头将ETag传回原始服务器。如果ETag是匹配的,就会返回304状态码,从而使用浏览器缓存。</p>
<h3 id="14-缓存Ajax"><a href="#14-缓存Ajax" class="headerlink" title="14.缓存Ajax"></a>14.缓存Ajax</h3><p> 确保Ajax请求具有长久的Expires头</p>
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/wxapp/">wxapp</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/12/Vue 生命周期函数的理解/" title="Vue 生命周期理解" itemprop="url">Vue 生命周期理解</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-12T14:02:24.000Z" itemprop="datePublished"> Published 2017-05-12</time>
</p>
</header>
<div class="article-content">
<p>Vue提供了钩子函数的概念</p>
<hr>
<p>vue生命周期:<br> 钩子函数:</p>
<pre><code>created -> 实例已经创建 √
beforeCompile -> 编译之前
compiled -> 编译之后
ready -> 插入到文档中 √
beforeDestroy -> 销毁之前
destroyed -> 销毁之后
</code></pre><hr>
<p><img src="http://oothzvg9p.bkt.clouddn.com/lifecycle.png" alt=""></p>
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/Vue/">Vue</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/11/bem/" title="bem" itemprop="url">bem</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-11T14:32:43.000Z" itemprop="datePublished"> Published 2017-05-11</time>
</p>
</header>
<div class="article-content">
<h2 id="前端命名规范"><a href="#前端命名规范" class="headerlink" title="前端命名规范"></a>前端命名规范</h2><h3 id="BEM的意思就是块(block)、元素(element)、修饰符(modifier)-是由Yandex团队提出的一种前端命名方法论。这种巧妙的命名方法让你的CSS类对其他开发者来说更加透明而且更有意义。"><a href="#BEM的意思就是块(block)、元素(element)、修饰符(modifier)-是由Yandex团队提出的一种前端命名方法论。这种巧妙的命名方法让你的CSS类对其他开发者来说更加透明而且更有意义。" class="headerlink" title="BEM的意思就是块(block)、元素(element)、修饰符(modifier),是由Yandex团队提出的一种前端命名方法论。这种巧妙的命名方法让你的CSS类对其他开发者来说更加透明而且更有意义。"></a>BEM的意思就是块(block)、元素(element)、修饰符(modifier),是由Yandex团队提出的一种前端命名方法论。这种巧妙的命名方法让你的CSS类对其他开发者来说更加透明而且更有意义。</h3><pre><code><form class="search-form">
<input type="text" class="search-form__username">
<input type="password" class="search-form__password">
<button id="J_Submit" class="search-form__submit--active"></button>
<form>
</code></pre>
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/bem/">bem</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/08/start-learning-vue/" title="start learning vue" itemprop="url">start learning vue</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-08T13:44:48.000Z" itemprop="datePublished"> Published 2017-05-08</time>
</p>
</header>
<div class="article-content">
<p>今天开始学习vue,用此帖记录学习的点点滴滴</p>
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/vue/">vue</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/08/git常用命令/" title="git常用命令" itemprop="url">git常用命令</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-08T12:39:42.000Z" itemprop="datePublished"> Published 2017-05-08</time>
</p>
</header>
<div class="article-content">
<h3 id="查看、添加、提交、删除、找回,重置修改文件"><a href="#查看、添加、提交、删除、找回,重置修改文件" class="headerlink" title="查看、添加、提交、删除、找回,重置修改文件"></a>查看、添加、提交、删除、找回,重置修改文件</h3><p>git help <command> # 显示command的help</p>
<p>git show # 显示某次提交的内容 git show $id</p>
<p>git co – <file> # 抛弃工作区修改</file></p>
<p>git co . # 抛弃工作区修改</p>
<p>git add <file> # 将工作文件修改提交到本地暂存区</file></p>
<p>git add . # 将所有修改过的工作文件提交暂存区</p>
<p>git rm <file> # 从版本库中删除文件</file></p>
<p>git rm <file> –cached # 从版本库中删除文件,但不删除文件</file></p>
<p>git reset <file> # 从暂存区恢复到工作文件</file></p>
<p>git reset – . # 从暂存区恢复到工作文件</p>
<p>git reset –hard # 恢复最近一次提交过的状态,即放弃上次提交后的所有本次修改</p>
<p>git ci <file> git ci . git ci -a # 将git add, git rm和git ci等操作都合并在一起做 git ci -am “some comments”</file></p>
<p>git ci –amend # 修改最后一次提交记录</p>
<p>git revert <$id> # 恢复某次提交的状态,恢复动作本身也创建次提交对象</p>
<p>git revert HEAD # 恢复最后一次提交的状态</p>
<h3 id="查看文件diff"><a href="#查看文件diff" class="headerlink" title="查看文件diff"></a>查看文件diff</h3><p>git diff <file> # 比较当前文件和暂存区文件差异 git diff</file></p>
<p>git diff <id1><id1><id2> # 比较两次提交之间的差异</id2></id1></id1></p>
<p>git diff <branch1>..<branch2> # 在两个分支之间比较</branch2></branch1></p>
<p>git diff –staged # 比较暂存区和版本库差异</p>
<p>git diff –cached # 比较暂存区和版本库差异</p>
<p>git diff –stat # 仅仅比较统计信息</p>
<h3 id="查看提交记录"><a href="#查看提交记录" class="headerlink" title="查看提交记录"></a>查看提交记录</h3><p>git log git log <file> # 查看该文件每次提交记录</file></p>
<p>git log -p <file> # 查看每次详细修改内容的diff</file></p>
<p>git log -p -2 # 查看最近两次详细修改内容的diff</p>
<p>git log –stat #查看提交统计信息</p>
<p>tig</p>
<p>Mac上可以使用tig代替diff和log,brew install tig</p>
<p>Git 本地分支管理</p>
<h3 id="查看、切换、创建和删除分支"><a href="#查看、切换、创建和删除分支" class="headerlink" title="查看、切换、创建和删除分支"></a>查看、切换、创建和删除分支</h3><p>git br -r # 查看远程分支</p>
<p>git br <new_branch> # 创建新的分支</new_branch></p>
<p>git br -v # 查看各个分支最后提交信息</p>
<p>git br –merged # 查看已经被合并到当前分支的分支</p>
<p>git br –no-merged # 查看尚未被合并到当前分支的分支</p>
<p>git co <branch> # 切换到某个分支</branch></p>
<p>git co -b <new_branch> # 创建新的分支,并且切换过去</new_branch></p>
<p>git co -b <new_branch> <branch> # 基于branch创建新的new_branch</branch></new_branch></p>
<p>git co $id # 把某次历史提交记录checkout出来,但无分支信息,切换到其他分支会自动删除</p>
<p>git co $id -b <new_branch> # 把某次历史提交记录checkout出来,创建成一个分支</new_branch></p>
<p>git br -d <branch> # 删除某个分支</branch></p>
<p>git br -D <branch> # 强制删除某个分支 (未被合并的分支被删除的时候需要强制)</branch></p>
<h3 id="分支合并和rebase"><a href="#分支合并和rebase" class="headerlink" title="分支合并和rebase"></a>分支合并和rebase</h3><p>git merge <branch> # 将branch分支合并到当前分支</branch></p>
<p>git merge origin/master –no-ff # 不要Fast-Foward合并,这样可以生成merge提交</p>
<p>git rebase master <branch> # 将master rebase到branch,相当于: git co <branch> && git rebase master && git co master && git merge <branch></branch></branch></branch></p>
<h3 id="Git补丁管理-方便在多台机器上开发同步时用"><a href="#Git补丁管理-方便在多台机器上开发同步时用" class="headerlink" title="Git补丁管理(方便在多台机器上开发同步时用)"></a>Git补丁管理(方便在多台机器上开发同步时用)</h3><p>git diff > ../sync.patch # 生成补丁</p>
<p>git apply ../sync.patch # 打补丁</p>
<p>git apply –check ../sync.patch #测试补丁能否成功</p>
<h3 id="Git暂存管理"><a href="#Git暂存管理" class="headerlink" title="Git暂存管理"></a>Git暂存管理</h3><p>git stash # 暂存</p>
<p>git stash list # 列所有stash</p>
<p>git stash apply # 恢复暂存的内容</p>
<p>git stash drop # 删除暂存区</p>
<h3 id="Git远程分支管理"><a href="#Git远程分支管理" class="headerlink" title="Git远程分支管理"></a>Git远程分支管理</h3><p>git pull # 抓取远程仓库所有分支更新并合并到本地</p>
<p>git pull –no-ff # 抓取远程仓库所有分支更新并合并到本地,不要快进合并</p>
<p>git fetch origin # 抓取远程仓库更新</p>
<p>git merge origin/master # 将远程主分支合并到本地当前分支</p>
<p>git co –track origin/branch # 跟踪某个远程分支创建相应的本地分支</p>
<p>git co -b <local_branch> origin/<remote_branch> # 基于远程分支创建本地分支,功能同上</remote_branch></local_branch></p>
<p>git push # push所有分支</p>
<p>git push origin master # 将本地主分支推到远程主分支</p>
<p>git push -u origin master # 将本地主分支推到远程(如无远程主分支则创建,用于初始化远程仓库)</p>
<p>git push origin <local_branch> # 创建远程分支, origin是远程仓库名</local_branch></p>
<p>git push origin <local_branch>:<remote_branch> # 创建远程分支</remote_branch></local_branch></p>
<p>git push origin :<remote_branch> #先删除本地分支(git br -d <branch>),然后再push删除远程分支</branch></remote_branch></p>
<h3 id="Git远程仓库管理"><a href="#Git远程仓库管理" class="headerlink" title="Git远程仓库管理"></a>Git远程仓库管理</h3><p>GitHub</p>
<p>git remote -v # 查看远程服务器地址和仓库名称</p>
<p>git remote show origin # 查看远程服务器仓库状态</p>
<p>git remote add origin git@ github:robbin/robbin_site.git # 添加远程仓库地址</p>
<p>git remote set-url origin git@ github.com:robbin/robbin_site.git # 设置远程仓库地址(用于修改远程仓库地址) git remote rm <repository> # 删除远程仓库</repository></p>
<h3 id="创建远程仓库"><a href="#创建远程仓库" class="headerlink" title="创建远程仓库"></a>创建远程仓库</h3><p>git clone –bare robbin_site robbin_site.git # 用带版本的项目创建纯版本仓库</p>
<p>scp -r my_project.git git@ git.csdn.net:~ # 将纯仓库上传到服务器上</p>
<p>mkdir robbin_site.git && cd robbin_site.git && git –bare init # 在服务器创建纯仓库</p>
<p>git remote add origin git@ github.com:robbin/robbin_site.git # 设置远程仓库地址</p>
<p>git push -u origin master # 客户端首次提交</p>
<p>git push -u origin develop # 首次将本地develop分支提交到远程develop分支,并且track</p>
<p>git remote set-head origin master # 设置远程仓库的HEAD指向master分支</p>
<h3 id="也可以命令设置跟踪远程库和本地库"><a href="#也可以命令设置跟踪远程库和本地库" class="headerlink" title="也可以命令设置跟踪远程库和本地库"></a>也可以命令设置跟踪远程库和本地库</h3><p>git branch –set-upstream master origin/master</p>
<p>git branch –set-upstream develop origin/develop</p>
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/git/">git</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/08/git-常用命令/" title="git 常用命令" itemprop="url">git 常用命令</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-08T12:34:43.000Z" itemprop="datePublished"> Published 2017-05-08</time>
</p>
</header>
<div class="article-content">
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/08/es6/" title="es6" itemprop="url">es6</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-08T08:50:26.000Z" itemprop="datePublished"> Published 2017-05-08</time>
</p>
</header>
<div class="article-content">
<p><img src="http://oothzvg9p.bkt.clouddn.com/es6/eslogo.jpg" alt="es6 logo"></p>
<p>ECMAScript 6(以下简称ES6)是JavaScript语言的下一代标准。因为当前版本的ES6是在2015年发布的,所以又称ECMAScript 2015。</p>
<p>也就是说,ES6就是ES2015。</p>
<p>虽然目前并不是所有浏览器都能兼容ES6全部特性,但越来越多的程序员在实际项目当中已经开始使用ES6了。所以就算你现在不打算使用ES6,但为了看懂别人的你也该懂点ES6的语法了…</p>
<p>在我们正式讲解ES6语法之前,我们得先了解下Babel。<br>Babel</p>
<p>Babel是一个广泛使用的ES6转码器,可以将ES6代码转为ES5代码,从而在现有环境执行。大家可以选择自己习惯的工具来使用使用Babel,具体过程可直接在Babel官网查看:<br><a href="babeljs.io">babeljs.io</a></p>
<p>附上我学习es6的思维导图</p>
<h3 id="点击查看大图"><a href="#点击查看大图" class="headerlink" title="点击查看大图"></a><a href="http://oothzvg9p.bkt.clouddn.com/es6/es6%20lg.png" target="_blank" rel="external">点击查看大图</a></h3><p><img src="http://oothzvg9p.bkt.clouddn.com/es6/es6%20sm.jpg" alt="by nico"></p>
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/es6/">es6</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<article class="post-expand post" itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2017/05/08/思维导图/" title="novamind" itemprop="url">novamind</a>
</h1>
<p class="article-author">By
<a href="/about" title="nico xia" target="_blank" itemprop="author">nico xia</a>
<p class="article-time">
<time datetime="2017-05-08T03:43:43.000Z" itemprop="datePublished"> Published 2017-05-08</time>
</p>
</header>
<div class="article-content">
<p class="article-more-link">
</p>
</div>
<footer class="article-footer clearfix">
<div class="article-catetags">
<div class="article-tags">
<span></span> <a href="/tags/思维导图/">思维导图</a>
</div>
</div>
<div class="comments-count">
</div>
</footer>
</article>
<nav id="page-nav" class="clearfix">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><a class="extend next" rel="next" href="/page/2/">Next<span></span></a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="Show Sidebar"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div>
<aside class="clearfix">
<div class="github-card">
<p class="asidetitle">Github Card</p>
<div class="github-card" data-github="nico1988" data-width="220" data-height="119" data-theme="medium">
<script type="text/javascript" src="//cdn.jsdelivr.net/github-cards/latest/widget.js" ></script>
</div>
</div>
<div class="tagslist">
<p class="asidetitle">Tags</p>
<ul class="clearfix">
<li><a href="/tags/hexo/" title="hexo">hexo<sup>3</sup></a></li>
<li><a href="/tags/angular/" title="angular">angular<sup>2</sup></a></li>
<li><a href="/tags/git/" title="git">git<sup>2</sup></a></li>
<li><a href="/tags/wxapp/" title="wxapp">wxapp<sup>2</sup></a></li>
<li><a href="/tags/js/" title="js">js<sup>1</sup></a></li>
<li><a href="/tags/Vue/" title="Vue">Vue<sup>1</sup></a></li>
<li><a href="/tags/vue/" title="vue">vue<sup>1</sup></a></li>
<li><a href="/tags/bem/" title="bem">bem<sup>1</sup></a></li>
<li><a href="/tags/Vue-js/" title="Vue.js">Vue.js<sup>1</sup></a></li>
<li><a href="/tags/toll/" title="toll">toll<sup>1</sup></a></li>
<li><a href="/tags/javascript/" title="javascript">javascript<sup>1</sup></a></li>
<li><a href="/tags/es6/" title="es6">es6<sup>1</sup></a></li>
<li><a href="/tags/思维导图/" title="思维导图">思维导图<sup>1</sup></a></li>
<li><a href="/tags/svn/" title="svn">svn<sup>1</sup></a></li>
</ul>
</div>
<div class="tagcloudlist">
<p class="asidetitle">Tag Cloud</p>
<div class="tagcloudlist clearfix">
<a href="/tags/Vue/" style="font-size: 10px;">Vue</a> <a href="/tags/Vue-js/" style="font-size: 10px;">Vue.js</a> <a href="/tags/angular/" style="font-size: 15px;">angular</a> <a href="/tags/bem/" style="font-size: 10px;">bem</a> <a href="/tags/es6/" style="font-size: 10px;">es6</a> <a href="/tags/git/" style="font-size: 15px;">git</a> <a href="/tags/hexo/" style="font-size: 20px;">hexo</a> <a href="/tags/javascript/" style="font-size: 10px;">javascript</a> <a href="/tags/js/" style="font-size: 10px;">js</a> <a href="/tags/svn/" style="font-size: 10px;">svn</a> <a href="/tags/toll/" style="font-size: 10px;">toll</a> <a href="/tags/vue/" style="font-size: 10px;">vue</a> <a href="/tags/wxapp/" style="font-size: 15px;">wxapp</a> <a href="/tags/思维导图/" style="font-size: 10px;">思维导图</a>
</div>
</div>
<div class="linkslist">
<p class="asidetitle">Links</p>
<ul>
<li>
<a href="https://coderq.com" target="_blank" title="一个面向程序员交流分享的新一代社区">码农圈</a>
</li>
<li>
<a href="https://github.com/nico1988/" target="_blank" title="nico's Blog">nico's Blog</a>
</li>
</ul>
</div>
<div class="rsspart">
<a href="/atom.xml" target="_blank" title="rss">RSS</a>
</div>
<div style="margin-top:10px;border:1px solid silver;text-align:center;box-sizing:content-box">
<div style="display:inline-block;text-align:center">
<a href="">微信:maosheng88</a>
<br>
<a href=""><img src="" alt="">
<img src="/img/weixin.png" style="width:135px;height:135px"/>
</a>
<br>
<span>email:<br/><b style="color:DodgerBlue">13574161925</b>@163.com</span
</div>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> Hello ,I'm nico xia . <br/>
This is my blog,believe it or not.</p>
</section>
<div class="social-font" class="clearfix">
<a href="https://github.com/nico1988" target="_blank" class="icon-github" title="github"></a>
</div>
<p class="copyright">
Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/wuchong/jacman" target="_blank" title="Jacman">Jacman</a> © 2017
<a href="/about" target="_blank" title="nico xia">nico xia</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.0.3.min.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<script src="/js/gallery.js"></script>
<script src="/js/jquery.qrcode-0.12.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
});
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.article-content').each(function(i){
$(this).find('img').each(function(){
if ($(this).parent().hasClass('fancybox')) return;
var alt = this.alt;
if (alt) $(this).after('<span class="caption">' + alt + '</span>');
$(this).wrap('<a href="' + this.src + '" title="' + alt + '" class="fancybox"></a>');
});
$(this).find('.fancybox').each(function(){
$(this).attr('rel', 'article' + i);
});
});
if($.fancybox){
$('.fancybox').fancybox();
}
});
</script>
<!-- Analytics Begin -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?e6d1f421bbc9962127a50488f9ed37d1";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Analytics End -->
<!-- Totop Begin -->
<div id="totop">
<a title="Back to Top"><img src="/img/scrollup.png"/></a>
</div>
<script src="/js/totop.js"></script>
<!-- Totop End -->
<!-- MathJax Begin -->
<!-- mathjax config similar to math.stackexchange -->
<!-- MathJax End -->
<!-- Tiny_search Begin -->
<!-- Tiny_search End -->
</body>
</html>