전체 글 4

개발환경 세팅

1. 자바 세팅 & 환경 변수 설정 https://dzzienki.tistory.com/3 1. 개발환경 세팅(1) 자바 설치 및 환경변수 설정 1. https://www.oracle.com/kr/index.html 오라클 홈페이지 접속 > 다운로드 탭 2. 카테고리별 다운로드의 JAVA 탭 선택 3. .Java 탭의 Java (JDK) for Developers 선택 4. Java SE 8u191 / Java SE 8u192.. dzzienki.tistory.com 2. 스프링 설정 & db 설정 https://wikidocs.net/115236 02. 필요한 프로그램 설치 # 2. 필요한 프로그램 설치 ## 2.1. JDK 자바로 프로그램을 개발하기 위해서는 JDK(Java Development Ki..

개발환경 세팅 2022.08.31

깃허브 리드미 작성

👍뱃지 만들기 https://simpleicons.org/ Simple Icons 2246 Free SVG icons for popular brands. simpleicons.org -> 예시 만들기 (python) '표시할이름' : Python '색상' : 복사한 텍스트 (#제외) '기술스택아이콘' : 위 사진의 아이콘 이름(Python) 👍이모티콘 https://www.webfx.com/tools/emoji-cheat-sheet/ 🎁 Emoji cheat sheet for GitHub, Basecamp, Slack & more Emoji codes used by GitHub, Basecamp, Slack and other services. Searchable. With emoji meanings. w..

깃허브 2022.05.09

Git Bash 로 소스 올리기

1. Git Bash Here 클릭 2. 명령어들 - git init 폴더에 .git 생성 - git status 폴더의 현재 상태를 보여준다. 빨간 글씨체로 보여지는 파일목록이 add되거나 commit되지 않은 파일을 말한다. - git add . or git add "파일명" git add . 은 아직 add 되거나 commit 되지 않은 파일을 모두 add 한다. git add "파일명" 은 "파일명"의 파일을 add 한다. - git config core.autocrlf true warning: LF will be replaced by CRLF in .project. 에러가 날 경우 입력한다. - git commit -m "메세지" 저장소끼리 연결시킨다. - git remote add origin..

깃허브 2022.05.09

깃허브 프로필 pinned 만들기

깃허브 주소 chanjin5212 - Overview Web Developer. chanjin5212 has 9 repositories available. Follow their code on GitHub. github.com Pinned에 커밋 횟수와 GitHup Stats을 추가하였다. 두개 따로따로 해야하는데 하는 방식은 동일하다. Commit Count GitHub - techinpark/productive-box: Are you an early 🐤 or a night 🦉? Let's check out in gist Are you an early 🐤 or a night 🦉? Let's check out in gist - GitHub - techinpark/productive-box: Are you..

깃허브 2022.04.25