dependency injection 뜻
발음:
"dependency injection" 예문
국어 번역
모바일
- 의존성 주입
- dependency: noun, 종속물, 속령, 속국
- injection: noun, 주입, 관장, 관장약, 주사(액),
- injection: noun, 주입, 관장, 관장약, 주사(액), (우주)(인공위성이나 우주선을)궤도에 진입시킴, 인젝션, (기)(연료, 공기등의)분사
- data dependency: 데이터 의존성
- dependency grammar: 의존 문법
- dependency hell: 의존성 지옥
- dependency property: 종속성 속성
- dependency ratio: 부양비
- dependency theory: 종속 이론
- dependency tree: 종속 트리
- functional dependency: 함수 종속
- multivalued dependency: 다치 종속
- ross dependency: 로스 속령 로스 속령
- code injection: 코드 인젝션
- dll injection: DLL 인젝션 DLL 인젝션
예문
- In that Android Advanced Course really like to do dependency injection to views, events and other items.
그 안드로이드 고급 과정에서는 정말보기, 이벤트 및 기타 항목에 대한 의존성 주입을 좋아합니다. - This seems convenient but it presents a big problem when we move our application into production. Rails will automatically minify the JavaScript and convert the argument names into something smaller which means that the dependency injection will no longer work.
이것은 편리해 보일지 몰라도 어플리케이션을 운영서버로 배포할 경우 큰 문제를 발생시키게 됩니다. 레일스는 자동으로 자바스크립트를 압축하여 인수명들을 더 짧게 바꾸게 되는데, 이로써 dependency injection이 더 이상 동작하지 않게 된다는 것입니다.