-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
933 lines (641 loc) · 38.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
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>赱向远方</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="赱向远方">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="赱向远方">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="赱向远方">
<meta name="twitter:description">
<link rel="alternative" href="/atom.xml" title="赱向远方" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<div id="container">
<div class="left-col">
<div class="overlay"></div>
<div class="intrude-less">
<header id="header" class="inner">
<a href="/" class="profilepic">
<img lazy-src="null" class="js-avatar">
</a>
<hgroup>
<h1 class="header-author"><a href="/">赱向远方</a></h1>
</hgroup>
<div class="switch-btn">
<div class="icon">
<div class="icon-ctn">
<div class="icon-wrap icon-house" data-idx="0">
<div class="birdhouse"></div>
<div class="birdhouse_holes"></div>
</div>
<div class="icon-wrap icon-ribbon hide" data-idx="1">
<div class="ribbon"></div>
</div>
<div class="icon-wrap icon-link hide" data-idx="2">
<div class="loopback_l"></div>
<div class="loopback_r"></div>
</div>
<div class="icon-wrap icon-me hide" data-idx="3">
<div class="user"></div>
<div class="shoulder"></div>
</div>
</div>
</div>
<div class="tips-box hide">
<div class="tips-arrow"></div>
<ul class="tips-inner">
<li>菜单</li>
<li>标签</li>
<li>友情链接</li>
<li>关于我</li>
</ul>
</div>
</div>
<div class="switch-area">
<div class="switch-wrap">
<section class="switch-part switch-part1">
<nav class="header-menu">
<ul>
<li><a href="/">主页</a></li>
<li><a href="/archives">所有文章</a></li>
</ul>
</nav>
<nav class="header-nav">
<div class="social">
<a class="github" target="_blank" href="/#" title="github">github</a>
<a class="weibo" target="_blank" href="/#" title="weibo">weibo</a>
<a class="rss" target="_blank" href="/#" title="rss">rss</a>
<a class="zhihu" target="_blank" href="/#" title="zhihu">zhihu</a>
</div>
</nav>
</section>
<section class="switch-part switch-part2">
<div class="widget tagcloud" id="js-tagcloud">
<a href="/tags/Ubuntun/" style="font-size: 10px;">Ubuntun</a> <a href="/tags/environment/" style="font-size: 10px;">environment</a> <a href="/tags/java/" style="font-size: 10px;">java</a> <a href="/tags/jsf/" style="font-size: 10px;">jsf</a> <a href="/tags/scala/" style="font-size: 10px;">scala</a> <a href="/tags/tutor/" style="font-size: 10px;">tutor</a> <a href="/tags/vim/" style="font-size: 10px;">vim</a> <a href="/tags/诗/" style="font-size: 20px;">诗</a>
</div>
</section>
<section class="switch-part switch-part3">
<div id="js-friends">
<a target="_blank" class="main-nav-link switch-friends-link" href="http://localhost:4000/">奥巴马的博客</a>
<a target="_blank" class="main-nav-link switch-friends-link" href="http://localhost:4000/">卡卡的美丽传说</a>
<a target="_blank" class="main-nav-link switch-friends-link" href="http://localhost:4000/">本泽马的博客</a>
<a target="_blank" class="main-nav-link switch-friends-link" href="http://localhost:4000/">吉格斯的博客</a>
<a target="_blank" class="main-nav-link switch-friends-link" href="http://localhost:4000/">习大大大不同</a>
<a target="_blank" class="main-nav-link switch-friends-link" href="http://localhost:4000/">托蒂的博客</a>
</div>
</section>
<section class="switch-part switch-part4">
<div id="js-aboutme">我是谁,我从哪里来,我到哪里去?我就是我,是颜色不一样的吃货…</div>
</section>
</div>
</div>
</header>
</div>
</div>
<div class="mid-col">
<nav id="mobile-nav">
<div class="overlay">
<div class="slider-trigger"></div>
<h1 class="header-author js-mobile-header hide">赱向远方</h1>
</div>
<div class="intrude-less">
<header id="header" class="inner">
<div class="profilepic">
<img lazy-src="null" class="js-avatar">
</div>
<hgroup>
<h1 class="header-author">赱向远方</h1>
</hgroup>
<nav class="header-menu">
<ul>
<li><a href="/">主页</a></li>
<li><a href="/archives">所有文章</a></li>
<div class="clearfix"></div>
</ul>
</nav>
<nav class="header-nav">
<div class="social">
<a class="github" target="_blank" href="/#" title="github">github</a>
<a class="weibo" target="_blank" href="/#" title="weibo">weibo</a>
<a class="rss" target="_blank" href="/#" title="rss">rss</a>
<a class="zhihu" target="_blank" href="/#" title="zhihu">zhihu</a>
</div>
</nav>
</header>
</div>
</nav>
<div class="body-wrap">
<article id="post-vim" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2016/03/21/vim/" class="article-date">
<time datetime="2016-03-21T11:56:57.000Z" itemprop="datePublished">2016-03-21</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2016/03/21/vim/">vim tutor</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="298" height="52" src="http://music.163.com/outchain/player?type=2&id=36664350&auto=0&height=32"></iframe>
<figure class="highlight"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">vimtutor</span><br></pre></td></tr></table></figure>
<pre><code> ^
k
< <span class="keyword">h</span> <span class="keyword">l</span> >
j
v
</code></pre><table>
<thead>
<tr>
<th>command</th>
<th>meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td>q!</td>
<td>This exits the editor, DISCARDING any changes you have made.</td>
</tr>
<tr>
<td>x</td>
<td>delete the character under the cursor</td>
</tr>
<tr>
<td>i</td>
<td>insert text</td>
</tr>
<tr>
<td>A</td>
<td>append text</td>
</tr>
<tr>
<td>:wq</td>
<td>to save a file and exit</td>
</tr>
<tr>
<td>dw</td>
<td>to delete a word</td>
</tr>
<tr>
<td>d$</td>
<td>to delete to the end of the line</td>
</tr>
<tr>
<td>0</td>
<td>(zero) to move to the start of the line</td>
</tr>
<tr>
<td>dd</td>
<td>to delete a whole line</td>
</tr>
<tr>
<td>2dd</td>
<td>to delete two lines</td>
</tr>
<tr>
<td>u</td>
<td>to undo the last commands</td>
</tr>
<tr>
<td>U</td>
<td>to fix a whole line</td>
</tr>
<tr>
<td>CTRL+R</td>
<td>To undo the undo’s</td>
</tr>
<tr>
<td>p</td>
<td>to put the line below the cursor</td>
</tr>
<tr>
<td>rx</td>
<td>to replace the character at the cursor with x</td>
</tr>
<tr>
<td>ce</td>
<td>To change until the end of a word</td>
</tr>
<tr>
<td>CTRL+G</td>
<td>show your location in the file and the file status</td>
</tr>
<tr>
<td>G</td>
<td>move you to the bottom of the file</td>
</tr>
<tr>
<td>gg</td>
<td>move you to the start of the file</td>
</tr>
<tr>
<td>50G</td>
<td>move you to the 50 line</td>
</tr>
<tr>
<td>:!</td>
<td>followed by an external command to execute that command</td>
</tr>
<tr>
<td>v</td>
<td>To save part of the file, type v motion :w FILENAME</td>
</tr>
<tr>
<td>:r FILENAME</td>
<td>retrieves disk file FILENAME and puts it below the cursor position</td>
</tr>
<tr>
<td>o</td>
<td>open a line below the cursor and place you in Insert mode</td>
</tr>
<tr>
<td>O</td>
<td>open up a line ABOVE the cursor</td>
</tr>
<tr>
<td>a</td>
<td>to insert text AFTER the cursor</td>
</tr>
<tr>
<td>R</td>
<td>to replace more than one character</td>
</tr>
<tr>
<td>y</td>
<td>to copy text</td>
</tr>
<tr>
<td>p</td>
<td>to paste text</td>
</tr>
<tr>
<td>:e</td>
<td>Press CTRL-D and Vim will show a list of commands that start with “e”</td>
</tr>
<tr>
<td>:help cmd</td>
<td>to find help on cmd</td>
</tr>
</tbody>
</table>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tutor/">tutor</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/vim/">vim</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-Ubuntun-java-and-scala" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/12/19/Ubuntun-java-and-scala/" class="article-date">
<time datetime="2015-12-19T04:55:36.000Z" itemprop="datePublished">2015-12-19</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/12/19/Ubuntun-java-and-scala/">Ubuntun java and scala environment set up</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="298" height="52" src="http://music.163.com/outchain/player?type=2&id=116869&auto=0&height=32"></iframe>
<ul>
<li><p>DownLoad java from <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank" rel="external">here</a></p>
</li>
<li><p>Edit profile file</p>
</li>
</ul>
<figure class="highlight gradle"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">sudo gedit <span class="regexp">/etc/</span>profile</span><br></pre></td></tr></table></figure>
<ul>
<li>add JAVA_HOME at the end of this file:</li>
</ul>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">export</span> JAVA_HOME=/usr/lib/jdk1.<span class="number">8.0</span>_45</span><br><span class="line"><span class="built_in">export</span> CLASSPATH=.:<span class="variable">$JAVA_HOME</span>/lib:<span class="variable">$JAVA_HOME</span>/jre/lib:<span class="variable">$CLASSPATH</span></span><br><span class="line"><span class="built_in">export</span> PATH=<span class="variable">$JAVA_HOME</span>/bin:<span class="variable">$JAVA_HOME</span>/jre/bin:<span class="variable">$PATH</span></span><br></pre></td></tr></table></figure>
<ul>
<li>source command will take effect on path</li>
</ul>
<figure class="highlight gradle"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">sudo <span class="keyword">source</span> <span class="regexp">/etc/</span>profile</span><br></pre></td></tr></table></figure>
<ul>
<li>test java is installed</li>
</ul>
<figure class="highlight applescript"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">java -<span class="property">version</span></span><br></pre></td></tr></table></figure>
<ul>
<li>DownLoad Scala from <a href="http://www.scala-lang.org/download/" target="_blank" rel="external">here</a></li>
</ul>
<figure class="highlight css"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="tag">tar</span> <span class="tag">-zxvf</span> <span class="tag">scala-2</span><span class="class">.11</span><span class="class">.7</span><span class="class">.tgz</span></span><br></pre></td></tr></table></figure>
<ul>
<li>put it to somewhere,for example</li>
</ul>
<figure class="highlight stata"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">sudo cp -r <span class="keyword">scala</span>-2.11.7 /usr/<span class="keyword">local</span></span><br></pre></td></tr></table></figure>
<ul>
<li>Edit profile file</li>
</ul>
<figure class="highlight gradle"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">sudo gedit <span class="regexp">/etc/</span>profile</span><br></pre></td></tr></table></figure>
<ul>
<li>add two line at the end of this file:</li>
</ul>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">export</span> SCALA_HOME=/usr/<span class="built_in">local</span>/scala-<span class="number">2.11</span>.<span class="number">7</span></span><br><span class="line"></span><br><span class="line"><span class="built_in">export</span> PATH=<span class="variable">$SCALA_HOME</span>/bin:<span class="variable">$PATH</span></span><br></pre></td></tr></table></figure>
<ul>
<li>source command will take effect on path</li>
</ul>
<figure class="highlight gradle"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="keyword">source</span> <span class="regexp">/etc/</span>profile</span><br></pre></td></tr></table></figure>
<ul>
<li>test scala is installed</li>
</ul>
<figure class="highlight stata"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="keyword">scala</span> -<span class="keyword">version</span></span><br></pre></td></tr></table></figure>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Ubuntun/">Ubuntun</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/java/">java</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/scala/">scala</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-jsf" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/12/02/jsf/" class="article-date">
<time datetime="2015-12-02T12:53:39.000Z" itemprop="datePublished">2015-12-02</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/12/02/jsf/">jsf environment set up</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="330" height="86" src="http://music.163.com/outchain/player?type=2&id=346085&auto=0&height=66"></iframe>
<p> <strong>1. new maven project</strong></p>
<p> <strong>2. edit pom.xml add jsf dependency</strong></p>
<figure class="highlight xml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line"><span class="tag"><<span class="title">dependencies</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">dependency</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">groupId</span>></span>org.glassfish<span class="tag"></<span class="title">groupId</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">artifactId</span>></span>javax.faces<span class="tag"></<span class="title">artifactId</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">version</span>></span>2.2.8<span class="tag"></<span class="title">version</span>></span></span><br><span class="line"> <span class="tag"></<span class="title">dependency</span>></span></span><br><span class="line"><span class="tag"></<span class="title">dependencies</span>></span></span><br></pre></td></tr></table></figure>
<p><strong>3. edit web.xml</strong></p>
<figure class="highlight xml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br><span class="line">18</span><br></pre></td><td class="code"><pre><span class="line"><span class="pi"><?xml version="1.0" encoding="UTF-8"?></span></span><br><span class="line"><span class="tag"><<span class="title">web-app</span> <span class="attribute">xmlns</span>=<span class="value">"http://xmlns.jcp.org/xml/ns/javaee"</span></span><br><span class="line"> <span class="attribute">xmlns:xsi</span>=<span class="value">"http://www.w3.org/2001/XMLSchema-instance"</span></span><br><span class="line"> <span class="attribute">xsi:schemaLocation</span>=<span class="value">"http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"</span></span><br><span class="line"> <span class="attribute">version</span>=<span class="value">"3.1"</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">welcome-file-list</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">welcome-file</span>></span>index.xhtml<span class="tag"></<span class="title">welcome-file</span>></span></span><br><span class="line"> <span class="tag"></<span class="title">welcome-file-list</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">servlet</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">servlet-name</span>></span>Faces Servlet<span class="tag"></<span class="title">servlet-name</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">servlet-class</span>></span>javax.faces.webapp.FacesServlet<span class="tag"></<span class="title">servlet-class</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">load-on-startup</span>></span>1<span class="tag"></<span class="title">load-on-startup</span>></span></span><br><span class="line"> <span class="tag"></<span class="title">servlet</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">servlet-mapping</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">servlet-name</span>></span>Faces Servlet<span class="tag"></<span class="title">servlet-name</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">url-pattern</span>></span>*.xhtml<span class="tag"></<span class="title">url-pattern</span>></span></span><br><span class="line"> <span class="tag"></<span class="title">servlet-mapping</span>></span></span><br><span class="line"><span class="tag"></<span class="title">web-app</span>></span></span><br></pre></td></tr></table></figure>
<p> <strong>4. edit index.xhtml</strong></p>
<figure class="highlight xml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><span class="line"><span class="pi"><?xml version="1.0" encoding="UTF-8"?></span></span><br><span class="line"><span class="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</span><br><span class="line"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></span></span><br><span class="line"><span class="tag"><<span class="title">html</span> <span class="attribute">xmlns</span>=<span class="value">"http://www.w3.org/1999/xhtml"</span></span><br><span class="line"> <span class="attribute">xmlns:h</span>=<span class="value">"http://xmlns.jcp.org/jsf/html"</span></span><br><span class="line"> <span class="attribute">xmlns:ui</span>=<span class="value">"http://xmlns.jcp.org/jsf/facelets"</span></span><br><span class="line"> <span class="attribute">xmlns:f</span>=<span class="value">"http://xmlns.jcp.org/jsf/core"</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">f:view</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">h:form</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">h:inputText</span> <span class="attribute">value</span>=<span class="value">"#{helloWorld.name}"</span>/></span></span><br><span class="line"> <span class="tag"><<span class="title">h:commandButton</span> <span class="attribute">value</span>=<span class="value">"Submit"</span> <span class="attribute">action</span>=<span class="value">"welcome"</span>/></span></span><br><span class="line"> <span class="tag"></<span class="title">h:form</span>></span></span><br><span class="line"> <span class="tag"></<span class="title">f:view</span>></span></span><br><span class="line"><span class="tag"></<span class="title">html</span>></span></span><br></pre></td></tr></table></figure>
<p> <strong>5. add welcom.xhtml</strong></p>
<figure class="highlight xml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br></pre></td><td class="code"><pre><span class="line"><span class="pi"><?xml version="1.0" encoding="UTF-8"?></span></span><br><span class="line"><span class="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</span><br><span class="line"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></span></span><br><span class="line"><span class="tag"><<span class="title">html</span> <span class="attribute">xmlns</span>=<span class="value">"http://www.w3.org/1999/xhtml"</span></span><br><span class="line"> <span class="attribute">xmlns:h</span>=<span class="value">"http://xmlns.jcp.org/jsf/html"</span></span><br><span class="line"> <span class="attribute">xmlns:ui</span>=<span class="value">"http://xmlns.jcp.org/jsf/facelets"</span></span><br><span class="line"> <span class="attribute">xmlns:f</span>=<span class="value">"http://xmlns.jcp.org/jsf/core"</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">f:view</span>></span></span><br><span class="line"> <span class="tag"><<span class="title">h:outputLabel</span> <span class="attribute">value</span>=<span class="value">"Hello, world "</span>/></span></span><br><span class="line"> <span class="tag"><<span class="title">h:outputText</span> <span class="attribute">value</span>=<span class="value">"#{helloWorld.name}"</span>/></span></span><br><span class="line"> <span class="tag"></<span class="title">f:view</span>></span></span><br><span class="line"><span class="tag"></<span class="title">html</span>></span></span><br></pre></td></tr></table></figure>
<p> <strong>6. add HelloWorld.java</strong></p>
<figure class="highlight java"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><span class="line"><span class="annotation">@ManagedBean</span></span><br><span class="line"><span class="annotation">@SessionScoped</span></span><br><span class="line"><span class="keyword">public</span> <span class="class"><span class="keyword">class</span> <span class="title">HelloWorld</span> </span>{</span><br><span class="line"></span><br><span class="line"> <span class="keyword">private</span> String name;</span><br><span class="line"></span><br><span class="line"> <span class="function"><span class="keyword">public</span> String <span class="title">getName</span><span class="params">()</span> </span>{</span><br><span class="line"> <span class="keyword">return</span> name;</span><br><span class="line"> }</span><br><span class="line"></span><br><span class="line"> <span class="function"><span class="keyword">public</span> <span class="keyword">void</span> <span class="title">setName</span><span class="params">(String name)</span> </span>{</span><br><span class="line"> <span class="keyword">this</span>.name = name;</span><br><span class="line"> }</span><br><span class="line">}</span><br></pre></td></tr></table></figure>
<p> <strong>7. run tomcat</strong></p>
<p> <strong>8. show results</strong><br><img src="http://img.blog.csdn.net/20151201174134316" alt="input something"><br><img src="http://img.blog.csdn.net/20151201174301925" alt="show page"></p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/environment/">environment</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/jsf/">jsf</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-don-t-angry" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/07/07/don-t-angry/" class="article-date">
<time datetime="2015-07-07T13:34:29.000Z" itemprop="datePublished">2015-07-07</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/07/07/don-t-angry/">莫生气</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p><strong><font color="#008000">人生就像一场戏</font></strong></p>
<p><strong><font color="#0000FF">因为有缘才相聚</font></strong></p>
<p><strong><font color="#8B008B">相扶到老不容易</font></strong></p>
<p><strong><font color="#FF8C00">是否更该去珍惜</font></strong></p>
<p><strong><font color="#FF1493">为了小事发脾气</font></strong></p>
<p><strong><font color="#808000">回头想想又何必</font></strong></p>
<p><strong><font color="#FF0000">别人生气我不气</font></strong></p>
<p><strong><font color="#4682B4">气出病来无人替</font></strong></p>
<p><strong><font color="#FA8072">我若气死谁如意</font></strong></p>
<p><strong><font color="#800080">况且伤神又费力</font></strong></p>
<p><strong><font color="#98FB980">邻居亲朋不要比</font></strong></p>
<p><strong><font color="#90EE90">儿孙琐事由它去</font></strong></p>
<p><strong><font color="#808080">吃苦享乐在一起</font></strong></p>
<p><strong><font color="#FF00FF">神仙羡慕好伴侣</font></strong></p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/诗/">诗</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-aaa" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/06/22/aaa/" class="article-date">
<time datetime="2015-06-22T13:49:33.000Z" itemprop="datePublished">2015-06-22</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/06/22/aaa/">相信未来</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h2 id="食子">食子</h2><blockquote>
<p>当蜘蛛网无情地查封了我的炉</p>
</blockquote>
<p>当灰烬的余烟叹息着贫困的悲哀</p>
<p>我依然固执地铺平失望的灰烬</p>
<p>用美丽的雪花写下:相信未来</p>
<blockquote>
<p>当我的紫葡萄化为深秋的露水</p>
</blockquote>
<p>当我的鲜花依偎在别人的情怀</p>
<p>我依然固执地用凝霜的枯藤</p>
<p>在凄凉的大地上写下:相信未来</p>
<blockquote>
<p>我要用手指那涌向天边的排浪</p>
</blockquote>
<p>我要用手掌那托起太阳的大海</p>
<p>摇曳着曙光那枝温暖漂亮的笔杆</p>
<p>用孩子的笔体写下:相信未来</p>
<blockquote>
<p>我之所以鉴定地相信未来</p>
</blockquote>
<p>是我相信未来人们的眼睛</p>
<p>她有拨开历史风尘的睫毛</p>
<p>她有看透岁月篇章的瞳孔</p>
<blockquote>
<p>不管人们对于我们腐烂的皮肉</p>
</blockquote>
<p>那些迷途的惆怅、失败的苦痛</p>
<p>是寄予感动的热泪、深切的同情</p>
<p>还是给以轻蔑的微笑、辛辣的嘲讽</p>
<blockquote>
<p>我坚信人们对于我们的脊骨</p>
</blockquote>
<p>那无数次地探索、迷途、失败和成功</p>
<p>一定会给予热情、客观、公正的评定</p>
<p>是的,我焦急地等待着他们的评定</p>
<blockquote>
<p>朋友,请坚定地相信未来吧</p>
</blockquote>
<p>相信不屈不挠的努力</p>
<p>相信战胜死亡的年轻</p>
<p>相信未来,热爱生命</p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/诗/">诗</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-my-new-post" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/06/22/my-new-post/" class="article-date">
<time datetime="2015-06-22T05:45:33.000Z" itemprop="datePublished">2015-06-22</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/06/22/my-new-post/">走向远方</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h2 id="汪国真">汪国真</h2><blockquote>
<p>是男儿总要走向远方,</p>
<p>走向远方是为了让生命更辉煌。</p>
<p>走在崎岖不平的路上,</p>
<p>年轻的眼眸里装着梦更装着思想。</p>
<p>不论是孤独的走着还是结伴同行,</p>
<p>让每一个脚印都坚实而有力量。</p>
<p>我们学着承受痛苦。</p>
<p>学着把眼泪像珍珠一样收藏,</p>
<p>把眼泪都贮存在成功的那一天流淌,</p>
<p>那一天,</p>
<p>哪怕流它个大海汪洋。</p>
<p>我们学着对待误解。</p>
<p>学着把生活的苦酒当成饮料一样慢慢品尝,</p>
<p>不论生命经过多少委屈和艰辛,</p>
<p>我们总是以一个朝气蓬勃的面孔,</p>
<p>醒来在每一个早上。</p>
<p>我们学着对待流言。</p>
<p>学着从容而冷静地面对世事沧桑,</p>
<p>猝然临之而不惊,</p>
<p>无故加之而不怒,</p>
<p>这便是我们的大勇,</p>
<p>我们的修养。</p>
<p>我们学着只争朝夕。</p>
<p>人生苦短,</p>
<p>道路漫长,</p>
<p>我们走向并珍爱每一处风光,</p>
<p>我们不停地走着,</p>
<p>不停地走着的我们也成了一处风光。</p>
<p>走向远方,</p>
<p>从少年到青年,</p>
<p>从青年到老年,</p>
<p>我们从星星走成了夕阳。</p>
</blockquote>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/诗/">诗</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/06/20/hello-world/" class="article-date">
<time datetime="2015-06-20T10:09:36.000Z" itemprop="datePublished">2015-06-20</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/06/20/hello-world/">Hello World</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>Welcome to <a href="http://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="http://hexo.io/docs/" target="_blank" rel="external">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="http://hexo.io/docs/troubleshooting.html" target="_blank" rel="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p>
<h2 id="Quick_Start">Quick Start</h2><h3 id="Create_a_new_post">Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<p>More info: <a href="http://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
<h3 id="Run_server">Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
<p>More info: <a href="http://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
<h3 id="Generate_static_files">Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
<p>More info: <a href="http://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
<h3 id="Deploy_to_remote_sites">Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
<p>More info: <a href="http://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
</div>
<div class="article-info article-info-index">
<div class="clearfix"></div>
</div>
</div>
</article>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
© 2016 赱向远方
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
</div>
</div>
</div>
</footer>
</div>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
<script>
var yiliaConfig = {
fancybox: true,
mathjax: true,
animate: true,
isHome: true,
isPost: false,
isArchive: false,
isTag: false,
isCategory: false,
open_in_new: false
}
</script>
<script src="http://7.url.cn/edu/jslib/comb/require-2.1.6,jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</div>
</body>
</html>