File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : []
6573Architecture :
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 : []
233241Infra :
234242 type : wiki
Original file line number Diff line number Diff line change 55- agile
66- ' airflow,'
77- amqp
8+ - android
89- annoatation
910- architecture
1011- ' async,'
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ manager:
2828 - {fileName: Airflow}
2929datapipline :
3030 - {fileName: Airflow}
31+ android :
32+ - {fileName: Android}
3133architecture :
3234 - {fileName: Architecture}
3335 - {fileName: MSA}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout : wiki
33title : GoF DesignPattern
44summary : GoF 디자인 패턴
55date : 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
77tags : book, designpattern
88toc : true
99public : 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 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout : wiki
33title : index
44summary : anyjava wiki index
55date : 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
77tags :
88toc : true
99public : true
@@ -71,6 +71,7 @@ latex : false
7171* [[ SonarQube]]
7272* [[ Synology]]
7373* [[ 정규식]]
74+ * [[ Android]]
7475
7576* [[ 조직관리]]
7677* [[ Books]]
You can’t perform that action at this time.
0 commit comments