windows 3

[Docker] 윈도우 docker 설치

https://www.lainyzine.com/ko/article/how-to-install-wsl2-and-use-linux-on-windows-10/ [Windows 10] WSL2 설치 및 사용법 Microsoft에서는 2020년 5월 리눅스를 윈도우와 통합해서 사용할 수 있는 WSL2를 발표했습니다. 이 글에서는 WSL2를 설치하고 사용하는 방법을 소개합니다 www.lainyzine.com https://www.lainyzine.com/ko/article/a-complete-guide-to-how-to-install-docker-desktop-on-windows-10/ [Windows 10] Docker 설치 완벽 가이드(Home 포함) Docker는 경량 가상화 기술인 리눅스 컨테이너 도구입니다..

[IntelliJ] Windows 단축키

New File Alt + Insert Rename Shift + F6 Constructor / Getter / Setter Alt + Insert Settings Ctrl + Alt + s implements interface시 자동 Override 입력 Alt + Insert Static 생략 (Assertions) Alt + Enter 자동 저장 변수 생성 Ctrl + Alt + v Refactoring 메뉴 Ctrl + Alt + Shift + t Extract method Ctrl + Alt + m 파일 검색해서 이동하기 Shift + Shift 최근 파일 Ctrl + e inline (생략 가능한 라인 하나로 병합) Ctrl + Alt + n

툴/IntelliJ 2022.03.09

[IntelliJ] Windows 세팅

Default project path 설정 Open할 때마다 자주 접근하는 디렉토리를 기본 path로 설정해야 편하다 Settings > Appearance & Behavior > Project > Default project directory Build/Run을 Gradle -> IntelliJ로 변경 Gradle을 거치지 않고 build/run하여 더 빠르다고 함 Settings > Build, Execution, Deployment > Build Tools > Gradle > Build and run Console에서 한글 깨짐 Console에 한글이 깨지는 현상 1. Settings > Editor > File Encodings Global Encoding / Project Encoding / D..

툴/IntelliJ 2022.03.03