JSON.stringify(
                                {
                                    'result' :
                                    {
                                        code : 'success',
                                        message : "OK",
                                        headers : headers,
                                        items : items
                                    }
                                }
                            ,null,4)


'javascript' 카테고리의 다른 글

더미 데이타 만들기  (0) 2017.09.13
tableToExcel  (0) 2017.08.18
promise  (0) 2017.03.12
json data roop  (0) 2012.02.29
DOM  (0) 2012.02.17
1. nvm 설치

  • curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash


2. nvm install v8.9.1

3. nvm use v8.9.1




'nodejs' 카테고리의 다른 글

pm2 로그보기  (0) 2018.02.26
pm2  (0) 2018.02.22
KILL PID  (0) 2017.11.15
node 죽이기  (0) 2017.10.03
ejs  (0) 2017.09.28

윈도우에서 


pm2 start start.js


taskkill /f /pid 13076

'nodejs' 카테고리의 다른 글

pm2  (0) 2018.02.22
우분투 node 설치  (0) 2017.11.17
node 죽이기  (0) 2017.10.03
ejs  (0) 2017.09.28
async  (0) 2017.09.20

일반계정 => root 계정


su sudo


root 계정 => 사용자계정


su - bitnami

'Linux' 카테고리의 다른 글

iwinV 포트 경로  (0) 2018.03.28
포트 변경  (0) 2017.12.12
history 검색  (0) 2017.03.28
vim  (0) 2017.03.23
grep  (0) 2017.03.22


git config credential.helper store

또는

git config --global credential.helper store

'git' 카테고리의 다른 글

merge tool  (0) 2018.08.08
branch  (0) 2018.08.07
실행순서  (0) 2018.08.07
git config 계정설정  (0) 2017.11.06
repository not found  (0) 2017.11.06
$ git config --global user.name "sonagisw"
$ git config --global user.email tnsdnjs@gmail.com

프로젝트 마다 다른 Email을 사용하고 싶으면 --global 옵션을 제거하면 된다.



'git' 카테고리의 다른 글

merge tool  (0) 2018.08.08
branch  (0) 2018.08.07
실행순서  (0) 2018.08.07
git password 저장  (0) 2017.11.06
repository not found  (0) 2017.11.06

git credential-manager uninstall


git credential-manager install

'git' 카테고리의 다른 글

merge tool  (0) 2018.08.08
branch  (0) 2018.08.07
실행순서  (0) 2018.08.07
git password 저장  (0) 2017.11.06
git config 계정설정  (0) 2017.11.06

+ Recent posts