* multipart/form-data 형식의 POST 요청 보내기
mongodump 로 dump, mongorestore 로 복구
install, useFactory, configService 로 비동기 설정, injection 등
타입스크립트에서 && 와 || 로 short-circuit evaluation 을 사용할 수 있다.
타입스크립트에서, 여러 key 를 가지고 key 에 value 가 존재하는 경우 index signature 를 사용할 수 있다.[key:T]:U 형식으로 표현한다.
Error: cyclic dependency detected 해결 과정
ElasticSearch ILM 을 통해 index 에 alias 를 거는 방법 외에, 직접 alias API 를 통해 index alias 를 생성하는 방법
create user '사용자ID'@'호스트명' identified by '패스워드';ex) create user 'test_user'@'localhost' identified by 'test_password';패스워드 변경SQL : SET PASSWORD FOR '사
fuzzy query 또는 fuzziness option 으로 유사한 값을 검색하기. Levenshtein edit distance 로 유사도 계산
/etc/synthetic.conf 파일을 설정하여 symlink 를 생성할 수 있다.
transaction collection 에 없는 user colleciton 가져오기
cache 가 아닌 message pattern 을 이용한 Redis pub/sub 관점에서의 구현
1) version=$(awk -F "=" '/database_version/ {print $2}' parameters.ini)이 경우엔 이름이 중복되는 경우는 걸러내지 못함2) stack overflow 1stack overflow 2