일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 리버스 프록시
- Cloud SQL
- Google Cloud Platorm
- Cloud Datastore
- Amazon Web Service
- Google Cloud Platrofm
- AWS Database
- Solution Architect
- Reverse Proxy
- Kubernetes Engine
- gcp
- GKE
- 앤서블
- VPC
- Google Cloud
- Cloud Bigtable
- AWS Solution Architect
- Compute Engine
- ansible
- Cloud Spanner
- AWS
- Solution Architect Certificate
- Google Cloud Platform
- 아마존웹서비스
- Cloud Storage
- playbook
- container
- AWS Certificate
- AWS 자격증
- kubernetes
- Today
- Total
목록전체 글 (79)
sungwony
핵심은 구조를 건들지 않고 Original 클래스를 Decorate 하여 기능을 확장하는 것으로 보인다. 확실히 얻을 수 있는 이점은 기존의 구조에 전혀 손을대지 않아도 된다는 것. 단점으로는 이런식으로 계속해서 Decorator 클래스를 추가하다보면 관리해야하는 클래스의 수가 많아진다는 것이다.
Observer pattern : The observer pattern is a software design pattern in whch an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. It is mainly used to implement distributed event handling systems, in "event driven" software. 관찰자 패턴은 주체라고하는 개체가 관찰자라고하는 해당 종속 개체의 목록을 유지하고 ..
1) The include directive : Static : adds the content from the value of the file attribute to the current page at translation time. The directive was originally intended for static layout templates, like HTML headers.=> 정적 : 현재 페이지의 변환시간(translation time)에 파일 속성의 값(header.html)으로부터 컨텐츠를 추가한다. 이 지시어는 본래 정적 HTML 해더와 같이 정적인 템플릿을 위한 것이다. 2) The standard action : Dynamic : adds the content from the va..