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 |
Tags
- 마이크로 서비스
- intellij favorites
- 백명석님
- CompletableFuture
- ksqldb
- javascript case
- Linux
- ksql
- intellij 즐겨찾기
- 자바 ORM 표준 JPA 프로그래밍
- Spring Cloud Netflix
- 리눅스
- git
- JPA
- @TransactionalEventListener
- 자바 ORM 표준 JPA 프로그래밍 정리
- vue.js
- HandlerMethodArgumentResolver
- 원격 브랜 삭제
- java
- Stream
- findTopBy
- 리팩토링 2판
- IntelliJ
- multipart테스트
- #docker compose
- intellij 핵심 단축키
- 친절한 SQL 튜닝
- @Transactional Propagation
- aws
Archives
- Today
- Total
목록Closure (1)
시그마 삽질==six 시그마
클로저 Closure (computer programming)
Wikipedia에서 말하는 클로저 정의 In programming languages, a closure, also lexical closure or function closure, is a technique for implementing lexically scoped name binding in a language with first-class functions. Operationally, a closure is a record storing a function[a] together with an environment.[1] The environment is a mapping associating each free variable of the function (variables that are used..
프로그래밍/Programming stuff
2020. 3. 4. 00:10