본문 바로가기
[개발툴] VS Code(Visual studio code) 유용한 단축키 1. 빠른 열기 - 이름으로 파일이나 기호 검색 Mac OS : Cmd + P WIndows : Ctrl + P 2. 모든 명령 표시 - 에디터의 모든 명령에 접근 Mac OS : Cmd + Shift + P WIndows : Ctrl + Shift + P 3. 찾기/바꾸기 Mac OS : Cmd + Alt(Opt) + F WIndows : Ctrl + H 4. 한줄 아래로 이동 - 현재 코드라인을 아래 라인으로 이동(아래 코드라인과 자리 바꿈) Mac OS : Alt(Opt) + Up or Down WIndows : Alt + Up or Down 5. 한줄 아래로 복사 Mac OS : Alt + Shift + Down WIndows : Alt + Shift + Down 6. 들여쓰기/내어쓰기 Mac O.. 2022. 1. 22.
[오픈소스] 라이센스 종류 오픈소스라고 무작정 사용하고 상업적으로 이용하고 배포할 수 있는 것은 아니다. 오픈소스 라이센스 종류에 따라 사용 제한이 있는 경우가 많다. 그래서 아래에 주요 라이센스에 대한 내용을 알아본다. Apache License 아파치 소프트웨어 재단에서 만든 라이센스 개인적/상업적 이용, 배포, 수정, 저작권 등록이 가능한 라이센스 https://opensource.org/licenses/Apache-2.0 Apache License, Version 2.0 | Open Source Initiative For over 20 years the Open Source Initiative (OSI) has worked to raise awareness and adoption of open source software,.. 2022. 1. 20.
[Emmet] the essential toolkit for web-developers 웹 개발 공부를 하며 Emmet이라는 신세계를 봤다. 아직 잘 사용하지는 못하고 있어 간단하게 정리한다. 1. html 기본 양식 생성 개발 도구로 Visual studio code를 사용하고 있는데 html 소스 생성후 느낌표 + tab키를 누르면 기본 html 양식이 작성된다. 2. 반복적은 html 태그 작성에 유용 리스트나 그리드, 테이블 등 생성에 유용할 것으로 보인다. Emmet에 관한 공식내용 https://emmet.io/ Emmet — the essential toolkit for web-developers Emmet — the essential toolkit for web-developers Emmet is a plugin for many popular text editors which.. 2022. 1. 14.
Front-End, Back-End 로드맵 웹개발 로드맵을 찾아 공유한다. Front-End 로드맵 https://roadmap.sh/frontend Developer Roadmaps Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't know, find out the knowledge gaps, learn and improve. roadmap.sh Back-End 로드맵 https://roadmap.sh/backend Developer Roadmaps Community driven roadmaps, articles, guide.. 2022. 1. 9.