Estrella'sdevelopment blog

Frontend infoInformations about frontend

Server infoinformations about server

Database infoinformations about database

ETCNews that is related to software

Basic infobasic information about software

Searchsearch posts

I'm also on

Githubif you see my interests

Open Source Projects


30 September, 2018Node.js 와 express 사용하여 view page 보여주기(+ html)

Node.js 와 Express 프레임워크로 만든 웹서비스에서 뷰페이지를 보여주도록 설정해주면서 우여곡절을 겪으면서 render 메소드와 send메소드의 차이를 알게 되었다.


30 September, 2018리눅스 명령어

파일

## 복사
```shell cp (/option) 복사할 대상파일 파일이름/ 복사결과파일/디렉토리


04 June, 2018es6에서 추가된 const 와 let

엔드포인트(endpoint)란


13 April, 2018HTTP header의 content-disposition 설정

일반적인 HTTP 응답에서 Content-disposition 응답헤더의 defualt 설정은 inline이다.