본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

IDE/Eclipse

(65)
Several ports (8005, 8080) required by Tomcat v9.0 Server at localhost are already in use Several ports (8005, 8080) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). 실행하고자 하는 코드의 port가 이미 실행중일 경우 발생하는 에러 아래와 같은 방법으로 해결한다. https://standout.tistory.com/244 java.io.IOException: java.lang..
Eclipse 전체 workspace 에서 찾기 Ctrl + h search 창에서 확인할 수 있으며 클릭시 해당 폴더로 이동한다.
Eclipse 글자 찾기 Ctrl + F https://standout.tistory.com/295 Eclipse 전체 workspace 에서 찾기 Ctrl + h search 창에서 확인할 수 있으며 클릭시 해당 폴더로 이동한다. standout.tistory.com
Eclipse javadoc 힌트창 툴팁 검은색 배경 해결 색상변경 preference - colors and fonts - javadoc text color preference - colors and fonts - javadoc background color 완료.
Eclipse 자동 줄 바꿈 단축키 Window - Editor - Toggle Word Wrap 단축키: Alt+Shift+Y
Eclipse 콘솔 색상 변경(feat.System.in) 눈 편하자고 다크모드 테마를 적용하면 Eclipse와의 색 전쟁이 시작된다. System.in코드가 아래와 같이 표시됨 값을 입력하거나 결과값은 잘 보이지만 System.in코드가 보이지 않으니 아무래도 신경쓰임. window-preference-console-standard in text color + 외 콘솔창의 기본텍스트색/에러/배경 색 변경가능 window-preference-console-standard out error color window-preference-console-standard error color window-preference-console-background color
Eclipse 드래그, 선택했을때 글자/배경 색 변경 window-preference-drag검색-text editors-selection background color 배경색 변경 window-preference-drag검색-text editors-selection foreground color 글자색 변경
Eclipse Spectrum Dark Theme 이클립스마켓으로 진입해 theme입력후, Spectrum Dark Theme을 install. Preferences - Spectrum폴더 - Accent Color변경(기본값은 빨강) Apply - 이클립스 재시작 (변경되지 않을 경우 반복. 필자는 두번 재시작하니 적용되었다.)