목록Scrap (17)
without haste but without rest
https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Contents/Resources/Documents/index Oh-My-Zsh Git Cheat Sheet - Kapeli gau git add --update (Also: "git add -u") gbda git branch --no-color --merged | command grep -vE "^(+|*|\s*($(git_main_branch)|development|develop|devel|dev)\s*$)" | command xargs -n 1 git branch -d gbnm gc! gca! gcan! git commit -v -a --no-edit --amend gc kapeli.com
Removing Docker Images | Baeldung Learn several different techniques for removing Docker images. www.baeldung.com docker rmi -f $(docker images -aq)
Running Redash on M1 Mac on Docker Bit of a pain in the ass stephanmeijer.com 도커 컨테이너 이미지를 arm64에서 linux/AMD64으로 애뮬레이트할 때 inotify가 정상적으로 작동하지 않아서 발생하는 에러다.
Difference between WSGI and ASGI ? This is a short story which will give you an idea about what is WSGI and ASGI. medium.com
https://stackoverflow.com/questions/17236796/how-to-remove-old-docker-containers How to remove old Docker containers This question is related to Should I be concerned about excess, non-running, Docker containers?. I'm wondering how to remove old containers. The docker rm 3e552code34a lets you remove a single one... stackoverflow.com
공통적으로 라지한 데이터셋을 나누는 것은 동일하다. Shard: subset을 여러대의 컴퓨터에 분산 처리함 Partition: subset grouping at single db instance Sharding Sharding is the practice of optimizing database systems by separating the rows or columns of a larger database table into multiple smaller tables (shards). hazelcast.com
How do I rename a local Git branch? I don't want to rename a remote branch, as described in Rename master branch for both local and remote Git repositories. How can I rename a local branch which hasn't been pushed to a remote reposit... stackoverflow.com git branch -m
https://ko.wikipedia.org/wiki/%EC%9D%98%EC%A1%B4%EC%84%B1_%EC%A3%BC%EC%9E%85 의존성 주입 - 위키백과, 우리 모두의 백과사전 소프트웨어 엔지니어링에서 의존성 주입(dependency injection)은 하나의 객체가 다른 객체의 의존성을 제공하는 테크닉이다. "의존성"은 예를 들어 서비스로 사용할 수 있는 객체이다. 클라이언트가 ko.wikipedia.org 클라이언트가 어떤 서비스를 사용할 것인지 능동적으로 지정하는 것이 아니라, 클라이언트가 무슨 서비스를 사용할 것인지를 강제로 쥐어주는 것