-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
947 lines (555 loc) · 29.6 KB
/
index.html
File metadata and controls
947 lines (555 loc) · 29.6 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
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
934
935
936
937
938
939
940
941
942
943
944
945
946
947
<!DOCTYPE html>
<html>
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><!-- Baidu Tongji -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?905249609e5774f6b20d26393024eec4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- End Baidu Tongji -->
<meta charset="utf-8">
<link rel="canonical" href="http://zhangziquan.github.io/">
<title>缘ね花落的博客 | zhangzq blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3F51B5">
<meta name="keywords" content="">
<meta name="description" content="张子权的博客">
<meta property="og:type" content="website">
<meta property="og:title" content="缘ね花落的博客">
<meta property="og:url" content="https://zhangziquan.github.io/index.html">
<meta property="og:site_name" content="缘ね花落的博客">
<meta property="og:description" content="张子权的博客">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="缘ね花落的博客">
<meta name="twitter:description" content="张子权的博客">
<link rel="alternate" type="application/atom+xml" title="缘ね花落的博客" href="/atom.xml">
<link rel="shortcut icon" href="/Bonfire.png">
<link rel="stylesheet" href="/css/style.css?v=1.7.2">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
<meta name="baidu-site-verification" content="lC9npJUVe8" /><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><div id="loading" class="active"></div>
<aside id="menu" >
<div class="inner flex-row-vertical">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
<i class="icon icon-lg icon-close"></i>
</a>
<div class="brand-wrap" style="background-image:url(/img/brand.jpg)">
<div class="brand">
<a href="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/Nyan Cat.gif">
</a>
<hgroup class="introduce">
<h5 class="nickname">zhang ziquan</h5>
<a href="mailto:1417580438@qq.com" title="1417580438@qq.com" class="mail">1417580438@qq.com</a>
</hgroup>
</div>
</div>
<div class="scroll-wrap flex-col">
<ul class="nav">
<li class="waves-block waves-effect active">
<a href="/" >
<i class="icon icon-lg icon-home"></i>
Index
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives" >
<i class="icon icon-lg icon-archives"></i>
Archives
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags" >
<i class="icon icon-lg icon-tags"></i>
Tags
</a>
</li>
<li class="waves-block waves-effect">
<a href="/categories" >
<i class="icon icon-lg icon-th-list"></i>
Categories
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://github.com/zhangziquan" target="_blank" >
<i class="icon icon-lg icon-github"></i>
Github
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://steamcommunity.com/id/zhangziquan/" target="_blank" >
<i class="icon icon-lg icon-steam"></i>
Steam
</a>
</li>
<li class="waves-block waves-effect">
<a href="/game" >
<i class="icon icon-lg icon-gamepad"></i>
stupid game
</a>
</li>
</ul>
</div>
</div>
</aside>
<main id="main">
<header class="top-header" id="header">
<div class="flex-row">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
<i class="icon icon-lg icon-navicon"></i>
</a>
<div class="flex-col header-title ellipsis">缘ね花落的博客</div>
<div class="search-wrap" id="search-wrap">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
<i class="icon icon-lg icon-chevron-left"></i>
</a>
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="输入感兴趣的关键字">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
<i class="icon icon-lg icon-search"></i>
</a>
</div>
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
<i class="icon icon-lg icon-share-alt"></i>
</a>
</div>
</header>
<header class="content-header index-header">
<div class="container fade-scale">
<h1 class="title">缘ね花落的博客</h1>
<h5 class="subtitle">
zhangzq blog
</h5>
</div>
</header>
<div class="container body-wrap">
<ul class="post-list">
<li class="post-list-item fade">
<article id="post-系统分析与设计(六)"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-11-12 17:00:56" datetime="2020-11-12T09:00:56.400Z" itemprop="datePublished">2020-11-12</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Software-System-Analysis-and-Design/">Software System Analysis and Design</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/11/12/系统分析与设计(六)/">系统分析与设计(六)</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
系统分析与设计(六)
使用 UMLet 建模
使用类图,分别对 Asg_RH 文档中 Make Reservation 用例以及 Payment 用例开展领域建模。然后,根据上述模型,给出建议的数据表以及主要字段,特别是主键和外键
注意事项:
对象必须是名词、特别是技术名词、报表、描述类的处理;
关联必须有多重性、部分有名称与导航方向
属性要注意计算字段
数据建模,为了简化描述...
<a href="/2020/11/12/系统分析与设计(六)/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/SSAD/">SSAD</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-hello-world"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-11-12 17:00:55" datetime="2020-11-12T09:00:55.533Z" itemprop="datePublished">2020-11-12</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/11/12/hello-world/">Hello World</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Q...
<a href="/2020/11/12/hello-world/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-博客重启计划"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-05-25 17:06:00" datetime="2020-05-25T09:06:00.000Z" itemprop="datePublished">2020-05-25</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Notice/">Notice</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/05/25/博客重启计划/">博客重启计划</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
博客重启计划
时隔快一年重新把这个博客整一整。。。
之前先是域名过期跪了,换回了github的域名访问。
然后发现live2d挂了,重新修复了一下,计划弄些新的live2d过来。
接下来就是随缘日常更新一下,相关论文解析以及某些技术向问题之类的。
...
<a href="/2020/05/25/博客重启计划/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Daily/">Daily</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Weakly Supervised Salient Object Detection Using Image Labels 解析"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-07-18 15:00:47" datetime="2019-07-18T07:00:47.000Z" itemprop="datePublished">2019-07-18</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/DL/">DL</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/07/18/Weakly Supervised Salient Object Detection Using Image Labels 解析/">Weakly Supervised Salient Object Detection Using Image Labels 解析</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
Weakly Supervised Salient Object Detection Using Image Labels
Abstract
这一篇论文提出了一个关于显著对象检测的一种新的优化框架,能够在以前常用的无监督学习下使用,能够显著提高性能,并有着较快的速度。以及将CRF运用在模型上,用于降噪,使用CAM进行对象定位。
Problem
在目前的显著对象检测中,往往使用非监督方法...
<a href="/2019/07/18/Weakly Supervised Salient Object Detection Using Image Labels 解析/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Salient-Object-Detection/">Salient Object Detection</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Supervised/">Supervised</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-系统分析与设计个人总结"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-06-23 22:53:00" datetime="2019-06-23T14:53:00.000Z" itemprop="datePublished">2019-06-23</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Software-System-Analysis-and-Design/">Software System Analysis and Design</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/06/23/系统分析与设计个人总结/">系统分析与设计个人总结</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
系统分析与设计个人总结
学号
昵称
16340296
缘ね花落
个人总结
我在团队中的角色是技术经理和前端开发人员,负责前端的开发和需求,主要是设计和逻辑实现,主要的工作就是写前端,顺便搞搞UI设计,弄一些好看的效果。
作为技术经理
解决其它成员遇到的一些问题,写好组件方便其它设计成员使用,写出例子。
对其它成员提出的一些需求进行技术评估,并构思实现方法,寻找方法,...
<a href="/2019/06/23/系统分析与设计个人总结/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/SSAD/">SSAD</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-mpvue前端小技巧"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-06-23 21:14:00" datetime="2019-06-23T13:14:00.000Z" itemprop="datePublished">2019-06-23</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Software-System-Analysis-and-Design/">Software System Analysis and Design</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/06/23/mpvue前端小技巧/">mpvue前端小技巧</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
mpvue
mpvue 是一个使用 Vue.js 开发小程序的前端框架,目前支持 微信小程序、百度智能小程序,头条小程序 和 支付宝小程序。 框架基于 Vue.js,修改了的运行时框架 runtime 和代码编译器 compiler 实现,使其可运行在小程序环境中,从而为小程序开发引入了 Vue.js 开发体验。
一些使用微信小程序前端/Mpvue开发前端的小技巧...
<a href="/2019/06/23/mpvue前端小技巧/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Wechat/">Wechat</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/html/">html</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/mpvue/">mpvue</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-系统分析与设计(五)"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-05-24 10:43:00" datetime="2019-05-24T02:43:00.000Z" itemprop="datePublished">2019-05-24</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Software-System-Analysis-and-Design/">Software System Analysis and Design</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/05/24/系统分析与设计(五)/">系统分析与设计(五)</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
系统分析与设计(五)
使用 UMLet 建模:
根据订旅馆建模文档,Asg-RH.pdf:
绘制用例图模型(到子用例)
给出 make reservation 用例的活动图
SSAD_5_make...
<a href="/2019/05/24/系统分析与设计(五)/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/SSAD/">SSAD</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-系统分析与设计(四)"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-05-24 10:10:00" datetime="2019-05-24T02:10:00.000Z" itemprop="datePublished">2019-05-24</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Software-System-Analysis-and-Design/">Software System Analysis and Design</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/05/24/系统分析与设计(四)/">系统分析与设计(四)</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
系统分析与设计(四)
简答题
用例的概念
提供了一个或多个成功/失败场景,该场景说明了系统是如何和最终用户或其它系统互动,用来描述参与者如何使用系统来实现其目标。
用例和场景的关系?什么是主场景或 happy path?
用例是一个或多个场景的表示,场景则是一个参与者(Actor)向系统做出请求,系统根据参与者的请求,在不同的条件下,执行某一行为序列。而用例则包含多个场景。
主场...
<a href="/2019/05/24/系统分析与设计(四)/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/SSAD/">SSAD</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-系统分析与设计(三)"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-04-15 20:48:00" datetime="2019-04-15T12:48:00.000Z" itemprop="datePublished">2019-04-15</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Software-System-Analysis-and-Design/">Software System Analysis and Design</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/04/15/系统分析与设计(三)/">系统分析与设计(三)</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
系统分析与设计(三)
简答题
简述瀑布模型、增量模型、螺旋模型(含原型方法),并分析优缺点
从项目特点、风险特征、人力资源利用角度思考
瀑布模型
瀑布模型(Waterfall Model) 是一个项目开发架构,开发过程是通过设计一系列阶段顺序展开的,从系统需求分析开始直到产品发布和维护,每个阶段都会产生循环反馈,因此,如果有信息未被覆盖或者发现了问题,那么最好 “返回”上一个阶段并...
<a href="/2019/04/15/系统分析与设计(三)/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/SSAD/">SSAD</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-软件测试(二)"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-03-30 19:39:00" datetime="2019-03-30T11:39:00.000Z" itemprop="datePublished">2019-03-30</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/STMT/">STMT</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/03/30/软件测试(二)/">软件测试(二)</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
软件测试(二)
题目要求:在敏捷开发方法的12条原则中挑选1条你感兴趣的原则进行风险评估。(参见Lec.5, slide 9 and Lec.3, slide 10)
常见风险因素
大型软件项目的风险管理:大型项目存在诸多风险因素,在不
同程度上对软件开发过程和软件产品质量造成影响。风险不能
全部消除,而只能采用避免、减轻、和接受三种应对策略。
需求变更风险;
进度风险、预算风险、管...
<a href="/2019/03/30/软件测试(二)/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/software-development/">software development</a></li></ul>
</div>
</article>
</li>
</ul>
<nav id="page-nav">
<div class="inner">
<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/">下一页</a>
</div>
</nav>
</div>
<footer class="footer">
<div class="top">
<p>
<span id="busuanzi_container_site_uv" style='display:none'>
站点总访客数:<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv" style='display:none'>
站点总访问量:<span id="busuanzi_value_site_pv"></span>
</span>
</p>
<p>
<span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
<span>博客内容遵循 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p><span>zhang ziquan © 2018 - 2020</span>
<span>
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
</span>
<span id="timeDate">载入天数...</span><span id="times">载入时分秒...</span>
<script>
var now = new Date();
function createtime() {
var grt= new Date("09/14/2018 12:49:00");//此处修改你的建站时间或者网站上线时间
now.setTime(now.getTime()+250);
days = (now - grt ) / 1000 / 60 / 60 / 24; dnum = Math.floor(days);
hours = (now - grt ) / 1000 / 60 / 60 - (24 * dnum); hnum = Math.floor(hours);
if(String(hnum).length ==1 ){hnum = "0" + hnum;} minutes = (now - grt ) / 1000 /60 - (24 * 60 * dnum) - (60 * hnum);
mnum = Math.floor(minutes); if(String(mnum).length ==1 ){mnum = "0" + mnum;}
seconds = (now - grt ) / 1000 - (24 * 60 * 60 * dnum) - (60 * 60 * hnum) - (60 * mnum);
snum = Math.round(seconds); if(String(snum).length ==1 ){snum = "0" + snum;}
document.getElementById("timeDate").innerHTML = "本站已安全运行 "+dnum+" 天 ";
document.getElementById("times").innerHTML = hnum + " 小时 " + mnum + " 分 " + snum + " 秒";
}
setInterval("createtime()",250);
</script>
</p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
<div class="global-share" id="globalShare">
<ul class="reset share-icons">
<li>
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=https://zhangziquan.github.io/&title=缘ね花落的博客&pic=https://zhangziquan.github.io/img/Nyan Cat.gif" data-title="微博">
<i class="icon icon-weibo"></i>
</a>
</li>
<li>
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
<i class="icon icon-weixin"></i>
</a>
</li>
<li>
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=https://zhangziquan.github.io/&title=缘ね花落的博客&source=张子权的博客" data-title=" QQ">
<i class="icon icon-qq"></i>
</a>
</li>
<li>
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://zhangziquan.github.io/" data-title=" Facebook">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=缘ね花落的博客&url=https://zhangziquan.github.io/&via=https://zhangziquan.github.io" data-title=" Twitter">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=https://zhangziquan.github.io/" data-title=" Google+">
<i class="icon icon-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class="page-modal wx-share" id="wxShare">
<a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
<p>扫一扫,分享到微信</p>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK4AAACuCAAAAACKZ2kyAAABxElEQVR42u3aS27DMAwFwNz/0imQVYHWziNpKW4xWgVJbY26IMTP4xGv52sdff7+zc+njv7m6KkLFi4u7pj7PF3n3KsOkBhwcXH3c5PglW+QP5sbcHFx78nNt++9ARcX9y9ye9vfKO7i4uIWufNrynlqlKdMl+VquLi4A+68YDr/vLW+i4uLO+hK5I2QJPRUSyq/vBMXF3cLN2mNzAso5xGpmg7h4uKu5iaJStJ2ze8kvZsMLi7uTm4CrSYq+UVn8g0uLu5qbm9Y6jwI9oa6okCGi4u7hXuOy4sgvfGL/F+Ai4u7h1sNSb0xrOSS1Ex4cHFxl3Grr6uOX1RDIS4u7me5+Ta9tmu1tDpqq+Di4l7EzS8xky5utYR6eGBcXNyN3KtGJZLkZ3JgXFzcPdzeZqubr2/SIVxc3MXcvLFaHbSalFFwcXHvwM0bHlFcLAa4QvjDxcXdyM1XXk6tHrXQPsHFxV3MrQaUvORRHcio/oqLi7uamwSv3ul7o59vfsXFxd3I7V1HeiWVSdDExcW9GzcviVbTp8LuuLi4/4Lbu/R8LJDh4uIWk59JapSXXC8ri+Di4g64VxVMe82SXhjFxcVdxv0CCX4GHA4QOfAAAAAASUVORK5CYII=" alt="微信分享二维码">
</div>
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script src="https://zhangziquan.github.io/js/live2d/jquery.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
</script>
<script src="/js/main.min.js?v=1.7.2"></script>
<div class="search-panel" id="search-panel">
<ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
<a href="{path}" class="waves-block waves-effect">
<div class="title ellipsis" title="{title}">{title}</div>
<div class="flex-row flex-middle">
<div class="tags ellipsis">
{tags}
</div>
<time class="flex-col time">{date}</time>
</div>
</a>
</li>
</template>
<script src="/js/search.min.js?v=1.7.2" async></script>
<!-- mathjax config similar to math.stackexchange -->
<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 async src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script>
(function() {
var OriginTitile = document.title, titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = 'zhangzq\'s blog';
clearTimeout(titleTime);
} else {
document.title = 'zhangzq\'s blog';
titleTime = setTimeout(function() {
document.title = OriginTitile;
},2000);
}
});
})();
</script>
<script src="https://zhangziquan.github.io/js/live2d/autoload.js"></script><!-- hexo-inject:begin --><!-- Begin: Injected MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"skipTags":["script","noscript","style","textarea","pre","code"],"processEscapes":true},"TeX":{"equationNumbers":{"autoNumber":"AMS"}}});
</script>
<script type="text/x-mathjax-config">
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="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js">
</script>
<!-- End: Injected MathJax -->
<!-- hexo-inject:end -->
</body>
</html>