| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- UE5
- Props
- c++
- 비트연산
- Context
- DP
- event
- bit
- BinaryTree
- React
- treenode
- component
- route
- server
- priority_queue
- JSX
- MySQL
- state
- leetcode
- routes
- array
- queue
- Navigation
- node.js
- axios
- map
- Callback
- nodeJS
- count
- css
- Today
- Total
목록API (2)
우사미 코딩
이제 vs code 확장프로그램으로 api client를 설치하고 사용하려고 함 vs code extension에서 'rest client' 검색하고 설치 ㄱ - 만약 다음과 같은 서버오류가 발생한다면 package.json의 server를 초록색과 같이 바꾸기 "The connection was rejected. Either the requested service isn’t running on the requested server/port, the proxy settings in vscode are misconfigured, or a firewall is blocking requests. Details: RequestError: connect ECONNREFUSED 127.0.0.1:3001" "ser..
Axios는 Ajax같은 자바스크립트 라이브러리임 우리는 axios는 terminal에서 설치하면된다 프로젝트 경로로 들어가서 터미널에서 명령어 입력 npm install axios 설치하면 node_module 폴더에 추가되고 어쩌고저쩌고 warning 메세지가 뜨는데 앱은 실행됨 Unsplash API를 사용할건데 이건 파라미터로 단어 넘기면 이미지를 리턴해주는 라이브러리임 https://unsplash.com/documentation#location https://unsplash.com/documentation#search-photos Unsplash API Documentation | Free HD Photo API | Unsplash Getting started This document desc..