기타

기타/IDE

[VSCode] Code Snippets으로 간편하게 코드 넣기

코드스닛펫 : 반복해서 사용하는 코드를 코드 조각으로 만들어서 쉽게 재사용할 수 있다. "thymeleaf html" : { "scope": "html", "prefix": "thymeleaf-html", "body": [ "", "", "", "", "$2", "", "" ], "description": "thymeleaf + html 자동코드" }, "thymeleaf content html" : { "scope": "html", "prefix": "thymeleaf-content-html", "body": [ "", "", "", "", "$2", "", "" ], "description": "thymeleaf + html 자동코드" }, "thymeleaf content html" : { "sco..

기타/IDE

[IntelliJ] 한글 깨짐, encoding 설정

한글 깨짐, encoding 설정 상단 메뉴 File -> Settings File Encodings 에서 모두 UTF-8로 변경해주고 ascii 체크하고 Apply -> OK 상단메뉴 Help -> Edit Custom VM Options -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 해당 코드 넣기 상단메뉴 File -> Invalidate Caches로 캐시 삭제하고 재시작해주면 한글 설정 완료입니다!

기타

[CMD 명령어] 포트 확인 및 포트 죽이기

해당 포트를 사용중인 프로세스 확인 netstat -ano | findstr 포트번호 해당 포트 죽이기 taskkill /F /PID 피드번호

기타/IDE

[eclipse] 자주 사용하는 단축키

이클립스 단축키 한 줄 복사 Ctrl + Alt + 방향키 한 줄 삭제 Ctrl + d 한 줄 이동 Alt + 방향키 메인 메소드 실행 Ctrl + F11 Source 메뉴 실행(생성자, 게터세터 만들기) Alt + Shift + S

eunjin-park
'기타' 카테고리의 글 목록 (2 Page)