자바의 비동기 기술
출처: https://gunju-ko.github.io/java/2018/07/05/Future.html 출처: https://codechacha.com/ko/java-completable-future/ 출처: https://jongmin92.github.io/2019/03/31/Java/java-async-1/ 자바의 비동기 기술 1. Exe...
출처: https://gunju-ko.github.io/java/2018/07/05/Future.html 출처: https://codechacha.com/ko/java-completable-future/ 출처: https://jongmin92.github.io/2019/03/31/Java/java-async-1/ 자바의 비동기 기술 1. Exe...
오브젝트 - 코드로 이해하는 객체지향 설계 정리 5. 책임 할당하기
오브젝트 - 코드로 이해하는 객체지향 설계 정리 4. 설계 품질과 트레이드 오프
오브젝트 - 코드로 이해하는 객체지향 설계 정리 3. 역할, 책임, 협력
오브젝트 - 코드로 이해하는 객체지향 설계 정리 2. 객체지향 프로그래밍
오브젝트 - 코드로 이해하는 객체지향 설계 정리 1. 객체, 설계
observer pattern 을 활용해 vue.js 의 comptued 속성 구현 person 객체에 age 속성이 있다. person 의 age 에 종속성을 가지는 status compted 함수가 있다. status 함수는 age 가 18을 넘으면 adult, 안 넘으면 minor 를 리턴한다 person.age 가 변경되면 sta...
출처 : https://betterprogramming.pub/a-memory-friendly-way-of-reading-files-in-node-js-a45ad0cc7bb6 Node.js 에서 메모리를 효과적으로 사용해 파일을 읽는 방법 파일을 읽는 대표적인 방법 세가지 fs.readFile, fs.readFileSync 빌트인 함수 사용 ...
출처:https://jeonghwan-kim.github.io/node/2017/07/03/node-stream-you-need-to-know.html https://jeonghwan-kim.github.io/node/2017/08/07/node-stream-you-need-to-know-2.html https://jeonghwan-kim.gith...
출처: https://wiseworld.tistory.com/32 리눅스 LVM 리눅스는 디스크를 효율적으로 관리하고 사용하기 위해 LVM 을 사용한다. 1. LVM 을 사용하는 이유 리눅스는 디스크를 여러 파티션으로 분할하고 파일 시스템을 사용해 특정 디렉토리와 연결시켜 사용한다. 하드디스크를 파티션으로 나눌 경우 물리적인 개념이 강해 디스...