일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- log_bin
- Webpack
- Effective Java 3/e
- 정규표현식
- upgrade
- Effective Java
- mysql 5.5
- Express
- spring cloud
- update
- current_date
- eslint
- regex
- java
- spring
- expire_logs_days
- nodejs
- MySQL
- REACTJS
- Node
- REACT
- npm
- migration
- Chunk
- git
- Spring Batch
- log4j2
- JavaScript
- Regular expression
- 퀵소트
- Today
- Total
목록update (3)
내 세상
NodeJS Package들을 최신 버전으로 업데이트 하기 package.json 파일에서 설정된 package를 최신버전으로 업데이트하는 방법 npm-check-updates 라는 모듈을 통해서 설치함. 해당 모듈은 package.json의 dependencies와 devDependencies에 기록되어 있는 패키지를 latest로 업데이트 시켜줌. 1. npm-check-updates 설치 npm install -g npm-check-updates 2. ncu를 사용한 업데이트 예정 항목 확인 ncu -u 3. nodejs package 최신 버전 업데이트 npm install

Linux NodeJS Version Upgrade 1. Node JS 버전 확인 node -v 2. npm 캐시 제거 npm cache clean -f cf) Windows 에서 실행시 아래와 같은 에러 확인할 수 있음 3. NodeJS 버전 관리 모듈 설치 1) Node.js 업데이트는 Node.js 버전 관리 모듈인 n을 사용해서 진행할 수 있음. npm install -g n 4. n 모듈을 사용한 Node.js 설치 n stable → stable 버전 설치 n lts → latest 버전 설치 n latest → latest 버전 설치 n 12.15.0 → 12.15.0 버전 설치 5. Node JS 버전 확인 후 설치 완료 Windows NodeJS Version Upgrade Windows..
http://smalldatum.blogspot.com/2017/06/sysbench-for-mysql-50-51-55-56-57-and-8.html Sysbench for MySQL 5.0, 5.1, 5.5, 5.6, 5.7 and 8 Update - the regression isn't as bad as I have been reporting. Read this post to understand why. After sharing results for in-memory s... smalldatum.blogspot.com https://dogcowking.tistory.com/74 MySql 5.1 to 5.6 Upgrade * 개요 - MySql 5.1 에서 5.6 으로 업그레이드 - 5.1 에서 만들..