Visual Studio Code 설정
Extensions Prettier Code formatter Setting 단축키는 Ctrl + , Settings – Default formatter에서 Prettier 선택 Settings -> Format On Save 체크 Settings -> Prettier -> Single Quote 체크(Format시에 큰따옴표를 작은 …
Visual Studio Code 설정 Read MoreExtensions Prettier Code formatter Setting 단축키는 Ctrl + , Settings – Default formatter에서 Prettier 선택 Settings -> Format On Save 체크 Settings -> Prettier -> Single Quote 체크(Format시에 큰따옴표를 작은 …
Visual Studio Code 설정 Read More한줄 주석, 부분 주석 # 기호 뒤에는 주석이 된다. #!/bin/bash #echo “한줄 주석” echo “여기는 출력된다.” #여기는 주석 여러줄 주석 주석 시작 : :<<“문자열” 로 시작 주석 끝 : …
Linux Shell Script 주석 처리 Read More엔진 sudo systemctl start docker sudo systemctl stop docker sudo systemctl enable docker #자동실행상태로 설정 docker version 컨테이너 실행 docker run = docker container run = docker image pull …
Docker 정리 Read MoreOracle Cloud Setup by 우성짱 오라클 클라우드 가입하는 방법 오라클 클라우드 구획, 가상 네트워크, 방화벽, 공용IP 설정하기 오라클 클라우드 인스턴스 생성 및 SSH 접속하기 오라클 클라우드 Ubuntu 20.04 인스턴스 기본 …
Oracle Cloud Read More트리플 전 세계 주요 도시의 상세한 여행정보 제공 스카이스캐너 항공권 가격비교 및 예약 플레이윙즈 항공권 할인정보 제공 우버 승차 공유 서비스 아이쉐어링 핸드폰 위치추적 서비스 레일 플래너 유럽 열차시간 조회 …
안드로이드 추천 어플 Read More## # You should look at the following URL’s in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. …
Nginx 기본 설정 내용 Read More== 설치 == * Download * 설치 * 사용자 등록 git config –global user.name “사용자이름” git config –global user.email “이메일주소” * 사용자 확인 git config –list
Git 요약 정리 Read MoreJDK설치 Windows JDK Download JDK 설치 시스템 변수 등록 : JAVA_HOME : JDK 설치 경로 PATH 추가 : %JAVA_HOME%\bin Ubuntu sudo apt update sudo apt upgrade -y sudo apt install …
Java 요약 정리 Read MorePIP 재설치 sudo apt remove –purge python-pip sudo apt remove python3-pip wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip.py
Python 요약 정리 Read More== DDL == === Database 삭제 === DROP DATABASE DATABASE이름; === Backup, Restore === mysqldump -u root -p 백업할DB이름 > 저장할파일명.sql mysql -u root -p 복원할DB이름 < 백업파일명.sql == DML …
MySQL 요약정리 Read More