1. MEAN stack이란 ? -> MongoDB, Express, Angular, Node.js 를 사용하는 프레임워크의 한 종류 2. 장점 ? -> 1. 단일언어 javascript로 프론트엔드와 백엔드를 모두 조작 가능하고, 오픈소스를 활용할 수 있음 2. DOM 기반 Jquey에 비해 Angular가 훨씬 빠름 3. 단점 ? -> Angular의 진입장벽이 높음. 뷰단에서 프레임워크를 구성하기 때문에, 또한 바인딩 개념때문에 초반 진입장벽 이 높다.
Sublime Text를 사용하다보면 정리되지 않은 코드를 깔끔하게 정렬시킬 단축키를 설정하고 싶다는 생각이 든다. 방법은 1. Sublime Text 상단 메뉴에서 [Preferences] - [Key Bindings - User] 을 선택 후 2. { "keys": ["ctrl+shift+f"], "command": "reindent" , "args": { "single_line": false } } 추가 (파란색 부분에 원하는 단축키를 넣어주면 된다.) 이렇게! 결과 정리되지 않은 상태 ctrl + shift + f 를 눌러서 정리한 상태
echo "";
body ,html { background-image: url('./images/dfdf2.jpg'); background-repeat: no-repeat; background-position: left top; background-attachment: fixed; background-size: cover; } button { background-color: white; } /*input { background-color: white; } */ h3,h1,span,tr,th,thead,col,caption,td { color: white; } form { margin:0 auto; margin-top: 20px; margin-bottom: 20px; } button { -moz-box-shadow: 0p..
- Total
- Today
- Yesterday