본문 바로가기

Develop/IDE5

[IntelliJ] Show diff https://blog.jetbrains.com/ko/idea/2022/07/compare-anything-in-intellij-idea/ 강력한 비교 기능: IntelliJ IDEA에서 무엇이든 비교하세요 | The IntelliJ IDEA Blog 목차 Comparing project files Comparing project files with non-project files Comparing the editor with the clipboard Comparing revisions in the local history Comparing with a branch Comparing modifie blog.jetbrains.com 2022. 9. 27.
Eclipse Gradle FAILRUE: Build failed with an exception. Eclipse에서 Java home mapping이 제대로 되지 않아서 생긴 오류일 확률이 높다. 아래는 fix 방법. https://snne.tistory.com/277?category=950774 [에러노트] Spring Boot/Gradle FAILURE: Build failed with an exception. 소스트리로 pull한 후 STS에서 import -> General -> Existing Projects into Workspace 버전: STS-4-4.13.1 RELEASE 임포트는 잘 되었으나 콘솔에 아래와 같은 오류메시지가 뜬다. FAILURE: Build failed with.. snne.tistory.com 2022. 6. 8.
Eclipse 한글 깨짐 현상: UTF-8 encoding 이클립스에서 한글이 깨지는 현상이 나타나면 인코딩을 확인해 볼 필요가 있다. 한글 표시에는 EUC-KR 방식과 UTF-8 방식이 있는데, 공통 표준은 UTF-8이다. 새로 설치한 이클립스가 불러온 기존 프로젝트에서 한글이 깨지고 있다면 인코딩 문제일 확률이 높다. 아래는 fix 하는 방법. 은근히 설정해주어야 할 것들이 많다. https://suzxc2468.tistory.com/174 이클립스(Eclipse) 한글 깨짐 - "UTF-8" 인코딩 설정 개념 인코딩이라는 개념과 친하지 않은 뉴비들을 위한 아주 간략한 설명을 하자면... 어딘가에서 소스를 가져와서 이클립스에 갖다 붙혀봤더니, 한글이 깨져서 나와요. or HTML, JSP에서 작성 된 한 suzxc2468.tistory.com 2022. 6. 8.
Eclipse 자동 정렬 Eclipse 자동 정렬 단축키 Ctrl + Shift + F 2022. 6. 8.