전체 글 (28) 썸네일형 리스트형 CMD 단축키 C: , D: >> 드라이버 간 이동 dir >> 현재 폴더 하위 디렉토리 확인 mkdir >> 디렉토리 생성 touch >> 파일 생성 start >> 파일 실행 cd "~~" >> 디렉토리 간 이동("~~" 작성 중 tab 클릭 시 자동완성) cd ~ >> 최상위 디렉토리 이동 cd .. >> 상위 디렉토리 이동 cd - >> 되돌리기 (ctrl + z 와 동일한 기능) * cd는 change directory 의 줄임말 clear >> 콘솔 창 정리 ls -a >> 디렉토리 내 모든 파일 확인 rm >> 파일 삭제 파일 생성시 파일 명 앞에 . 넣기 >> 비공개 파일 생성 (ls -a로 확인 가능) [JS] JSON REST = xml reader JSON = javascript object notiation reader JSON Viewer Awesome This extension assist you to visualise JSON response from any website or API request in your browser. It introduces you with… chrome.google.com API Сurrent weather and forecast - OpenWeatherMap Dashboard and Agro API We provide satellite imagery, weather data and other agricultural services that are based on geodata. By using Agro API , you can easily power your solution based on this information. Dashboard is a visual service where you can easy openweathermap.org Postman | The Collaboration Platform for API Development Simplify workflows a.. [JS] Javascript 기본문법 Number() - 값을 숫자값으로 변환 [JS] Express 백엔드 구축 라이브러리. 1. 폴더 생성 2. html, js 파일 생성 3. hyper terminal 내 npm init 실행 4. 생성된 json(js object notation) 파일 내용 확인 5. 필요한 npm 프로그램 npm install " " 로 설치 (nodemon, express, ...) 6. hyper terminal 내 js 파일 실행 Express "Hello World" example Hello world example Embedded below is essentially the simplest Express app you can create. It is a single file app — not what you’d get if you use the Express gener.. [JS] Node NPM = nodemon 등 node 내에서 쓰이는 package, module 모아놓은 사이트 노드 문법 페이지(copyFileSync, appendFileSync 등) File System | Node.js v12.16.2 Documentation nodejs.org Mailchimp를 이용할 경우 http request 구문 이용 방법 HTTPS | Node.js v12.18.1 Documentation HTTPS# HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module. Class: https.Agent# An Agent object for HTTPS similar to http.Agen.. [JS] Jquery $("h1").addclass("~~") = h1태그에 클래스 추가 $("h1").removeclass("~~") = h1태그에 클래스 삭제 $("h1").hasclass("~~") = h1태그에 클래스 있는지 boolean 값 $("h1").text("~~") = h1태그에 text값을 ~~ 값으로 변경 $("h1").html("~~") = h1태그에 html값을 ~~ 값으로 변경 $("#a").attr("href", "~~"); = a id에 href 속성값을 ~~ 값으로 변경 $("h1").click(purplechange); function purplechange() { $("h1").css("color", "purple"); } = h1 클릭 시 css 내 color값 purple로 변경 $(".. [HTML] Emojipedia 이모티콘 및 이미지 https://emojipedia.org/ 📙 Emojipedia — 😃 Home of Emoji Meanings 💁👌🎍😍 emojipedia.org 이전 1 2 3 4 다음