Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- r
- Anaconda
- data
- gitignore
- Python
- 저장소
- imshow
- 머신러닝
- tensorflow
- Spring
- CLONE
- 가중치
- Linux
- 파이썬
- Vector
- imread
- branch
- db
- Session
- list
- 함수
- Repository
- datascience
- Java
- model
- destroyallwindows
- AI
- git
- 이미지
- opencv
Archives
- Today
- Total
AI학교
IoC-container(Bean을 Container에서 관리하기) 본문
Inversion of Control(제어 역전)
프로그램 코드 내에서 참조하려는 객체를 직접 생성하지 않고 외부의 다른 존재가 생성하여 제공한다는 개념이다.
외부의 다른 객체를 Container라고 하며 IoC 오브젝트 혹은 IoC Container라고 한다.
'Servlet > Spring' 카테고리의 다른 글
Validator(가입폼을 미완성한채로 전송해도 자료 남아있게 하기) (0) | 2019.10.31 |
---|---|
AOP(Aspect Oriented Programming) (0) | 2019.10.30 |
Intercepter (0) | 2019.10.30 |
Logging (0) | 2019.10.29 |
게시물 작성하기 (0) | 2019.10.29 |
Comments