본문 바로가기
git CI/CD ▼▼▼ 더보기 https://nulls.co.kr/ci-cd/438 https://danawalab.github.io/common/2022/08/24/Self-Hosted-Runner.html https://www.daleseo.com/github-actions-checkout/ https://fe-developers.kakaoent.com/2022/220106-github-actions/ git pull & fetch https://www.freecodecamp.org/korean/news/git-fetch-vs-pull/ https://medium.com/@rlatla626/git-%EA%B6%81%EA%B8%88-%ED%96%88%EB%8D%98%EA%B2%83-%EC%A0%95%EB%A6%AC-b.. 2023. 2. 10.
nginx로 react(frontend)와 fastapi(backend)연동하기 nginx -v //버전 확인 sudo service nginx start //시작 sudo service nginx restart //다시시작 sudo service nginx stop //종료 sudo service nginx status //상태 sudo service nginx reload //리로드 nginx 완전삭제 sudo apt-get remove --purge nginx nginx-full nginx-common https://velog.io/@jeff0720/2018-11-18-2111-%EC%9E%91%EC%84%B1%EB%90%A8-iojomvsf0n Nginx를 사용하여 프록시 서버 만들기 서론 안녕하세요, 영훈입니다. 회사에 입사한 후 인프라에 중요성에 대해서 깨닳게된 후 꾸준히.. 2023. 2. 10.
Error DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE https://stackoverflow.com/questions/70469717/cant-load-a-react-app-after-starting-server Cant load a react app after starting server (node:13176) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option. (Use node --trace-deprec... stackoverflow.com 29 (node:13176) [DEP_WEBPACK_DEV_SERVER_ON_AFT.. 2023. 2. 10.
Error Git pull (merge, rebase, fast-forward only) hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config.. 2023. 2. 10.
git pull 취소 1. git reset HEAD^ 2. git commit -m "커밋삭제" 3. git push origin master(또는 브런치 이름) -f 2023. 2. 9.
react localstorage 로그인과 장바구니 http://saichoiblog.com/react-localstorage/ 2023. 2. 9.
react 로그인 후 화면 전환 (navigate) https://www.makeuseof.com/redirect-user-after-login-react/ How to Redirect a User After Login in React Learn how to redirect a user from a restricted page to the login page and again redirect to the original page after logging in. www.makeuseof.com 2023. 2. 9.
react Token https://dev-bomdong.tistory.com/19 React | 로그인 후 token 저장, 서버에 전달하기 유투브 프리미엄은 로그인을 해야 광고를 보지 않을 수 있고, 인스타그램에선 로그인을 해야 내 피드로 갈 수 있다. 이러한 인가 과정에 필요한 token 로그인 후 발생되는 token을 localStorage에 저장 dev-bomdong.tistory.com 2023. 2. 9.
쉘 스크립트 작성 https://engineer-mole.tistory.com/200 [Linux] 쉘 스크립트(Shell script) 기초 쉘 스크립트란? 쉘 스크립트란 간단히 말하자면 Unix커맨드등을 나열해서 실행하는 것이다. 언제 어떤 조건으로 어떠한 명령을 실행시킬 것인가, 파일을 컨텐츠를 읽어 들일 것인가, 로그 파일을 engineer-mole.tistory.com 파일 만들기 등 - 디렉토리 생성 mkdir 디렉토리명 mkdir -p 디렉토리명/파일명 - 디렉토리 삭제 rmdir 디렉토리명 - 파일 생성 touch 파일명 cat > 파일명 vi 파일명 - 파일 삭제 rm -rf 파일명 2023. 2. 8.
2023 정보처리기사 - 소프트웨어 개발 (2과목) 더보기 1.소프트웨어 설계 https://bit-b-bit.tistory.com/231 2. 소프트웨어 개발 https://bit-b-bit.tistory.com/221 3. 데이터베이스 구축 https://bit-b-bit.tistory.com/220 4. 프로그래밍 언어 활용 https://bit-b-bit.tistory.com/218 5. 정보시스템 구축 https://bit-b-bit.tistory.com/217 https://sw-ko.tistory.com/397 https://ee-22-joo.tistory.com/3 시스템 인터페이스를 위해 내부, 외부 모듈을 연계하는 방법은 대표적으로 EAI와 ESB 두 가지 방식이 있다. (1) EAI ( Enterprise Application Inte.. 2023. 2. 6.