Spread, Rest and Destructuring assignment in JavaScript less than 1 minute readspread operator: ..., 展開東西 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator (只講解ES6的) ES6: array展開. e.g. array obj...
Github Pull Request Uses No Fast Forward Merge less than 1 minute readIt means it always uses git merge –no-ff So if you want to use fast-forward way, the steps of the solution is
Docker Notes less than 1 minute readDocker: 1.”docker-machine create” or “docker-machine ls; docker-machine start”, 2. docker-machine env default 3. eval “$(docker-machine env default)” htt...
Do Not Track Files Already In Remote Repos less than 1 minute readway1 http://oomusou.io/phpstorm/phpstorm-git-rm-idea/:
Use the description of Git Branch less than 1 minute readI notice that people can add some description to a Git Branch. From this article, http://bahmutov.calepin.co/git-branches-with-descriptions-really.html, ther...
The Benefit Of Process.nexttick less than 1 minute read to lower the memory usage due to the callback hell. to avoid blocking UI for a long time.
pthread_join and pthread_detach less than 1 minute readhttp://man7.org/linux/man-pages/man3/pthread_detach.3.html: