백엔드 개발

spring 소스코드 git 주소 Recompile
이론 설명은 검색하면 다 나오니까 방법만 간단하게 ㅎ - 프로젝트를 생성할 경로로 이동 : 이동한 디렉토리에서 우클릭 -> Git Bash Here - 순서대로 명령어 입력하면 돼요 npm install express-generator -g express node_server --view=ejs : express (프로젝트명) --view=(템플릿 엔진명) => 프로젝트명 = node_server / 템플릿 엔진명 = ejs - 설치가 다 되었고 디렉터리로 가보면 node_server 라는 프로젝트가 생성되었습니다. 초간단!! 설치를 완료했으니 실행해봅시다. - 생성된 디렉터리로 이동 cd node_server - 서버 실행 명령어 입력 npm start 어.... 에러가 뜬다. http-errors 모..
제가 쓰고있는 플러그인을 중에서도 많은 사람들이 추천하는 것들 몇가지만 씀 플러그인은 install 을 누르면 설치됨 - Sublime Material Theme ( or Material Theme ) - 코드들이 각각 대조되는 색상으로 구별되어 코드 범위를 좀 더 직관적으로 볼 수 있다. ( Material Theme 도 많이 추천함 ) - 설치가 완료되고 Set Color Theme 을 클릭하면 위에서 Dark / Light 중 선택할 수 있다. ( Dark 추천함 ) - Material Icon Theme - 폴더와 파일들의 아이콘을 좀더 뚜렷하게 보여주는건데 회사 노트북에는 설치했고 집에서 작업하는 컴퓨터에는 설치하지 않음. ( 본인 선택 ) - Prettier - 난 코딩할때 항상 코드 정렬을 ..
Visual Studio Code (코드 에디터) 설치하기 1. https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. code.visualstudio.com 2. 컴퓨터 OS에 맞게 다운..
DB 무료 접속 툴 dbeaver 설치 Tip : dbeaver(디비버)는 Window와 Mac 둘다 사용할 수 있다. 1. dbeaver.io/download/ 접속 : dbeaver 다운로드 홈페이지 Download | DBeaver Community Download Tested and verified for MS Windows, Linux and Mac OS X. Install: Windows installer – run installer executable. It will automatically upgrade version (if needed). MacOS DMG – just run it and drag-n-drop DBeaver into Applications. Debian package db..
1. git 설치 파일 다운로드 (2023.2.15 작성) https://git-scm.com/download/win Git - Downloading Package Download for Windows Click here to download the latest (2.39.2) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 13 hours ago, on 2023-02-14. Other Git for Windows downloads Standalone Installer 32-bit Git git-scm.com 제일 윗줄에 있는 'Click here to download' 클릭하..