일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 백준 단계별로 풀어보기
- 자바 인터뷰
- node.js
- 자바 면접
- 맥북 필수 앱
- mysql
- Express middleware
- 백준
- 자바 기술면접
- 맥북 유용한 앱
- 생활코딩
- React
- 아톰에디터
- 자바 영어면접
- 맥북 초보
- 알고리즘
- AtomEditor
- Node.js Express
- 백준 알고리즘
- 맥북 사용법
- React props
- Java tech interview
- react jsx
- jsx 문법
- 기술면접
- 맥북 팁
- react state
- tech interview
- 리액트
- 자바 개발자
- Today
- Total
목록ATOM (2)
song.log
- Emmet - html과 css를 보다 효율적으로 사용하기 위해. 특히, 반복적인 부분을 간단하게 만들어주는 역할 File > Settings > install 에서 emmet 검색 후 install 1. Atom을 통해 Emmet 설명 : 단축키 설명이 잘 되어 있음 2. Emmet 공식 사이트 https://docs.emmet.io/ 1. html의 기본 형태 ! + Tab 키 1 2 3 4 5 6 7 8 9 10 11 12 Document 2. Child 형태 (태그 안에 태그가 들어가게 하는 형식) div>ul>li + Tab 키 1 2 3 4 5 3. Sibling 형태 (태그를 나열하는 느낌) div+p+dq + Tab 키 1 2 3 4. Climb-up 형태 (태그 안에 태그가 들어가게 ..
https://atom.io/ A hackable text editor for the 21st Century At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it. atom.io 1. cmd 창에 atom을 적고 바로 파일을 생성 2. atom이 실행되면서 txt 파일이 생성됨을 확인 가능 3. 에디터에 바로 입력 가능 - 사용자의 취향에 맞게 바꾸는 것이 가능 - 웹기술을 이용해서 구현되어 있는 에디터 ..