Ctrl+a Move cursor to start of lineCtrl+e Move cursor to end of lineCtrl+b Move back one characterAlt+b Move back one wordCtrl+f Move forward one characterAlt+f Move forward one wordCtrl+d Delete current characterCtrl+w Cut the last wordCtrl+k Cut everything after the cursorAlt+d Cut word after the cursorAlt+w Cut word before the cursorCtrl+y Paste the last deleted commandCtrl+_ UndoCtrl+u Cut e..
nodejs에서 ORM으로 sequelize를 사용하고 있는데, 대량으로 update를 해야 되는데 bulkCreate는 있는데 bulkUpdate는 없다. 그럼 이를 어찌 해결 할까 했는데 이것도 역시 bulkCreate를 사용하면 된다. models.table.bulkCreate([ array ], {updateOnDuplicate: true}, ).then((result) => { return res.json(result); }).catch(err => { console.error(err); res.status(500).json(err); }); 중요한건 updateOnDuplicate: true 이 설정이다. 덧붙임) s0metimes님께서 댓글로 자세하게 설명을 해주셨습니다. 해당 내용 참고하시..
docker run -d -p 3306:3306 -e MYSQL-ROOT_PASSWORD=${MYSQL_ROOT_PASSROD} --name mocadev_mysql -v ~/data/mysql:/var/lib/mysql mysql -d Detached모드로 컨테이너를 백그라운드로 실행해준다.-p :로 사용하며 컨테이너의 포트를 호스트 포트로 노출 시키는 옵션-e 컨테이너 환경 변수 설정 위에서는 mysql의 root 패스워드를 설정해준다.--name 실행시킬 컨테이너 이름 설정-v :로 사용하며 컨테이너 디렉토리를 호스트와 공유해서 파일들을 호스트 디렉토리에 저장한다. docker-compose.ymlversion: '3.1'services: mysql: image: mysql:5.7 container..
git으로 버전관리를 하고 있는데 어느 순간부터 브랜치 체크아웃도 안되고 push도 안되면서 시뻘건 색으로 다음과 같은 에러만 알려줬다. Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processesare terminated then try again. If it still fails, a git processmay have crashed in this repository earlier:remove the file manually to continue. 해결 방법은 .git폴더 안에 있는 index.lock파일을 지워주면 된다.
뭘 이상한걸 설치해서 그런지 알 수 없는 이유로 맥에서 iterm을 실행하면 다음과 같은 에러가 발생했다. dyld: Library not loaded: /usr/local/opt/gdbm/lib/libgdbm.4.dylib Referenced from: /usr/local/bin/zsh Reason: image not found 해당 오류를 해결하기 위해서 zsh를 다시 설치해주면 된다. brew reinstall zsh && brew unlink zsh && brew link zsh
- Total
- Today
- Yesterday
- visutal studio
- java
- scp
- aws
- docker-compose
- vim
- 트래비스 슬랙 연동
- Mac
- Notion
- 트래비스 암호화
- 노션
- 쉘프로그래밍
- 구글캘린더공유
- test 연산자
- 공백문자
- Linux
- vs community
- nodejs
- namecheap
- Jenkins
- MySQL
- material dark
- 오프라인설치
- SSH
- 쉘스크립트
- git
- Docker
- Slack
- Bash
- Heroku
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |