Skip to content

Commit 3ae19eb

Browse files
committed
Merge branch 'main' of github.com:anyjava/anyjava.github.io
2 parents 596114b + 2ab9f07 commit 3ae19eb

6 files changed

Lines changed: 53 additions & 5 deletions

File tree

_data/pageMap.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)'
1313
parent: index
1414
url: /wiki/개발환경세팅
15-
updated: '2021-07-12 12:37:05 +0900'
15+
updated: '2021-08-09 10:27:11 +0900'
1616
children: []
1717
기본적인내용:
1818
type: wiki
@@ -62,6 +62,14 @@ Airflow:
6262
url: /wiki/Airflow
6363
updated: '2020-02-17 17:45:06 +0900'
6464
children: []
65+
Android:
66+
type: wiki
67+
title: Android
68+
summary: Android
69+
parent: index
70+
url: /wiki/Android
71+
updated: '2021-08-11 11:34:42 +0900'
72+
children: []
6573
Architecture:
6674
type: wiki
6775
title: architecture
@@ -228,7 +236,7 @@ index:
228236
summary: 'anyjava wiki index'
229237
parent: null
230238
url: /wiki/index
231-
updated: '2021-07-16 09:58:00 +0900'
239+
updated: '2021-08-11 11:33:57 +0900'
232240
children: []
233241
Infra:
234242
type: wiki

_data/tagList.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- agile
66
- 'airflow,'
77
- amqp
8+
- android
89
- annoatation
910
- architecture
1011
- 'async,'

_data/tagMap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ manager:
2828
- {fileName: Airflow}
2929
datapipline:
3030
- {fileName: Airflow}
31+
android:
32+
- {fileName: Android}
3133
architecture:
3234
- {fileName: Architecture}
3335
- {fileName: MSA}

_wiki/Android.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout : wiki
3+
title : Android
4+
summary : Android
5+
date : 2021-08-11 11:34:02 +0900
6+
updated : 2021-08-11 11:34:42 +0900
7+
tags : android
8+
toc : true
9+
public : true
10+
parent : index
11+
latex : false
12+
---
13+
* TOC
14+
{:toc}
15+
16+
## 링크모음
17+
18+
* [SMShub](https://github.com/juancrescente/SMSHub)
19+
* https://news.hada.io/topic?id=4797

_wiki/GOF_DesignPattern.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : GoF DesignPattern
44
summary : GoF 디자인 패턴
55
date : 2019-04-24 08:52:39 +0900
6-
updated : 2019-04-24 08:53:22 +0900
6+
updated : 2021-08-11 20:50:08 +0900
77
tags : book, designpattern
88
toc : true
99
public : true
@@ -14,4 +14,21 @@ adsense : true
1414
* TOC
1515
{:toc}
1616

17-
#
17+
## Chapter 1. 서론
18+
19+
20+
### Composition vs aggregation vs delegation
21+
22+
* Composition
23+
* 두 연관관계의 객체가 서로 별도로 존재할 수 없다.
24+
* House 가 만들어질때 Table 도 같이 만들어 져야함.
25+
26+
* aggregation
27+
* 여러개의 집합관계의 느낌, 단독으로 존재도 가능하고 모아주는 느낌
28+
29+
* delegation
30+
* 하나의 객체의 역할을 다른 객체에게 위임하고, 위임받은 객체는 독립적이여야 하며 런타임에 어떤객체가 될지 모른다.
31+
32+
* 참고:
33+
* [stackoverflow](https://stackoverflow.com/a/1384476/5270692)
34+
* [Delegation, Composition and Aggregation 이해하기](https://ryukato.github.io/oop/2012/09/19/delegation-composition-aggregation.html)

_wiki/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : index
44
summary : anyjava wiki index
55
date : 2018-08-15 19:41:36 +0900
6-
updated : 2021-08-11 01:14:20 +0900
6+
updated : 2021-08-11 20:50:55 +0900
77
tags :
88
toc : true
99
public : true
@@ -71,6 +71,7 @@ latex : false
7171
* [[SonarQube]]
7272
* [[Synology]]
7373
* [[정규식]]
74+
* [[Android]]
7475

7576
* [[조직관리]]
7677
* [[Books]]

0 commit comments

Comments
 (0)