1. 배열 초기화 var arr = Array(arraySize).fill(value); ex) var arr = Array(3).fill(false); 출처: https://stackoverflow.com/questions/4049847/initializing-an-array-with-a-single-value 2. 배열 숫자 확인 Array.length ex) console.log(clothing.length); 출처 : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/length 3. 특정 값이 있는지 확인 Array.includes(value) ex) const array1 = [1, 2, 3];..
reboot reboot은 재부팅 명령어이다. 옵션-f 시스템 강제 재부팅 예$ reboot $ reboot -f shutdownshutdown 은 리눅스 종료와 재부팅의 대표적인 명령어이다. 옵션-h 종료 (시간 지정 가능)-r 재부팅 (시간 지정 가능)-c 예약된 shutdown 명령을 취소 예$ shutdown -h now -> 지금 시스템 종료$ shutdown -h 10 -> 10분 후 시스템 종료$shutdown -h 11:11 -> 11시 11분에 시스템 종료 (hh:mm 형식) $ shutdown -r now -> 지금 시스템 재부팅$ shutdown -r 15 -> 15분 후 시스템 재부팅$ shutdown -r 15:15 -> 15시 15분에 시스템 재부팅 $ shutdown -c ->..
- Total
- Today
- Yesterday
- 뇌를 자극하는 C프로그래밍
- 리눅스
- 왕초보 영단어1
- 반복문
- 포인터
- IOS
- 프로그램
- Matlab
- 애플
- MySQL
- Swift
- 함수
- database
- C
- Apple
- 테라스캔
- 시원스쿨
- 매트랩
- 영어
- 단어
- 형용사
- 뇌를 자극하는 C 프로그래밍
- 연습문제
- 프로그래밍
- exercise
- 스위프트
- Xcode
- terascan
- 데이터베이스
- 배열
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |