typescript 의 map 활용 콜백 함수 (callback function) 파라미터로 함수를 전달받아서 함수의 내부에서 실행하는 함수 map const array = [1, 2, 3, 5, 7]; const map = array.map(x => x * 2); console.log(map); // [2, 4, 6, 10, 14] map 을 활용하기 type Product = { id: number; name: String; price: number; }; const productList: Array = new Array(); productList.push({ id: 1, name: '신발', price: 10000 }); productList.push({ id: 2, name: '티셔츠', pric..

Visual Studio Code (vscode) 에 go lang 개발 환경 세팅 1. vscode 다운로드 2. go 다운로드 3. vscode에 go 플러그인 설치 4. 환경 변수 1. vscode 다운로드 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS..
리눅스 tar, gz 압축 해제 tar.gz 압축 tar -zcvf [파일명.tar.gz] [압축할파일명,폴더명] ex) tar -zcvf 2019.tar.gz 2019*.log tar.gz 압축 해제 tar -zxvf [파일명.tar.gz] ex) tar -zxvf 2019.tar.gz 옵션 설명 -z gzip 으로 압축, 해제 -c tar 로 묶음(압축) -x tar 로 풀음(해제) -v 압축, 해제시 화면에 내용 출력 -f 파일이름 지정 -p 파일 권한 -C 경로 지정
- Total
- Today
- Yesterday
- go개발환경
- 하와이안 셔츠
- 제로
- 클라리사 무광
- 리눅스압축해제
- 탁터마틴 클라리사
- 닥터마틴클라리사
- 셔츠
- rejected
- 리눅스압축
- 제로 반바지
- 데일리룩
- 도커컨테이너종료
- 제로 알로하
- 닥터마틴 클라리사 무광 블랙
- typescript
- golang
- 1898
- 디퀘 청바지
- 청바지
- 닥터마틴
- 반바지
- 해리슨옴므
- 알로하 반바지
- 클라리사
- GO
- 하와이안셔츠
- thread_pool
- go lang
- queue_size
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |