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 |
Tags
- 친절한 SQL 튜닝
- intellij 핵심 단축키
- @Transactional Propagation
- 리팩토링 2판
- JPA
- ksqldb
- #docker compose
- ksql
- CompletableFuture
- aws
- git
- intellij favorites
- findTopBy
- 원격 브랜 삭제
- javascript case
- Stream
- intellij 즐겨찾기
- java
- vue.js
- 자바 ORM 표준 JPA 프로그래밍 정리
- HandlerMethodArgumentResolver
- 마이크로 서비스
- Spring Cloud Netflix
- IntelliJ
- 리눅스
- 자바 ORM 표준 JPA 프로그래밍
- Linux
- 백명석님
- multipart테스트
- @TransactionalEventListener
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