Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 리스트 렌더링
- 프로그래머스 프론트엔드 데브코스
- flex
- SCSS use
- SCSS import
- 프로그래머스 K_Digital Training
- 다른컴퓨터에서 git사용
- vuex map
- Vue
- vue mixin
- KDT 프로그래머스 데브코스 프론트엔드
- Spacer
- 고양이 사진 검색기
- SCSS forward
- 폼 입력 바인딩
- KDT 프로그래머스
- vue 지역 컴포넌트
- git 같은계정 다른 컴퓨터
- 리액트
- netlify redirect
- vue 이벤트 수신
- postcss
- SCSS extend
- react next
- 프로그래머스 데브코스
- 이벤트 수식어
- intersection opserver
- 프로그래머스 데브코스 프론트엔드
- nextjs사용법
- 쌓임맥락
Archives
- Today
- Total
혼자 적어보는 노트
window 디렉토리 복사 / 모든 파일, 하위 디렉토리 복사 본문
Xcopy /E /I SourceFolder DestinationFolder
/E는 모든 하위폴더도 대상으로 복사
/I는 아래와 같이 백슬래시 사용 시 생략가능
Xcopy /EC:\dir1\sourcedir D:\data\destinationdir\
'기타' 카테고리의 다른 글
Git 브랜치 삭제 (0) | 2022.01.22 |
---|---|
Git commit 합치기 / git rebase error / git stash error (0) | 2022.01.09 |
[VSCode] 유용한 익스텐션(Extensions) (0) | 2021.12.19 |
터미널 기본 명령어 - windows / mac OS (0) | 2021.12.19 |
git 바로 직전 커밋 삭제 / git reset asks more? (0) | 2021.12.16 |
Comments