Recent posts

Build path entry is missing외 해결방법

less than 1 minute read

Path 문제 알고보니 JRE 문제였다 프로젝트 오른쪽마우스 클릭 - Build Path - Configure Build Path에서 edit 클릭 현재 설치된 JRE를 선택해주고 apply하면 끝

캘린더 만들기..

less than 1 minute read

에러 1. Cannot read property ‘appendChild’ of Null in JS var calendarBody = document.getElementById('calendar-body'); DOM에 있는 객체를 js 변수에 담은 뒤 appendChild를 하려니까...

백준 1904, 2748

less than 1 minute read

1904 ``` import java.io.BufferedReader; import java.io.InputStreamReader;