개발/개발툴14 VS Code에서 Git 사용하기 및 추천 플러그인 📁 VS Code에서 Git 설정하기🔍 Git 기본 명령어 사용법🚀 Git을 이용하기 편리한 플러그인 추천📁 VS Code에서 Git 설정하기Git 설치 확인 및 설치:명령 프롬프트 열기: Windows 키 + R을 눌러 "Run" 창을 열고, `cmd`를 입력하여 명령 프롬프트를 실행합니다.Git 버전 확인: 명령 프롬프트에서 `git --version` 명령어를 입력합니다. Git이 설치되어 있으면 버전이 표시됩니다.Git 설치 방법: Git이 설치되어 있지 않다면, https://git-scm.com/downloads로 이동하여 윈도우용 Git을 다운로드하고 설치합니다.VS Code에서 Git 초기화:VS Code에서 작업할 폴더를 열거나 새 폴더를 생성합니다.Source Control 뷰에.. 2025. 4. 15. 전자정부 프레임웍 오류 <Error while downloading 'http://www.ibatis.com/dtd/sql-map-2.dtd'> Error while downloading 'http://www.ibatis.com/dtd/sql-map-2.dtd' DTD 다운로드 경로 오류임. http://www.ibatis.com ==> http://ibatis.apache.org 으로 일괄 변경. 2021. 7. 30. VSCODE 초기세팅 1. 코맨트 (주석 자동생성 ) marketplace.visualstudio.com/items?itemName=stevencl.addDocComments Add jsdoc comments - Visual Studio Marketplace Extension for Visual Studio Code - Adds jsdoc @param and @return tags for selected function signatures in JS and TS marketplace.visualstudio.com 2. 추천 플러그인 [VS Code] 상위 10개 VS Code 확장 플러그인 (2019) - vscode extension 추천 (tistory.com) 2020. 12. 30. Jenkins 설정 jenkins에서 빌드툴을 가지고 톰켓 재구동 시킬때... 권한때문에 stop, start 가 잘안됌... 1. systemctl 서비스 등록 ###################### /etc/systemd/system/tcit.service ################################# Description=Apache Tomcat 8.5 Esales Servlet Container After=syslog.target network.target [Service] User=root Group=root Type=forking ExecStart=/home/TCIT/tomcat/bin/startup.sh ExecStop=/home/TCIT/tomcat/bin/shutdown.sh Restart=.. 2019. 3. 19. 이전 1 2 3 4 다음 반응형