728x90 반응형 전체 글855 실기 시험 플랫폼 - 구름devth(https://devth.goorm.io/) - 온코더(https://www.oncoder.com/ground/r1KQacTxQ) - 프로그래머스(https://programmers.co.kr/learn/challenges) 2021. 6. 20. R 과 R-Studio 설치 - 우분투 20.04 기준 1. R https://cran.biodisk.org/ The Comprehensive R Archive Network cran.biodisk.org 다운로드 # update indices sudo apt update -qq # install two helper packages we need sudo apt install --no-install-recommends software-properties-common dirmngr # import the signing key (by Michael Rutter) for these repo sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084.. 2021. 6. 20. path variable, path parameter 클라이언트에서 보낸 값을 그대로 동일하게 보내는 예제. 마치 변수처럼 사용하는 것이다. app.get('/posts/:id',(req, res) => { res.send(req.params.id); }); 2021. 6. 17. json 응답 주는 예제 app.get('/post', (req, res) => { const dataFromDB = [ { userId: 1, id: 1, title: "sunt aut facere repellat provident occaecati excepturi optio reprehenderit", body: "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto" }, { userId: 1, id: 2, title: "qui est esse", body: "est rerum tempor.. 2021. 6. 17. 이전 1 ··· 187 188 189 190 191 192 193 ··· 214 다음 728x90 반응형