-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
867 lines (577 loc) · 52.1 KB
/
Copy pathindex.html
File metadata and controls
867 lines (577 loc) · 52.1 KB
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
<!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" content="一个动漫爱好者建立的博客,欢迎与我进行各种交♂流">
<meta property="og:type" content="website">
<meta property="og:title" content="幻想驿站">
<meta property="og:url" content="http://blog.ainhaato.moe/">
<meta property="og:site_name" content="幻想驿站">
<meta property="og:description" content="一个动漫爱好者建立的博客,欢迎与我进行各种交♂流">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="幻想驿站">
<meta name="twitter:description" content="一个动漫爱好者建立的博客,欢迎与我进行各种交♂流">
<meta name="twitter:creator" content="@shmozi">
<link rel="alternative" href="/atom.xml" title="幻想驿站" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link href="//fonts.useso.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link href='http://www.youziku.com/webfont/CSS/4114d670d55fae9bb2290e34a94ea24b' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" href="/css/style.css" type="text/css">
<link rel="stylesheet" href="/netease/style.css" type="text/css">
<link rel="stylesheet" href="/mediaelement/mediaelementplayer.css" type="text/css">
<script type="text/javascript" src="http://api.hitokoto.us/rand?encode=js&cat=a&charset=utf-8"></script>
<script type='text/javascript'>window._ty_rum||function(){function sf(t){switch(typeof t){case"object":if(!t)return"null";if(t instanceof Array){for(var r="[",e=0;e<t.length;e++)r+=(e>0?",":"")+sf(t[e]);return r+"]"}var r="{",e=0;for(var n in t)"function"!=typeof t[n]&&(r+=(e>0?",":"")+sf(n)+":"+sf(t[n]),e++);return r+"}";case"string":return'"'+t.replace(/([\"\\])/g,"\\$1")+'"';case"number":return t.toString();case"boolean":return t?"true":"false";case"function":return"[function]";case"undefined":default:return"undefined"}}function now(){return Date.now?Date.now():(new Date).valueOf()}function enc(t){return wd.encodeURIComponent?encodeURIComponent(t):t}function hrs(t){return function(){}}function odl(){mc.ied()}function och(){"complete"===dc.readyState&&mc.ied()}function owl(t){function r(){mc.sd()}return ty_rum.load_time?!0:(mc.ied(),ty_rum.load_time=now(),void(9===t?r():setTimeout(r,0)))}function owu(){ul||owl(9),ul=1}function ot(){mc.touch||(mc.touch=now())}function oe(t){var r=arguments,e="unknown",n=[now()];if(0!=r.length){if("string"==typeof t){var a=r.length<4?r.length:4;n[1]=r[0],a>2&&(n[2]=r[2],n[3]=0,n[4]=r[1]),a>3&&r[3]&&(n[3]=r[3])}else if(t instanceof Event&&(n[1]=t.message||(t.error&&t.error.constructor.name)+(t.error&&t.error.message)||"",n[2]=t.lineno?t.lineno:0,n[3]=t.colno?t.colno:0,n[4]=t.filename||t.error&&t.error.fileName||t.target&&t.target.baseURI||"",n[4]==dc.URL&&(n[4]="#"),n[1]===e&&n[4]===e))return;mc.e.push(n)}}function thiscall(o,m,a){for(var f="o."+m+"(",i=0;i<a.length;i++)f+=(i>0?",":"")+"a["+i+"]";return f+=");",eval(f)}function wp_open(t){return function(){var r=arguments,e=this;if(!e._ty_wrap){var n=ut.ag.apply(e,r);e._ty_rum={method:n[0],url:n[1],start:now()}}try{return t.apply(e,r)}catch(a){return e.open=t,thiscall(e,"open",r)}}}function sz(t){return"string"==typeof t?t.length:ArrayBuffer&&t instanceof ArrayBuffer?t.byteLength:Blob&&t instanceof Blob?t.size:t.length?t.length:0}function wp_send(t){return function(){function r(t){var r,e,a=i._ty_rum;if(a){if(4!==a.readyState&&(a.end=now()),a.s=i.status,a.res=sz(i.responseText),a.readyState=i.readyState,a.cb_time=s,r=[a.method+" "+a.url,a.s>0?a.end-a.start:0,s,a.s,a.s>0?0:t,a.res,a.req],a.r&&(e=n(i),e&&(e=e.xData)&&(r.push(e.id),r.push(e.action),r.push(e.time&&e.time.duration),r.push(e.time&&e.time.qu))),ty_rum.aa.push(r),ty_rum.server.custom_urls&&ty_rum.server.custom_urls.length&&!mc.ct){if(!ty_rum.pattern){ty_rum.pattern=[];for(var o=0;o<ty_rum.server.custom_urls.length;o++)ty_rum.pattern.push(new RegExp(ty_rum.server.custom_urls[o]))}for(var o=0;o<ty_rum.pattern.length;o++)if(a.url.match(ty_rum.pattern[o])){mc.ct=a.end+s;break}}mc.sa(),i._ty_rum=null}}function e(){4==i.readyState&&r(0)}function n(t){var r;if(t.getResponseHeader){var e=ut.pj(t.getResponseHeader("X-Tingyun-Tx-Data"));e&&e.r&&t._ty_rum&&e.r+""==t._ty_rum.r+""&&(r={name:t._ty_rum.url,xData:e},pf&&wd._ty_rum.c_ra.push(r))}return r}function a(t){return function(){var r;4==i.readyState&&i._ty_rum&&(i._ty_rum.end=r=now(),i._ty_rum.readyState=4);var n=t.apply(this,arguments);return 4==i.readyState&&(s=now()-r),e(),n}}function o(t){return function(){var e=i._ty_rum;return e?"progress"==t?!0:("abort"==t?r(905):"loadstart"==t?e.start=now():"error"==t?r(990):"timeout"==t&&r(903),!0):!0}}function u(t,r){r instanceof Array||(r=[r]);for(var e=0;e<r.length;e++){var n=r[e];ut.sh(t,n,o(n),!1)}}if(!this._ty_wrap){this._ty_rum.start=now(),this._ty_rum.req=arguments[0]?sz(arguments[0]):0;var i=this,s=0,c=ut.wp(!1,this,"onreadystatechange",a);c||ut.sh(this,"readystatechange",e,!1),u(this,["error","progress","abort","load","loadstart","loadend","timeout"]),c||setTimeout(function(){ut.wp(!1,i,"onreadystatechange",a)},0)}var m=function(){function t(t){var r={},e=/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?/.exec(t);return e&&(r.protocol=e[1]?e[1]+":":"http:",r.hostname=e[3],r.port=e[4]||""),r}return function(r){var e=location;if(r=ut.trim(r)){if(r=r.toLowerCase(),r.startsWith("//")&&(r=e.protocol+r),!r.startsWith("http"))return!0;var n=t(r),a=n.protocol===e.protocol&&n.hostname===e.hostname;return a&&(a=n.port===e.port?!0:!e.port&&("http:"===e.protocol&&"80"===n.port||"https:"===e.protocol&&"443"===n.port)),a}return!1}}(),d=arguments;try{try{var f=ty_rum.server;f&&f.id&&this._ty_rum&&m(this._ty_rum.url)&&(this._ty_rum.r=(new Date).getTime()%1e8,this.setRequestHeader&&this.setRequestHeader("X-Tingyun-Id",f.id+";r="+this._ty_rum.r))}catch(l){}return t.apply(this,d)}catch(l){return this.send=t,thiscall(this,"send",d)}}}var wd=window,xr=wd.XMLHttpRequest,dc=document,ty_rum=wd._ty_rum={st:now(),ra:[],c_ra:[],aa:[],snd_du:function(){return this.server.adu?1e3*this.server.adu:1e4},cc:function(){return this.server.ac?this.server.ac:10}};ty_rum.server = {id:'nuGsGzJgptI',beacon:'beacon.tingyun.com',beacon_err:'beacon-err.tingyun.com',key:'o8zug8gdyqE',trace_threshold:40000,custom_urls:[],sr:1.0};if(ty_rum.server&&!(ty_rum.server.sr&&Math.random()>=ty_rum.server.sr)){var trim=String.prototype.trim;String.prototype.startsWith||(String.prototype.startsWith=function(t,r){return r=r||0,this.indexOf(t,r)===r});var ut={wp:function(t,r,e,n,a){var o;try{o=r[e]}catch(u){if(!t)return!1}if(!o&&!t)return!1;if(o&&o._ty_wrap)return!1;try{r[e]=n(o,a)}catch(u){return!1}return r[e]._ty_wrap=[o],!0},mu:function(t,r){var e=arguments,n=dc.URL.match(/^([a-zA-Z]+:)/)[0]+"//"+t+"/"+r+"?av=v1.0.0&v=1.3.0&key="+enc(ty_rum.server.key)+"&ref="+enc(dc.URL)+"&rand="+now();if(e.length>2){var a=e[2];for(var o in a)n+="&"+o+"="+a[o]}return n},gt:function(t,r){function e(){r&&r.apply(this,arguments),n.parentNode&&n.parentNode.removeChild(n)}var n=dc.createElement("script");n.type="text/javascript",n.src=t,ut.sh(n,"readystatechange",function(){("loaded"==n.readyState||4==n.readyState)&&e(null,n.innerHTML)},!1),ut.sh(n,"load",function(){return e(null,n.innerHTML),!0},!1),ut.sh(n,"error",function(){return e("error",n.innerHTML),!0},!1);var a=dc.getElementsByTagName("script")[0];return a.parentNode.insertBefore(n,a)?n:void 0},fpt:function(t,r,e){function n(t,r,e){var n=dc.createElement(t);try{for(var a in r)n[a]=r[a]}catch(o){var u="<"+t;for(var a in r)u+=" "+a+'="'+r[a]+'"';u+=">",e||(u+="</"+t+">"),n=dc.createElement(u)}return n}var a=n("div",{style:"display:none"},!1),o=n("iframe",{name:"_ty_rum_frm",width:0,height:0,style:"display:none"},!1),u=n("form",{style:"display:none",action:t,enctype:"application/x-www-form-urlencoded",method:"post",target:"_ty_rum_frm"},!1),i=n("input",{name:"data",type:"hidden"},!0);return i.value=r,u.appendChild(i),a.appendChild(o),a.appendChild(u),dc.body.appendChild(a),u.submit(),o.onreadystatechange=function(){("complete"===o.readyState||4===o.readyState)&&(e(null,o.innerHTML),dc.body.removeChild(a))},!0},pt:function(t,r,e,n){if(navigator&&navigator.sendBeacon)return navigator.sendBeacon(t,r);if(ut.ie)return ut.fpt(t,r,n);var a;if(wd.XDomainRequest)return a=new XDomainRequest,a.open("POST",t),a.onload=function(){n(null,a.responseText)},ut.sh(a,"load",function(){n(null,a.responseText)},!1),ut.sh(a,"error",function(){n("POST("+t+")error")},!1),ut.wp(!0,a,"onerror",function(t){return function(){return n&&n("post error",a.responseText),!0}}),a.send(r),!0;if(!xr)return!1;a=new xr,a.overrideMimeType&&a.overrideMimeType("text/html");try{a._ty_wrap=1}catch(o){}var u=0;a.onreadystatechange=function(){4==a.readyState&&200==a.status&&(0==u&&n(null,a.responseText),u++)},a.onerror&&ut.wp(!0,a,"onerror",function(t){return function(){return n("post error",a.responseText),"function"==typeof t?t.apply(this,arguments):!0}});try{a.open("POST",t,!0)}catch(o){return ut.fpt(t,r,n)}for(var i in e)a.setRequestHeader(i,e[i]);return a.send(r),!0},sh:function(t,r,e,n){return t.addEventListener?t.addEventListener(r,e,n):t.attachEvent?t.attachEvent("on"+r,e):!1},ag:function(){for(var t=[],r=0;r<arguments.length;r++)t.push(arguments[r]);return t},pj:function(t){if(t&&"string"==typeof t){var r=window.JSON?window.JSON.parse:function(t){return new Function("return "+t)()};return r(t)}return null},trim:trim?function(t){return null==t?"":trim.call(t)}:function(t){return null==t?"":t.toString().replace(/^\s+/,"").replace(/\s+$/,"")}},pf=wd.performance?wd.performance:wd.Performance;pf&&(ut.sh(pf,"resourcetimingbufferfull",function(){var t=pf.getEntriesByType("resource");t&&(ty_rum.ra=ty_rum.ra.concat(t),pf.clearResourceTimings())},!1),ut.sh(pf,"webkitresourcetimingbufferfull",function(){var t=pf.getEntriesByType("resource");t&&(ty_rum.ra=ty_rum.ra.concat(t),pf.webkitClearResourceTimings())},!1));for(var mc=ty_rum.mc={rd:function(){return ty_rum.load_time},ied:function(){function t(){mc.sa()}ty_rum.end_time||(ty_rum.end_time=now(),mc._h=setInterval(t,2e3))},sd:function(){function t(){function t(t){return e[t]>0?e[t]-n:0}var r={};if(pf&&pf.timing){var e=pf.timing;n=e.navigationStart;var a=t("domainLookupStart"),o=t("domainLookupEnd"),u=t("redirectStart"),i=t("redirectEnd"),s=t("connectStart"),c=t("connectEnd");r={f:t("fetchStart"),qs:t("requestStart"),rs:t("responseStart"),re:t("responseEnd"),os:t("domContentLoadedEventStart"),oe:t("domContentLoadedEventEnd"),oi:t("domInteractive"),oc:t("domComplete"),ls:t("loadEventStart"),le:t("loadEventEnd")},c-s>0&&(r.cs=s,r.ce=c),o-a>0&&(r.ds=a,r.de=o),(i-u>0||i>0)&&(r.es=u,r.ee=i),0==r.le&&(r.ue=ty_rum.load_time-n);var m;if(e.msFirstPaint)m=e.msFirstPaint;else if(wd.chrome&&chrome.loadTimes){var d=chrome.loadTimes();d&&d.firstPaintTime&&(m=1e3*d.firstPaintTime)}else ty_rum.fp&&(m=ty_rum.fp);m&&(r.fp=Math.round(m-n)),e.secureConnectionStart&&(r.sl=t("secureConnectionStart"))}else r={t:n,os:ty_rum.end_time-n,ls:ty_rum.load_time-n};r.je=mc.e.length,mc.ct&&(r.ct=mc.ct-n),mc.touch&&(r.fi=mc.touch-n);var f=ty_rum.agent;return f&&(r.id=enc(f.id),r.a=f.a,r.q=f.q,r.tid=enc(f.tid),r.n=enc(f.n)),r}function r(t){var r=window._ty_rum.c_ra;if(t)for(var e=r.length-1;e>=0;e--)if(t.indexOf(r[e].name)>-1)return r[e].xData;return null}function e(t){function e(t){return s[t]>0?s[t]:0}if(t<ty_rum.server.trace_threshold)return null;if(pf&&pf.getEntriesByType){var a={tr:!0,tt:enc(dc.title),charset:dc.characterSet},o=ty_rum.ra,u=pf.getEntriesByType("resource");u&&(o=o.concat(u),pf.webkitClearResourceTimings&&pf.webkitClearResourceTimings(),pf.clearResourceTimings&&pf.clearResourceTimings()),a.res=[];for(var i=0;i<o.length;i++){var s=o[i],c={o:e("startTime"),rt:s.initiatorType,n:s.name,f:e("fetchStart"),ds:e("domainLookupStart"),de:e("domainLookupEnd"),cs:e("connectStart"),ce:e("connectEnd"),sl:e("secureConnectionStart"),qs:e("requestStart"),rs:e("responseStart"),re:e("responseEnd")},m=r(s.name);m&&(c.aid=m.id,c.atd=m.trId,c.an=m.action,c.aq=m.time&&m.time.qu,c.as=m.time&&m.time.duration),a.res.push(c)}if(mc.e.length){a.err=[];for(var i=0,d=mc.e;i<mc.e.length;i++)a.err.push({o:Math.round(d[i][0]-n),e:d[i][1],l:d[i][2],c:d[i][3],r:d[i][4]})}return a}return null}if(mc.sended)return!1;if(!mc.rd())return!1;var n=ty_rum.st,a={},o={};try{o=t(),a=e(o.ls>0?o.ls:ty_rum.load_time-n)}catch(u){}a=a?sf(a):"";var i=ut.mu(ty_rum.server.beacon,"pf",o);if(0!=a.length&&ut.pt(i,a,{},hrs("POST"))||ut.gt(i),mc.e.length>0){var u=mc.e[0];ut.gt(ut.mu(ty_rum.server.beacon_err,"err",{data:enc(sf([u[1],u[2],u[3],"#"==u[4]?dc.URL:u[4],mc.e.length]))}),hrs("GET err"))}return mc.sended=!0,mc.sa(1),!0},sa:function(t){(mc.rd()||t)&&(t||(t=!mc._last_send||now()-mc._last_send>ty_rum.snd_du()||ty_rum.aa.length>=ty_rum.cc()),ty_rum.aa.length>0&&t&&(mc._last_send=now(),ut.pt(ut.mu(ty_rum.server.beacon,"xhr"),sf({xhr:ty_rum.aa}),{},hrs("POST")),ty_rum.aa=[]))},e:[]},ul=null,l=[["load",owl],["beforeunload",owu],["pagehide",owu],["unload",owu],["error",oe]],i=0;i<l.length;i++)ut.sh(wd,l[i][0],l[i][1],!1);l=[["scroll",ot],["keypress",ot],["click",ot],["DOMContentLoaded",odl],["readystatechange",och]];for(var i=0;i<l.length;i++)ut.sh(dc,l[i][0],l[i][1],!1);if(ut.wp(!1,wd,"requestAnimationFrame",function(t){return function(){return ty_rum.fp=now(),wd.requestAnimationFrame=t,t.apply(this,arguments)}}),xr)if(xr.prototype)ut.wp(!1,xr.prototype,"open",wp_open),ut.wp(!1,xr.prototype,"send",wp_send);else{ut.ie=7;var x=xr;wd.XMLHttpRequest=function(){var t=new x;return ut.wp(!1,t,"open",wp_open),ut.wp(!1,t,"send",wp_send),t}}else wd.ActiveXObject&&(ut.ie=6);}}();</script>
</head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">幻想驿站</a>
</h1>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
<a class="main-nav-link" href="/links">Friends</a>
<a class="main-nav-link" href="/guestbook">GuestBook</a>
<a class="main-nav-link" href="/about">About</a>
</nav>
<nav id="sub-nav">
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><input type="submit" value="" class="search-form-submit"><input type="hidden" name="q" value="site:http://blog.ainhaato.moe"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<article id="post-megadown" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/megadown/" class="article-date">
<time datetime="2015-01-17T15:08:05.000Z" itemprop="datePublished">1月 17 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/share/">资源分享</a>►<a class="article-category-link" href="/categories/share/tools/">工具</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/megadown/">megadown</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>megadown是一个mega.co.nz的下载脚本支持加密链接并且可以断点续传<br>项目主页:<a href="https://github.com/tonikelope/megadown" title="megadown" target="_blank" rel="external">https://github.com/tonikelope/megadown</a></p>
<h3 id="依赖:">依赖:</h3>
<ul>
<li>OpenSSL(with support for AES 128 CTR and AES 128 CBC)</li>
<li>PHP-cli</li>
<li>pv</li>
</ul>
<h3 id="使用过程">使用过程</h3>
<pre><code>git clone http<span class="variable">s:</span>//github.<span class="keyword">com</span>/tonikelope/megadown.git
<span class="keyword">cd</span> megadown
./megadown.<span class="keyword">sh</span> <span class="string">'https://mega.co.nz/#!qVtyGLDY!QdZXL4ke4V8rl77-cYuvvCKSnkZZMAijFcaUYvb05OE'</span>
</code></pre><p><a href="http://ww4.sinaimg.cn/large/6abdaa9djw1eocxjx36trj20fn04hgmf.jpg" target="_blank" rel="external"><img src="http://ww4.sinaimg.cn/large/6abdaa9djw1eocxjx36trj20fn04hgmf.jpg" alt=""></a></p>
<p>PS:福利注意</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/megadown/" data-id="gybppwsw6vybd7mw" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/megadown/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/bash/">bash</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/download/">download</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/php/">php</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/下载/">下载</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/网盘/">网盘</a></li></ul>
</footer>
</div>
</article>
<article id="post-proxychains-socks5-shell" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/proxychains-socks5-shell/" class="article-date">
<time datetime="2014-11-22T07:46:52.000Z" itemprop="datePublished">11月 22 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/tutorial/">教程</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/proxychains-socks5-shell/">利用proxychains在终端使用socks5代理</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>最近用各种脚本下载东西的时候发现有的站点需要当地IP才能下,比如…..nico, youtube等;所以就找了下能在终端用socks5代理的工具,最后找到了proxychains,配合shadowsocks,从此再无压力=w=</p>
<p class="article-more-link">
<a href="/proxychains-socks5-shell/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/proxychains-socks5-shell/" data-id="7vl8uvduguqd6c65" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/proxychains-socks5-shell/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/linux/">linux</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/proxy/">proxy</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/proxychains/">proxychains</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/shell/">shell</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/socks5/">socks5</a></li></ul>
</footer>
</div>
</article>
<article id="post-moemoe" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/moemoe/" class="article-date">
<time datetime="2014-09-09T15:05:51.000Z" itemprop="datePublished">9月 9 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/life/">日常</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/moemoe/">换了个域名,我也要萌萌哒~</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>刚换了个新的域名:<strong>ainhaato.moe</strong><br>顿时感觉整个人都萌萌哒了<br>至于为什么是这个域名…其实只是我一时想不到,就采用了同学的建议(他喜欢的角色的名字),其实我对这个角色也不讨厌,所以就注册了这个域名<br>
<p class="article-more-link">
<a href="/moemoe/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/moemoe/" data-id="9unlahk1i28lhhb1" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/moemoe/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/moe/">moe</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/域名/">域名</a></li></ul>
</footer>
</div>
</article>
<article id="post-Aoharaido-OP" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/Aoharaido-OP/" class="article-date">
<time datetime="2014-08-29T15:30:39.000Z" itemprop="datePublished">8月 29 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/acg/">动漫相关</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/Aoharaido-OP/">青春之旅OP - 世界は恋に落ちている【附nice翻唱】</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p><a href="http://ww2.sinaimg.cn/large/6abdaa9djw1ejtvtb48l3j20rs0s1doj.jpg" title="期间限定cover" target="_blank" rel="external"><img src="http://ww2.sinaimg.cn/large/6abdaa9djw1ejtvtb48l3j20rs0s1doj.jpg" alt="期间限定cover"></a></p>
<p>七月新番里比较喜欢的几首之一,接下来坐等AZ的op,ed发售(2014/09/10)</p>
<h3 id="试听">试听</h3>
<div id="audiojs_wrapper0" class="audiojsqq "><audio src="http://p1.music.126.net/g-LbU8qNWbA8lUQBkBJe6A==/8924735882690454.mp3" preload="auto" id=""></audio><img class="playerimg" src="http://p4.music.126.net/n2Dr-mvp2pF5cKyY0ZddJA==/8890651022206839.jpg?param=130y130"><div class="play-pauseqq"><p class="playqq"><i></i></p><p class="pauseqq"><i></i></p><p class="loadingrqq"><i class="fa-li fa fa-spinner fa-spin"></i></p><p class="errorqq"><i class="fa fa-times"></i></p></div><div class="playername"><img class="player-icon" src="/netease/images/icon.png">世界は恋に落ちている</div><div class="scrubberqq"><div style="width: 0px;" class="progressqq"></div><div style="width: 260px;" class="loadedqq"></div></div><div class="timeqq"><em class="playedqq">00:00</em>/<strong class="durationqq">05:11</strong></div><div class="error-messageqq"></div></div>
<h3 id="专辑曲目列表">专辑曲目列表</h3>
<ol>
<li>世界は恋に落ちている</li>
<li>color</li>
<li>世界は恋に落ちている -instrumental-</li>
<li>color -instrumental-</li>
</ol>
<p class="article-more-link">
<a href="/Aoharaido-OP/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/Aoharaido-OP/" data-id="q9bvupjn9e0mrsvx" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/Aoharaido-OP/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/opening/">opening</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/世界は恋に落ちている/">世界は恋に落ちている</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/青春之旅/">青春之旅</a></li></ul>
</footer>
</div>
</article>
<article id="post-iScript" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/iScript/" class="article-date">
<time datetime="2014-08-22T07:18:41.000Z" itemprop="datePublished">8月 22 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/share/">资源分享</a>►<a class="article-category-link" href="/categories/share/tools/">工具</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/iScript/">python实用脚本集 - iScript</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p><strong><a href="https://github.com/PeterDing/iScript" target="_blank" rel="external">iScript</a></strong>是Github上<a href="https://github.com/PeterDing" target="_blank" rel="external">PeterDing</a>大神写的一个脚本集,由多数的<a href="https://www.python.org/" target="_blank" rel="external">python</a>脚本和少数GM脚本组成。</p>
<p>含有以下几个脚本:</p>
<ul>
<li><a href="https://github.com/PeterDing/iScript/raw/master/xiami.py" target="_blank" rel="external">xiami.py</a> - 下载或播放高品质虾米音乐(xiami.com)</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/pan.baidu.com.py" target="_blank" rel="external">pan.baidu.com.py</a> - 百度网盘的下载、离线下载、上传、播放、转存、文件操作</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/bt.py" target="_blank" rel="external">bt.py</a> - magnet torrent 互转、及 过滤敏.感.词</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/115.py" target="_blank" rel="external">115.py</a> - 115网盘的下载和播放</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/yunpan.360.cn.py" target="_blank" rel="external">yunpan.360.cn.py</a> - 360网盘的下载</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/music.baidu.com.py" target="_blank" rel="external">music.baidu.com.py</a> - 下载或播放高品质百度音乐(music.baidu.com)</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/music.163.com.py" target="_blank" rel="external">music.163.com.py</a> - 下载或播放高品质网易音乐(music.163.com)</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/flvxz_cl.py" target="_blank" rel="external">flvxz_cl.py</a> - flvxz.com 视频解析 client - 支持下载、播放</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/tumblr.py" target="_blank" rel="external">tumblr.py</a> - 下载某个tumblr.com的所有图片</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/unzip.py" target="_blank" rel="external">unzip.py</a> - 解决linux下unzip乱码的问题</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/ed2k_search.py" target="_blank" rel="external">ed2k_search.py</a> - 基于 donkey4u.com 的emule搜索</li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/91porn.py" target="_blank" rel="external">91porn.py</a> - 下载或播放91porn <strong>高能预警:未满18周岁请自行退避</strong></li>
<li><a href="https://github.com/PeterDing/iScript/raw/master/ThunderLixianExporter.user.js" target="_blank" rel="external">ThunderLixianExporter.user.js</a> - A fork of <a href="https://github.com/binux/ThunderLixianExporter" target="_blank" rel="external">https://github.com/binux/ThunderLixianExporter</a> - 增加了mpv和mplayer的导出。</li>
</ul>
<p>个人最常用的是其中的<a href="https://github.com/PeterDing/iScript/raw/master/pan.baidu.com.py" target="_blank" rel="external">pan.baidu.com.py</a>,因此本文就简单介绍下它,其它脚本的用法请去<a href="https://github.com/PeterDing/iScript" target="_blank" rel="external">项目主页</a>查看<br>
<p class="article-more-link">
<a href="/iScript/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/iScript/" data-id="mod8z7l4fzw0riml" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/iScript/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/download/">download</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/python/">python</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/script/">script</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/upload/">upload</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/下载/">下载</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/百度/">百度</a></li></ul>
</footer>
</div>
</article>
<article id="post-noir" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/noir/" class="article-date">
<time datetime="2014-08-14T11:09:44.000Z" itemprop="datePublished">8月 14 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/acg/">动漫相关</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/noir/">补番进行时 - Noir</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>Noir —— 《黑街二人组》,本番讲述的是失去了过去的主人公夕雾香气与欧洲的黑社会舞台“杀手”米雷优一起合作杀手工作,组成了NOIR。为了找寻各自的记忆与真相,她们偷偷靠近迷一样的组织“索尔达”的影子。</p>
<p>动听的音乐是本番一大特色,两张OST值得收藏,在《NOIR》中,梶浦由记和当年See-Saw的老搭档石川千亚纪携手合作了两首歌曲。;另一个特色就是节奏太慢…不过正适合现在的我</p>
<p class="article-more-link">
<a href="/noir/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/noir/" data-id="rn809pkkg02wi08f" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/noir/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Noir/">Noir</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/动画/">动画</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/感想/">感想</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/黑街二人组/">黑街二人组</a></li></ul>
</footer>
</div>
</article>
<article id="post-centos_xbt_tracker" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/centos_xbt_tracker/" class="article-date">
<time datetime="2014-07-31T05:34:57.000Z" itemprop="datePublished">7月 31 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/tutorial/">教程</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/centos_xbt_tracker/">centos6.x用xbt_tracker建立自己的tracker服务器</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>昨天在由于极影抽风,只好把资源发在动漫花园,但是极影的tracker以及备用tracker都无法使用,最后又到nyaa发了个种,才让种子活过来;为了避免”历史总是惊人的相似”的情况….就自己建了个tracker</p>
<blockquote>
<p><a href="http://tracker.kuroy.me:5944/announce" target="_blank" rel="external">http://tracker.kuroy.me:5944/announce</a></p>
</blockquote>
<p>PS:我是不是应该用4399端口(笑)<br>以下是centos6.x下的搭建过程</p>
<p class="article-more-link">
<a href="/centos_xbt_tracker/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/centos_xbt_tracker/" data-id="ctf141bjs4w8m7ww" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/centos_xbt_tracker/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/centos/">centos</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/p2p/">p2p</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tracker/">tracker</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/xbt-tracker/">xbt_tracker</a></li></ul>
</footer>
</div>
</article>
<article id="post-centos_update_python27" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/centos_update_python27/" class="article-date">
<time datetime="2014-07-22T03:10:40.000Z" itemprop="datePublished">7月 22 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/tutorial/">教程</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/centos_update_python27/">Centos6.x升级Python至2.7</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>默认安装的Python2.6已经无法满足大多数脚本的需求….因此需要升级到2.7(3暂时不打算用),但是升级后yum, pip和easy_install无法正常使用,虽然后来搞定了,但还是记录下来(其实是好久没更新博客….来一篇凑个数233)</p>
<p class="article-more-link">
<a href="/centos_update_python27/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/centos_update_python27/" data-id="ucpvr0o5kw3ysnof" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/centos_update_python27/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/centos/">centos</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/python/">python</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/upgrade/">upgrade</a></li></ul>
</footer>
</div>
</article>
<article id="post-dropbox-uploader" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/dropbox-uploader/" class="article-date">
<time datetime="2014-04-16T15:33:00.000Z" itemprop="datePublished">4月 16 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/share/">资源分享</a>►<a class="article-category-link" href="/categories/share/tools/">工具</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/dropbox-uploader/">dropbox-uploader 一个操作dropbox的bash脚本</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<ul>
<li>Dropbox首先是一个网络存储服务(类似百度网盘),一个网络备份工具,也是一个文件同步工具。Dropbox提供网络存储空间,新注册的用户拥有2G免费空间(或者2.5G免费空间)。你可以安装Dropbox客户端,然后通过客户端同步上传文件到Dropbox的云空间上。</li>
<li>Dropbox Uploader 是一个bash script,可以用它在dropbox上上传,下载,删除文件</li>
<li>Dropbox Uploader 项目主页:<a href="https://github.com/andreafabrizi/Dropbox-Uploader" target="_blank" rel="external">https://github.com/andreafabrizi/Dropbox-Uploader</a></li>
</ul>
<p class="article-more-link">
<a href="/dropbox-uploader/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/dropbox-uploader/" data-id="41tfjtl4x2pg4guw" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/dropbox-uploader/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/bash/">bash</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/dropbox/">dropbox</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/upload/">upload</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/网盘/">网盘</a></li></ul>
</footer>
</div>
</article>
<article id="post-megacmd" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/megacmd/" class="article-date">
<time datetime="2014-04-16T13:21:07.000Z" itemprop="datePublished">4月 16 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/share/">资源分享</a>►<a class="article-category-link" href="/categories/share/tools/">工具</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/megacmd/">megacmd - 一个mega.co.nz的命令行工具</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<ul>
<li>mega.co.nz是一个提供50G免费存储空间的国外网盘,前身为megaupload</li>
<li>megacmd是一个可以用命令行操作mega网盘的工具,可以进行上传,下载,建立文件夹,删除等操作,基本网页上能做的它都能做到</li>
<li>megacmd项目主页:<a href="https://github.com/t3rm1n4l/megacmd" target="_blank" rel="external">https://github.com/t3rm1n4l/megacmd</a></li>
<li>本文章只介绍megacmd在Linux下的安装及使用。。。。Windows和mac os请自行参考项目主页</li>
</ul>
<p class="article-more-link">
<a href="/megacmd/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://blog.ainhaato.moe/megacmd/" data-id="31ckm3u14pozfzjv" class="article-share-link">Share</a>
<a href="http://blog.ainhaato.moe/megacmd/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/cli/">cli</a></li></ul>
</footer>
</div>
</article>
<nav id="page-nav">
<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="page-number" href="/page/4/">4</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</nav>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">分类</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/acg/">动漫相关</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/recommend/">推荐</a><span class="category-list-count">3</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/tutorial/">教程</a><span class="category-list-count">10</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/life/">日常</a><span class="category-list-count">3</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/uncategorized/">未分类</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/share/">资源分享</a><span class="category-list-count">9</span><ul class="category-list-child"><li class="category-list-item"><a class="category-list-link" href="/categories/share/Blu-ray/">Blu-ray</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/share/tools/">工具</a><span class="category-list-count">8</span></li></ul></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">最近发表</h3>
<div class="widget">
<ul>
<li>
<a href="/megadown/">megadown</a>
</li>
<li>
<a href="/proxychains-socks5-shell/">利用proxychains在终端使用socks5代理</a>
</li>
<li>
<a href="/moemoe/">换了个域名,我也要萌萌哒~</a>
</li>
<li>
<a href="/Aoharaido-OP/">青春之旅OP - 世界は恋に落ちている【附nice翻唱】</a>
</li>
<li>
<a href="/iScript/">python实用脚本集 - iScript</a>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">标签云</h3>
<div class="widget tagcloud">
<a href="/tags/2014/" style="font-size: 10.00px;">2014</a><a href="/tags/2014春/" style="font-size: 10.00px;">2014春</a><a href="/tags/Anime/" style="font-size: 10.00px;">Anime</a><a href="/tags/BDMV/" style="font-size: 10.00px;">BDMV</a><a href="/tags/BEncode/" style="font-size: 10.00px;">BEncode</a><a href="/tags/Blu-ray/" style="font-size: 10.00px;">Blu-ray</a><a href="/tags/GM脚本/" style="font-size: 10.00px;">GM脚本</a><a href="/tags/GPT/" style="font-size: 10.00px;">GPT</a><a href="/tags/MEGA/" style="font-size: 10.00px;">MEGA</a><a href="/tags/Noir/" style="font-size: 10.00px;">Noir</a><a href="/tags/Picpar/" style="font-size: 10.00px;">Picpar</a><a href="/tags/Rapidleech/" style="font-size: 10.00px;">Rapidleech</a><a href="/tags/WIN7/" style="font-size: 10.00px;">WIN7</a><a href="/tags/activate/" style="font-size: 10.00px;">activate</a><a href="/tags/aria2/" style="font-size: 10.00px;">aria2</a><a href="/tags/bash/" style="font-size: 11.67px;">bash</a><a href="/tags/centos/" style="font-size: 20.00px;">centos</a><a href="/tags/cli/" style="font-size: 10.00px;">cli</a><a href="/tags/css/" style="font-size: 10.00px;">css</a><a href="/tags/download/" style="font-size: 18.33px;">download</a><a href="/tags/dropbox/" style="font-size: 10.00px;">dropbox</a><a href="/tags/firefox/" style="font-size: 10.00px;">firefox</a><a href="/tags/greasemonkey/" style="font-size: 11.67px;">greasemonkey</a><a href="/tags/http/" style="font-size: 10.00px;">http</a><a href="/tags/libev/" style="font-size: 10.00px;">libev</a><a href="/tags/libtorrent/" style="font-size: 10.00px;">libtorrent</a><a href="/tags/linux/" style="font-size: 15.00px;">linux</a><a href="/tags/moe/" style="font-size: 10.00px;">moe</a><a href="/tags/nodejs/" style="font-size: 10.00px;">nodejs</a><a href="/tags/opening/" style="font-size: 10.00px;">opening</a><a href="/tags/p2p/" style="font-size: 16.67px;">p2p</a><a href="/tags/php/" style="font-size: 10.00px;">php</a><a href="/tags/proxifier/" style="font-size: 10.00px;">proxifier</a><a href="/tags/proxy/" style="font-size: 13.33px;">proxy</a><a href="/tags/proxychains/" style="font-size: 10.00px;">proxychains</a><a href="/tags/python/" style="font-size: 11.67px;">python</a><a href="/tags/rtorrent/" style="font-size: 10.00px;">rtorrent</a><a href="/tags/rutorrent/" style="font-size: 10.00px;">rutorrent</a><a href="/tags/script/" style="font-size: 10.00px;">script</a><a href="/tags/scripts/" style="font-size: 10.00px;">scripts</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/01/">January 2015</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/11/">November 2014</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/09/">September 2014</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/08/">August 2014</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/07/">July 2014</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/04/">April 2014</a><span class="archive-list-count">5</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/03/">March 2014</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/02/">February 2014</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/01/">January 2014</a><span class="archive-list-count">5</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2013/12/">December 2013</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2013/09/">September 2013</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2013/08/">August 2013</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2013/07/">July 2013</a><span class="archive-list-count">7</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2013/06/">June 2013</a><span class="archive-list-count">7</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">友情链接</h3>
<div class="widget">
<ul>
<li>
<a href="http://lintk.me/" target="_blank">TrickLin</a>
</li>
<li>
<a href="http://azfashao.com/" target="_blank">爱在发烧</a>
</li>
<li>
<a href="http://tennsinn.com/" target="_blank">陨落天心</a>
</li>
<li>
<a href="http://ippotsuko.com/" target="_blank">一方通行</a>
</li>
<li>
<a href="http://blog.ushiromiyabatora.com/" target="_blank">猫箱内の六轩岛</a>
</li>
<li>
<a href="http://bropaul.com/" target="_blank">BroPaul</a>
</li>
<li>
<a href="http://moonlib.com/" target="_blank">Moonlib</a>
</li>
<li>
<a href="http://cdog.me/" target="_blank">CDogの狗窝</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2015 Ainhaato<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
.
Theme by <a href="https://github.com/hexojs/hexo-theme-landscape" target="_blank">Landscape</a>
.
Hosted on <a href="https://github.com/" target="_blank">GitHub</a> & <a href="https://gitcafe.com/" target="_blank">GitCafe</a>
<div id="hitokoto"><script>hitokoto()</script></div>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
<a href="/links" class="mobile-nav-link">Friends</a>
<a href="/guestbook" class="mobile-nav-link">GuestBook</a>
<a href="/about" class="mobile-nav-link">About</a>
</nav>
<script>
var disqus_shortname = 'Ainhaato';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script src="//libs.useso.com/js/jquery/2.0.3/jquery.min.js"></script>
<script src="/netease/js/audioplayer.min.js"></script>
<script src="/netease/js/index.js"></script>
<script src="/mediaelement/mediaelement-and-player.min.js"></script>
<script>
$('video').mediaelementplayer({
// if the <video width> is not specified, this is the default
// 缺省视频宽度,如果没有指定则默认使用此处的值
defaultVideoWidth: 480,
// if the <video height> is not specified, this is the default
// 缺省视频高度,如果没有指定则默认使用此处的值
defaultVideoHeight: 270,
// if set, overrides <video width>
// 字面上理解应该是设置了这个值,
// 就会覆盖 <video> 里设置的宽度而采用此处的值,
// 但是 Hexo 里貌似无效,都会自动缩放到最适合比例
videoWidth: -1,
// if set, overrides <video height>
// 同上
videoHeight: -1,
// width of audio player
// 音频播放器宽度
audioWidth: 400,
// height of audio player
// 音频播放器高度
audioHeight: 30,
// initial volume when the player starts
// 初始化音量大小,0.8 就表示 80%
startVolume: 0.8,
// useful for <audio> player loops
// 开启循环,通常在 <audio> 下较常用
loop: false,
// enables Flash and Silverlight to resize to content size
// 允许 Flash 或者 SilverLight 重新调整播放器大小
enableAutosize: true,
// the order of controls you want on the control bar (and other plugins below)
// 控制菜单选项
features: ['playpause','progress','current','duration','tracks','volume','fullscreen'],
// Hide controls when playing and mouse is not over the video
// 是否总是显示控制菜单
alwaysShowControls: false,
// force iPad's native controls
// 强制 iPad 使用内建控制器
iPadUseNativeControls: false,
// force iPhone's native controls
// 强制 iPhone 使用内建控制器
iPhoneUseNativeControls: false,
// force Android's native controls
// 强制 Android 使用内建控制器
AndroidUseNativeControls: false,
// forces the hour marker (##:00:00)
// 强制显示小时数
alwaysShowHours: false,
// show framecount in timecode (##:00:00:00)
// 显示帧数
showTimecodeFrameCount: false,
// used when showTimecodeFrameCount is set to true
// 每秒帧数,仅当 showTimecodeFrameCount 为 True 时有效
framesPerSecond: 25,
// turns keyboard support on and off for this instance
// 为当前窗口实例提供键盘支持
enableKeyboard: true,
// when this player starts, it will pause other players
// 当前播放器开始播放后暂停所有其他的播放器
pauseOtherPlayers: true,
// array of keyboard commands
// 按键动作?应该是绑定按键之类的
keyActions: []
});
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
<div id="totop" style="position:fixed;bottom:150px;right:50px;cursor: pointer;z-index:99999;">
<a title="返回顶部"><img src="/img/scrollup.png"/></a>
</div>
<script src="/js/totop.js"></script>
</div>
</body>
</html>