일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ads.txt
- 4차산업
- 환경정보
- QA
- certification
- ios
- 한국판뉴딜
- 다음메일
- 사양
- 스펙정보
- 사양정보
- 코로나바이러스
- 부자아빠가난한아빠
- 동시접속
- gbd-200
- JMeter
- 스마트시티
- 일본유학
- 일본대학원
- 정보처리기사
- 사용자100명
- 200-301
- 5G
- 韓国
- move앱
- DevNet
- 리눅스
- 성능측정
- 韓国ヒップホップ
- 명령어
- Today
- Total
목록etc.. 기타 카테고리 2 (42)
IT 컴퓨터공학 자료실
In Aspect-oriented software development, cross-cutting concerns are aspects of a program that affect other concerns. These concerns often cannot be cleanly decomposed from the rest of the system in both the design and implementation, and can result in either scattering (code duplication), tangling (significant dependencies between systems), or both. Aspect-oriented 개발 방식에서, cross-cutting concern..
Interface-based programming is a concept that has a close relationship with Modular programming and Object-Oriented Programming. Interface-based programming은 모듈러 프로그래밍과 객체지향프로그래밍과 유사한 개념이다. Modular Programming defines the application as a collection of intercoupled modules. This increases the modularity of the application and hence its maintainability. The total system complexity is greatly redu..