본문 바로가기

분류 전체보기

(4535)
my sql binlog format enabled시키기 SET GLOBAL log_bin = ON; SET GLOBAL binlog_format = 'ROW';
MS SQL > PG 로 바꿀때 outer apply outer apply => LEFT JOIN LATERAL ON true SAMPLE : FROM A LEFT JOIN LATERAL ( SELECT CODE_NO CODE_NAME FROM B WHERE A.CODE_NO =B.CODE_NO ORDER BY A.CODE_NO LIMIT1 ) S8_1 ON true isnull => coalesce
docker image systemctl 되는 이미지 docker run \ --tty \ --privileged \ --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \ robertdebock/ubuntu
Redis Client GUI설치하기 https://github.com/ekvedaras/redis-gui/releases/tag/v2.2.1 (Redis GUI) Release v2.2.1 · ekvedaras/redis-gui Fix disappearing underscores #32. (0b52e42) Remove no longer existing methods 🤷 Someone with windows help 😀. (f49010e) Update dependencies github.com
Visual studio 2019 CodeLense사용 하기 도구 => 옵션 => 텍스트 편집기 => 모든언어 => CodeLens
Visual Studio 파일 확장명 설정 위의 편집기 선택하고 확장명 넣으면 됨
docker container 에서 commit하고 이미지 push하기 일단 주의할 점 실행되고 있는 container에 commit을 할때 docker hub에 repository이름이랑 맞춰준다. 난일단 mjg7822/ubuntu:with-docker 를 생성하고 commit할때도 'docker commit ubuntu 계정/ubuntu:with-docker' push할떄도 'docker push 계정/ubuntu:with-docker' 로 만들었다.
RAPID는 의사결정 방법론 Recommend : 어떤 의사결정을 제안하는 사람(발제자) Agree(or Diagree) : 이 의사결정을 동의하거나 반대하는 사람 Perform : 결정된 것을 실행할 사람. Input : 의사결정에 아이디어를 주는 사람. Decision : 최종적인 결정을 내리는 사람. (위의 RAPI에 포함되지 않는 딱 한 사람)