전체 글 썸네일형 리스트형 CORS 테스트 방법 원본 출처 : https://medium.com/pareture/simple-local-cors-test-tool-544f108311c5 Simple Local CORS test tool Quickly checking out CORS issues medium.com CORS 란? https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS Cross-Origin Resource Sharing (CORS) - HTTP | MDN Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or .. 더보기 디렉터리 구조만 복사하기 만약 디렉터리 구조만 복사하려면 어떻게 해야할까? 디렉터리 통째로 복사한 다음 파일만 삭제한다? 이건 너무 무식한 방법이다. 시간도 많이 걸린다. 용량이 몇기가 된다면 어떻게 할 것인가? 우리는 다음과 같은 쉘명령을 이용해서 간단하게 처리할 수 있다. ㅎㅎ cd new_dir (cd old_dir; find . -type d ! -name "." ) | xargs mkdir 물론 퍼미션은 다시 지정해 줘야 한다. 더보기 이전 1 2 3 4 5 ··· 10 다음