분류 전체보기
-
-
Cent OS 6)오류리눅스 2022. 2. 15. 17:43
https://vault.centos.org/6.10/os/x86_64/repodata/repomd.xml: [Errno 14] problem making ssl connection Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Pl ease verify its path and try again yum clean all yum check yum erase apf yum update ca-certificates yum upgrade 위에꺼 안됨 http://blog.tcltk.co.kr/?p=4451 CentOS 6.5 repository 변경 – dogfoot note CentOS 6.5 repository 변경..
-
이미지파일에 CORB문제Html,CSS 2022. 2. 3. 09:41
Cross-Origin Read Blocking (CORB) blocked cross-origin response 내URL with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details. 이문제가 발생 했을때 어떻게 해결해야할지... Cross-Origin Read Blocking (CORB) blocked cross-origin response 도메인 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details. - 2022-09-12 해결방법 추가 - 메일 수신을 위..
-
-
Composer로 깔아야될 필수 라이브러리인듯PHP/Composer 2022. 1. 11. 17:02
php 하드코딩할때 깔면 좋을듯 https://github.com/vlucas/phpdotenv GitHub - vlucas/phpdotenv: Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. - GitHub - vlucas/phpdotenv: Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVE... github.com 여러가지 환경변수들 제..
-
리액트 배포서버에서 package-lock.josn이 계속 변경 파일에 올라감React.js 2021. 12. 31. 11:50
https://github-wiki-see.page/m/TEAM-ARK/inflearn-clone-front/wiki/git-clone-%ED%9B%84-npm-install-%ED%96%88%EC%9D%84-%EB%95%8C-package-lock.json%EC%9D%B4-%EB%B3%80%EA%B2%BD%EB%90%98%EB%8A%94-%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0 git clone 후 npm install 했을 때 package lock.json이 변경되는 문제 해결하기 - TEAM-ARK/inflearn-clone-front Wiki git clone 후 npm install 했을 때 package lock.json이 변경되는 ..
-
[React]Alert, 알림창,toastify,notiReact.js 2021. 12. 30. 11:22
https://sweetalert2.github.io/ SweetAlert2 A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes sweetalert2.github.io https://github.com/notiflix/Notiflix GitHub - notiflix/Notiflix: Notiflix is a JavaScript library for client-side non-blocking notifications, popup boxes, loading in Notiflix is a JavaScript library for client-side non-blocking ..
-
[리액트프로젝트 시작하기] 2. 필요한 모듈 및 설정하기.React.js 2021. 12. 28. 15:16
지난 시간에 로컬 pc에서 개발하고 배포 서버에 배포하는 설정까지 했다. 이제 내가 주로 쓰는 라이브러리들을 기록 해둔다. 내가 주로 사용하는 라이브러리 npm i react-router-dom [페이지 이동을 위한 라우터 라이브러리] npm install @reduxjs/toolkit react-redux [상태관리 라이브러리] npm install axios [비동기 api 요청을 위한 라이브러리] npm install @loadable/component npm install --save react-toastify 아이디, 비밀번호 틀렸을때나 알림이 필요할때 사용. npm install react-icons --save //아이콘 사용을 위해 npm install qs react-router-dom ..