-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
636 lines (326 loc) · 19.3 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
<!DOCTYPE HTML>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<title> 记录学习过程的个人博客 | Timmy live</title>
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="author" content="Lee">
<meta name="description" content="记录学习过程的个人博客">
<meta property="og:type" content="website">
<meta property="og:title" content="Timmy live">
<meta property="og:url" content="https://blog.quantm.club/index.html">
<meta property="og:site_name" content="Timmy live">
<meta property="og:description" content="记录学习过程的个人博客">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Timmy live">
<meta name="twitter:description" content="记录学习过程的个人博客">
<link rel="alternative" href="/atom.xml" title="Timmy live" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/jacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/jacman.jpg">
<link rel="stylesheet" href="/css/style.css">
</head>
</html>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.jpg" alt="Timmy live" title="Timmy live"></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="Timmy live">Timmy live</a></h1>
<h2 class="blog-motto"></h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">主页Home</a></li>
<li><a href="/archives">归档Archives</a></li>
<li><a href="/about">关于About</a></li>
<li>
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="search" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search">
<input type="hidden" name="q" value="site:blog.quantm.club">
</form>
</li>
</ul>
</ul></nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2019/03/01/机器学习/" title="机器学习" itemprop="url">
<h1 itemprop="name">机器学习</h1>
<p itemprop="description">机器学习1. 下列说法正确的是?(多选) A. AdaGrad 使用的是一阶导数
B. L-BFGS 使用的是二阶导数
C. AdaGrad 使用的是二阶导数
D. L-BFGS 使用的是一阶导数
答案:AB
解析:AdaGrad 是基于梯度下降算法的,Ad</p>
<time datetime="2019-02-28T17:05:49.000Z" itemprop="datePublished">2019-03-01</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2019/03/01/MySQL/" title="MySQL概述" itemprop="url">
<h1 itemprop="name">MySQL概述</h1>
<p itemprop="description">MySQL概述1、Mysql重启,再insert一条记录,这条记录的ID是18还是15 ?一张表,里面有ID自增主键,当insert了17条记录之后,删除了第15,16,17条记录,再重启和插入记录,ID是多少1.如果表的类型是MyISAM,那么是18.因为MyISAM会把自己增</p>
<time datetime="2019-02-28T17:05:49.000Z" itemprop="datePublished">2019-03-01</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2019/03/01/Spring/" title="Spring 概述" itemprop="url">
<h1 itemprop="name">Spring 概述</h1>
<p itemprop="description">Spring 概述
Spring 概述
依赖注入
Spring beans
Spring注解
Spring数据访问
Spring面向切面编程(AOP))
Springmvc
1. 什么是spring?Spring 是个java企业级应用的开源开发框架。Spring主要用来开发J</p>
<time datetime="2019-02-28T17:05:49.000Z" itemprop="datePublished">2019-03-01</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2018/11/15/docker-user-log/" title="docker-user-log" itemprop="url">
<h1 itemprop="name">docker-user-log</h1>
<p itemprop="description">Docker 使用记录流水小记录服务的映射目录删除docker run -d --rm --name recommend-service -p 8894:8081 -e &quot;IP=192.168.1.85&quot; -e &quot;DUBBO_PORT_TO_REGI</p>
<time datetime="2018-11-14T23:51:27.000Z" itemprop="datePublished">2018-11-15</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2018/11/02/polarDB/" title="PolarDB阿里初赛问题记录" itemprop="url">
<h1 itemprop="name">PolarDB阿里初赛问题记录</h1>
<p itemprop="description">PolarDB阿里初赛问题记录这篇纯碎是碎碎念记录。
每个value都是4KB,总共最多会写6400W个value,算下来就是64 * 1000 * 1000 * 4 * 1024 Bytes ≈ 256G。
每个value存储到文件中的时候,需要知道它在文件中的位置,这个位置</p>
<time datetime="2018-11-02T02:05:49.000Z" itemprop="datePublished">2018-11-02</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2018/10/21/docker-rep-maven/" title="docker-maven-plugin配置及SpringBoot使用" itemprop="url">
<h1 itemprop="name">docker-maven-plugin配置及SpringBoot使用</h1>
<p itemprop="description">安装nexus3本例中使用docker搭建nexus3之后,使用docker-maven-plugin在springBoot中配置maven插件,自动完成docker build tag push自动化操作
nexus-dockerDockerfile
FROM java:8u</p>
<time datetime="2018-10-21T02:00:00.000Z" itemprop="datePublished">2018-10-21</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2018/03/10/scala/" title="Scala学习记录" itemprop="url">
<h1 itemprop="name">Scala学习记录</h1>
<p itemprop="description">总结scala接触语法 -&gt; sbt配置 -&gt; actor(消息模式) -&gt; cluster(分布式集群) -&gt; stream(响应式流计算) -&gt; scalaz(scalaJs)
需求来源相比java来说,scala最大的优点和缺点都是太过于灵活,</p>
<time datetime="2018-03-10T14:00:00.000Z" itemprop="datePublished">2018-03-10</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2017/01/27/Ranger使用体验/" title="Ranger平台使用体验" itemprop="url">
<h1 itemprop="name">Ranger平台使用体验</h1>
<p itemprop="description">Ranger平台使用体验
需求来源Hadoop平台需要进行权限控制,限制对YARN资源的使用、HDFS文件的读取控制。
Ranger介绍Ranger是Hadoop平台的集中式安全管理框架,能够为hadoop平台组件提供细粒度的访问控制。通过Ranger, Hadoop管理员能够轻</p>
<time datetime="2017-01-27T04:00:00.000Z" itemprop="datePublished">2017-01-27</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2017/01/10/hadoop-kerberos配置记录/" title="hadoop-kerberos配置记录" itemprop="url">
<h1 itemprop="name">hadoop-kerberos配置记录</h1>
<p itemprop="description">需求来源防止hadoop组件被非法侵入控制及调用.比如Datanode对读入输出并没有认证。导致如果一些客户端如果知道block的ID,就可以任意的访问DataNode上block的数据。jobtracker没有进行认证导致可以随意改变job的状态,非法用户可以伪装成nodema</p>
<time datetime="2017-01-10T14:00:00.000Z" itemprop="datePublished">2017-01-10</time>
</a>
</section>
<section class="post" itemscope="" itemprop="blogitem">
<a href="/2016/12/19/Zeppelin操作记录/" title="Zeppelin操作记录" itemprop="url">
<h1 itemprop="name">Zeppelin操作记录</h1>
<p itemprop="description">来源将Zeppelin-0.6.2部署之后,今天替换成yarn-client模式报错了。背景已经将原生的hadoop三jar包替换成2.7.2,zeppelin里面也只有2.7.2的版本号,不知道具体原因为何。查询关键报失的函数retryOtherThanRemoteExcept</p>
<time datetime="2016-12-19T12:00:00.000Z" itemprop="datePublished">2016-12-19</time>
</a>
</section>
<nav id="page-nav" class="clearfix unexpand">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">Next<span></span></a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="Show Sidebar"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div>
<aside class="clearfix">
<div class="categorieslist">
<p class="asidetitle">Categories</p>
<ul>
<li><a href="/categories/scala/" title="scala">scala<sup>1</sup></a></li>
<li><a href="/categories/工具介绍/" title="工具介绍">工具介绍<sup>1</sup></a></li>
<li><a href="/categories/工程手册/" title="工程手册">工程手册<sup>5</sup></a></li>
<li><a href="/categories/搜索推荐/" title="搜索推荐">搜索推荐<sup>3</sup></a></li>
<li><a href="/categories/环境部署/" title="环境部署">环境部署<sup>5</sup></a></li>
</ul>
</div>
<div class="tagslist">
<p class="asidetitle">Tags</p>
<ul class="clearfix">
<li><a href="/tags/centos/" title="centos">centos<sup>4</sup></a></li>
<li><a href="/tags/推荐/" title="推荐">推荐<sup>2</sup></a></li>
<li><a href="/tags/论文/" title="论文">论文<sup>2</sup></a></li>
<li><a href="/tags/相关性/" title="相关性">相关性<sup>2</sup></a></li>
<li><a href="/tags/hadoop/" title="hadoop">hadoop<sup>2</sup></a></li>
<li><a href="/tags/sbt/" title="sbt">sbt<sup>2</sup></a></li>
<li><a href="/tags/maven/" title="maven">maven<sup>1</sup></a></li>
<li><a href="/tags/协同过滤/" title="协同过滤">协同过滤<sup>1</sup></a></li>
<li><a href="/tags/系统维护/" title="系统维护">系统维护<sup>1</sup></a></li>
<li><a href="/tags/Hadoop/" title="Hadoop">Hadoop<sup>1</sup></a></li>
<li><a href="/tags/cas/" title="cas">cas<sup>1</sup></a></li>
<li><a href="/tags/OAuth/" title="OAuth">OAuth<sup>1</sup></a></li>
<li><a href="/tags/https/" title="https">https<sup>1</sup></a></li>
<li><a href="/tags/web/" title="web">web<sup>1</sup></a></li>
<li><a href="/tags/服务器/" title="服务器">服务器<sup>1</sup></a></li>
<li><a href="/tags/单点登录/" title="单点登录">单点登录<sup>1</sup></a></li>
<li><a href="/tags/电商/" title="电商">电商<sup>1</sup></a></li>
<li><a href="/tags/系统搭建/" title="系统搭建">系统搭建<sup>1</sup></a></li>
<li><a href="/tags/nexus/" title="nexus">nexus<sup>1</sup></a></li>
<li><a href="/tags/Spring-Boot/" title="Spring Boot">Spring Boot<sup>1</sup></a></li>
</ul>
</div>
<div class="linkslist">
<p class="asidetitle">Links</p>
<ul>
<li>
<a href="http://www.hoterran.info" target="_blank" title="一个面向程序员交流分享的新一代社区">运维与开发</a>
</li>
<li>
<a href="http://club.alibabatech.org/" target="_blank" title="ali Blog">ali Blog</a>
</li>
</ul>
</div>
<div class="rsspart">
<a href="/atom.xml" target="_blank" title="rss">RSS</a>
</div>
<div class="tagcloudlist">
<p class="asidetitle">Tag Cloud</p>
<div class="tagcloudlist clearfix">
<a href="/tags/Actor/" style="font-size: 10px;">Actor</a> <a href="/tags/Akka/" style="font-size: 10px;">Akka</a> <a href="/tags/CI/" style="font-size: 10px;">CI</a> <a href="/tags/Docker/" style="font-size: 10px;">Docker</a> <a href="/tags/Hadoop/" style="font-size: 10px;">Hadoop</a> <a href="/tags/OAuth/" style="font-size: 10px;">OAuth</a> <a href="/tags/PolarDB/" style="font-size: 10px;">PolarDB</a> <a href="/tags/Reactive/" style="font-size: 10px;">Reactive</a> <a href="/tags/Scala/" style="font-size: 10px;">Scala</a> <a href="/tags/Spring-Boot/" style="font-size: 10px;">Spring Boot</a> <a href="/tags/Stream/" style="font-size: 10px;">Stream</a> <a href="/tags/cas/" style="font-size: 10px;">cas</a> <a href="/tags/centos/" style="font-size: 20px;">centos</a> <a href="/tags/dubbo/" style="font-size: 10px;">dubbo</a> <a href="/tags/eclipse/" style="font-size: 10px;">eclipse</a> <a href="/tags/hadoop/" style="font-size: 15px;">hadoop</a> <a href="/tags/https/" style="font-size: 10px;">https</a> <a href="/tags/mathjax/" style="font-size: 10px;">mathjax</a> <a href="/tags/maven/" style="font-size: 10px;">maven</a> <a href="/tags/mysql/" style="font-size: 10px;">mysql</a> <a href="/tags/nexus/" style="font-size: 10px;">nexus</a> <a href="/tags/nexus3/" style="font-size: 10px;">nexus3</a> <a href="/tags/plugin/" style="font-size: 10px;">plugin</a> <a href="/tags/python/" style="font-size: 10px;">python</a> <a href="/tags/sbt/" style="font-size: 15px;">sbt</a> <a href="/tags/spring/" style="font-size: 10px;">spring</a> <a href="/tags/web/" style="font-size: 10px;">web</a> <a href="/tags/yarn-client/" style="font-size: 10px;">yarn-client</a> <a href="/tags/zookeeper/" style="font-size: 10px;">zookeeper</a> <a href="/tags/中间件/" style="font-size: 10px;">中间件</a> <a href="/tags/代码约定/" style="font-size: 10px;">代码约定</a> <a href="/tags/协同过滤/" style="font-size: 10px;">协同过滤</a> <a href="/tags/单点登录/" style="font-size: 10px;">单点登录</a> <a href="/tags/大数据/" style="font-size: 10px;">大数据</a> <a href="/tags/工具/" style="font-size: 10px;">工具</a> <a href="/tags/开发/" style="font-size: 10px;">开发</a> <a href="/tags/性能/" style="font-size: 10px;">性能</a> <a href="/tags/持续集成/" style="font-size: 10px;">持续集成</a> <a href="/tags/推荐/" style="font-size: 15px;">推荐</a> <a href="/tags/插件/" style="font-size: 10px;">插件</a> <a href="/tags/服务器/" style="font-size: 10px;">服务器</a> <a href="/tags/比赛/" style="font-size: 10px;">比赛</a> <a href="/tags/电商/" style="font-size: 10px;">电商</a> <a href="/tags/相关性/" style="font-size: 15px;">相关性</a> <a href="/tags/系统搭建/" style="font-size: 10px;">系统搭建</a> <a href="/tags/系统维护/" style="font-size: 10px;">系统维护</a> <a href="/tags/论文/" style="font-size: 15px;">论文</a> <a href="/tags/语法/" style="font-size: 10px;">语法</a> <a href="/tags/运维/" style="font-size: 10px;">运维</a> <a href="/tags/阿里/" style="font-size: 10px;">阿里</a>
</div>
</div>
<div class="github-card">
<p class="asidetitle">location Statics</p>
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=50om5cdoa3h&m=7&c=ff0000&cr1=ffffff&f=arial&l=49" async="async"></script>
</div>
</aside>
</div>
</div>
<footer><div id="footer">
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> Christiansted, United States Virgin Islands <br>
believer it or not</p>
</section>
<div class="social-font">
<a href="http://weibo.com/3665494445" target="_blank" class="icon-weibo" title="微博"></a>
</div>
<p class="copyright">
Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/wuchong/jacman" target="_blank" title="Jacman">Jacman</a> © 2019
<a href="/about" target="_blank" title="Lee">Lee</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.0.3.min.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<script src="/js/gallery.js"></script>
<script src="/js/jquery.qrcode-0.12.0.min.js"></script>
<script src="/js/prettify.js"></script>
<link rel="stylesheet" href="/fancybox/prettify.css" media="screen" type="text/css">
<script type="text/javascript">
$(document).ready(function(){
$('pre').addClass('prettyprint linenums').attr('style', 'overflow:scroll;');
prettyPrint();
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
});
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.article-content').each(function(i){
$(this).find('img').each(function(){
if ($(this).parent().hasClass('fancybox')) return;
var alt = this.alt;
if (alt) $(this).after('<span class="caption">' + alt + '</span>');
$(this).wrap('<a href="' + this.src + '" title="' + alt + '" class="fancybox"></a>');
});
$(this).find('.fancybox').each(function(){
$(this).attr('rel', 'article' + i);
});
});
if($.fancybox){
$('.fancybox').fancybox();
}
});
</script>
<!-- Analytics Begin -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-128202528-1', 'blog.quantm.club');
ga('send', 'pageview');
</script>
<!-- Analytics End -->
<!-- Totop Begin -->
<div id="totop">
<a title="Back to Top"><img src="/img/scrollup.png"></a>
</div>
<script src="/js/totop.js"></script>
<!-- Totop End -->
<!-- MathJax Begin -->
<!-- mathjax config similar to math.stackexchange -->
<!-- MathJax End -->
<!-- Tiny_search Begin -->
<!-- Tiny_search End -->
</body>
</html>