-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
619 lines (336 loc) · 18.7 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
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>Hexo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Hexo">
<link rel="icon" href="/css/images/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<!-- baidu webmaster push -->
<script src="//push.zhanzhang.baidu.com/push.js"></script>
</head></html>
<body class="home blog custom-background custom-font-enabled single-author">
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner">
<hgroup>
<h1 class="site-title">
<a href="/" title="Hexo" rel="home">Hexo</a>
</h1>
<h2 class="site-description hitokoto"></h2>
<script type="text/javascript" src="https://v1.hitokoto.cn/?encode=js"></script>
</hgroup>
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle">菜单</button>
<a class="assistive-text" href="/#content" title="跳至内容">跳至内容</a><!--TODO-->
<div class="menu-main-container">
<ul id="menu-main" class="nav-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/archives">Archives</a></li>
</ul>
</div>
</nav>
</header>
<div id="main" class="wrapper">
<div id="primary" class="site-content"><div id="content" role="main">
<article id="post-spring学习记录-2" class="post-spring学习记录-2 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/04/18/spring学习记录-2/">spring学习记录-2</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/04/18/spring学习记录-2/" data-id="cjum25hwe0006l0tukle9z3xd" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.spring的bean管理(注解)<br>(1)注解介绍<br>(2)Spring注解开发准备<br>(3)使用注解创建对象<br>(4)使用注解注入属性<br>(5)配置文件和注解混合使用<br>2.AOP<br>(1)aop概述<br>(2)aop底层原理<br>(3)aop操作相关术语<br>-切入点-增强-切面<br>3.spring的aop操作(基于aspectj的xml方式)<br>4.log4j介绍<br>5.spring整合web项目演示<br>
</p><p class="article-more-link">
<a href="/2019/04/18/spring学习记录-2/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/04/18/spring学习记录-2/">
<time datetime="2019-04-18T02:45:31.000Z" class="entry-date">
2019-04-18
</time>
</a>
</footer>
</article>
<article id="post-spring学习记录-1" class="post-spring学习记录-1 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/04/16/spring学习记录-1/">spring学习记录-1</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/04/16/spring学习记录-1/" data-id="cjum25hwd0005l0tu667mworx" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.spring概念<br>(1)spring核心两部分<br>(2)spring一站式框架<br>(3)spring版本<br>2.spring的入门<br>(1)ioc底层原理<br>(2)ioc入门案例<br>(3)解决配置文件没有提示<br>3.spring的bean管理(xml配置文件)<br>(1)bean实例化三种方式<br>-无参数构造创建(重点)<br>(2)bean标签常用属性<br>-scope属性:singleton、prototpye<br>(3)属性注入方式介绍<br>(4)spring注入属性(有参构造和set方法)<br>-set方法注入<br>(5)spring注入对象类型属性(重点)<br>(6)p名称空间注入<br>(7)spring注入复杂数据<br>4.ioc和di区别<br>5.spring整合web项目原理<br>(1)ServletContext对象<br>(2)监听器<br>
</p><p class="article-more-link">
<a href="/2019/04/16/spring学习记录-1/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/04/16/spring学习记录-1/">
<time datetime="2019-04-16T08:58:17.000Z" class="entry-date">
2019-04-16
</time>
</a>
</footer>
</article>
<article id="post-struts学习记录-2" class="post-struts学习记录-2 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/04/04/struts学习记录-2/">struts学习记录-2</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/04/04/struts学习记录-2/" data-id="cjum25hwg0007l0tu11uwx3c9" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.结果页面配置(全局结果页面和局部结果页面)<br>2.Action获取表单提交数据<br>3.Struts2封装获取表单数据方式(原始方式,属性封装,模型驱动封装,表达式封装)<br>
</p><p class="article-more-link">
<a href="/2019/04/04/struts学习记录-2/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/04/04/struts学习记录-2/">
<time datetime="2019-04-04T08:42:58.000Z" class="entry-date">
2019-04-04
</time>
</a>
</footer>
</article>
<article id="post-struts学习记录-1" class="post-struts学习记录-1 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/04/04/struts学习记录-1/">struts学习记录-1</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/04/04/struts学习记录-1/" data-id="cjum25hwl0008l0tuz06jt1lz" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.Struts2概述<br>2.Struts2框架入门<br>
</p><p class="article-more-link">
<a href="/2019/04/04/struts学习记录-1/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/04/04/struts学习记录-1/">
<time datetime="2019-04-04T04:42:58.000Z" class="entry-date">
2019-04-04
</time>
</a>
</footer>
</article>
<article id="post-hibernate学习记录-4" class="post-hibernate学习记录-4 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/04/02/hibernate学习记录-4/">hibernate学习记录-4</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/04/02/hibernate学习记录-4/" data-id="cjum25hw20002l0tuux3vnb81" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.hibernate的查询方式<br>2.对象导航查询<br>3.HQL查询<br>(1)查询所有<br>(2)条件查询<br>(3)排序查询<br>(4)分页查询<br>(5)投影查询<br>(6)聚集函数使用<br>4.QBC查询<br>5.HQL多表查询<br>-内连接、迫切内连接、左外连接、迫切左外连接、右外连接<br>6.hibernate的检索策略<br>(1)概念<br>-hibernate分成 :立即和延迟查询<br>-延迟查询分成:类级别和关联级别延迟<br>(2)具体操作<br>
</p><p class="article-more-link">
<a href="/2019/04/02/hibernate学习记录-4/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/04/02/hibernate学习记录-4/">
<time datetime="2019-04-02T05:33:55.000Z" class="entry-date">
2019-04-02
</time>
</a>
</footer>
</article>
<article id="post-hibernate学习记录-3" class="post-hibernate学习记录-3 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/04/01/hibernate学习记录-3/">hibernate学习记录-3</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/04/01/hibernate学习记录-3/" data-id="cjum25hvz0001l0tusp1h04nn" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.hibernate一对多操作<br>(1)一对多映射配置<br>(2)一对多级联保存<br>(3)一对多级联删除<br>(4)一对多修改操作<br>(5)inverse属性<br>2.hibernate多对多操作<br>(1)多对多映射配置<br>(2)多对多级联保存(重点)<br>(3)多对多级联删除<br>(4)维护第三张表<br>
</p><p class="article-more-link">
<a href="/2019/04/01/hibernate学习记录-3/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/04/01/hibernate学习记录-3/">
<time datetime="2019-04-01T07:53:41.000Z" class="entry-date">
2019-04-01
</time>
</a>
</footer>
</article>
<article id="post-hibernate学习记录-2" class="post-hibernate学习记录-2 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/03/31/hibernate学习记录-2/">hibernate学习记录-2</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/03/31/hibernate学习记录-2/" data-id="cjum25hwb0004l0tu6a0prhyn" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.实体类的编写规则<br>2.实体类的crud操作<br>3.Hibernate事务操作(事务规范代码框架)<br>4.Hibernate绑定session<br>5.Hibernate主键生成策略(hibernate配置映射文件中)<br>6.Hibernate的api使用(Query对象,Criteria对象,SQLQuery对象)<br>7.Hibernate一级缓存(概念及验证方式)<br>
</p><p class="article-more-link">
<a href="/2019/03/31/hibernate学习记录-2/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/03/31/hibernate学习记录-2/">
<time datetime="2019-03-31T12:16:14.000Z" class="entry-date">
2019-03-31
</time>
</a>
</footer>
</article>
<article id="post-hibernate学习记录-1" class="post-hibernate学习记录-1 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/03/30/hibernate学习记录-1/">hibernate学习记录_1</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/03/30/hibernate学习记录-1/" data-id="cjum25hw60003l0tu2r7spdbe" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.搭建hibernate环境<br>2.hibernate核心api<br>
</p><p class="article-more-link">
<a href="/2019/03/30/hibernate学习记录-1/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/03/30/hibernate学习记录-1/">
<time datetime="2019-03-30T15:26:06.000Z" class="entry-date">
2019-03-30
</time>
</a>
</footer>
</article>
<article id="post-构建hexo个人博客" class="post-构建hexo个人博客 post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/03/26/构建hexo个人博客/">构建hexo个人博客</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/03/26/构建hexo个人博客/" data-id="cjum25hwy0009l0tumw984j3u" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>1.下载<br>2.安装<br>3.测试<br>
</p><p class="article-more-link">
<a href="/2019/03/26/构建hexo个人博客/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/03/26/构建hexo个人博客/">
<time datetime="2019-03-26T04:58:39.000Z" class="entry-date">
2019-03-26
</time>
</a>
</footer>
</article>
<article id="post-hello-world" class="post-hello-world post type-post status-publish format-standard hentry">
<!---->
<header class="entry-header">
<h1 class="entry-title">
<a class="article-title" href="/2019/03/24/hello-world/">Hello World</a>
</h1>
<div class="comments-link">
<a href="javascript:void(0);" data-url="http://yoursite.com/2019/03/24/hello-world/" data-id="cjum25hvu0000l0tuf8foglr7" class="leave-reply bdsharebuttonbox" data-cmd="more">Share</a>
</div><!-- .comments-link -->
</header><!-- .entry-header -->
<div class="entry-content">
<p>My First<br>
</p><p class="article-more-link">
<a href="/2019/03/24/hello-world/#more" class="more-link">More <span class="meta-nav">→</span></a>
</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
<a href="/2019/03/24/hello-world/">
<time datetime="2019-03-24T14:41:57.133Z" class="entry-date">
2019-03-24
</time>
</a>
</footer>
</article>
</div></div>
<div id="secondary" class="widget-area" role="complementary">
<aside id="search" class="widget widget_search"><form role="search" method="get" accept-charset="utf-8" id="searchform" class="searchform" action="//google.com/search">
<div>
<input type="text" value name="s" id="s">
<input type="submit" id="searchsubmit" value="搜索">
</div>
</form></aside>
<aside class="widget">
<h3 class="widget-title">Music</h3>
<div class="widget-content">
<audio src="http://music.163.com/song/media/outer/url?id=31877327.mp3" controls="controls" style="width:100%">
您的浏览器不支持 audio 标签。
</audio>
</div>
</aside>
<aside class="widget">
<h3 class="widget-title">Recents</h3>
<div class="widget-content">
<ul>
<li>
<a href="/2019/04/18/spring学习记录-2/">spring学习记录-2</a>
</li>
<li>
<a href="/2019/04/16/spring学习记录-1/">spring学习记录-1</a>
</li>
<li>
<a href="/2019/04/04/struts学习记录-2/">struts学习记录-2</a>
</li>
<li>
<a href="/2019/04/04/struts学习记录-1/">struts学习记录-1</a>
</li>
<li>
<a href="/2019/04/02/hibernate学习记录-4/">hibernate学习记录-4</a>
</li>
</ul>
</div>
</aside>
</div>
</div>
<footer id="colophon" role="contentinfo">
<p>© 2019 zhang
All rights reserved.</p>
<p>Powered by <a href="http://hexo.io/" target="_blank">Hexo</a></p>
</footer>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"1","bdMiniList":false,"bdPic":"","bdStyle":"2","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/js/share.js'];</script>
<script src="/js/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script src="/js/script.js"></script>
<script src="/js/navigation.js"></script>
<div id="bg"></div>
</div>
</body>
</html>