HTML <∈put> checked 속성
HTML <input> checked 속성 http://www.w3schools.com/tags/att_input_checked.asp Example 선택된 체크박스가 포함된 폼의 HTML 코드 12345<form action="demo_form.asp"> <input type="checkbox&q
HTML <input> checked 속성 http://www.w3schools.com/tags/att_input_checked.asp Example 선택된 체크박스가 포함된 폼의 HTML 코드 12345<form action="demo_form.asp"> <input type="checkbox&q
다크 테마로 만들어본다. lib/style/dark-green.css 파일을 생성 12345678910111213141516171819202122@tailwind base;@tailwind components;@tailwind utilities;@layer base &
top 명령어로 CPU 사용률 확인하기 1top -bn1 | grep "Cpu(s)" | awk '{printf("CPU 사용률 : %.1f%%\n", 100 - $8)}' 실행 결과 CPU usa
lightsail 인스턴스 추가 https://lightsail.aws.amazon.com/ls/webapp/home/instances 에서 인스턴스 생성 버튼 누르기 Linux/Unix 에서 Ubuntu 선택 [[듀얼 스택]] 선택 ➡️ 월별 $12 선택 리소스 이름
https://level.goorm.io/exam/195696/작은-노드/quiz/1 예시 데이터 1234567n, m, k = 6, 6, 1nodes = [[1, 2], [1, 3], [2, 3], [3, 4], [3, 5], [4, 6]] 그래프 생성 12345gr
Solve Me First https://www.hackerrank.com/challenges/solve-me-first/problem 123(defn solveMeFirst [x y] (+ x y)) Simple Array Sum https://www.hackerra