在練習時做之前可以在終端機使用 script 紀錄,方便練習後複習
Unix 基本指令: script 抓取 Terminal 顯示畫面, 存成檔案
刪除遠端 branch
git push origin :branchName
https://ihower.tw/git/remote.html#sec4
用 git prune 清理掉在 github 已經 deleted 的 local branch
六個常見問題
https://www.open-open.com/lib/view/open1366080269265.html
2019年5月28日 星期二
2019年5月14日 星期二
[MEVN] VueJS, Express and MongoDB tutorial
Full Stack Vue.js, Express & MongoDB [1] - Express API https://www.youtube.com/watch?v=j55fHUJqtyw -Traversy Media
https://vegibit.com/vue-js-express-tutorial/
https://www.techiediaries.com/vue-js-express-tutorial/
MEVN(Nuxt)
https://www.smashingmagazine.com/2020/02/music-manager-nuxtjs-expressjs/
https://www.ephemeron.top/2018/05/22/nuxt-express-mongodb-nodejs-kuang-jia-da-jian/
https://cnodejs.org/topic/589d1f428c475cf5794dacf3
https://vegibit.com/vue-js-express-tutorial/
https://www.techiediaries.com/vue-js-express-tutorial/
MEVN(Nuxt)
https://www.smashingmagazine.com/2020/02/music-manager-nuxtjs-expressjs/
https://www.ephemeron.top/2018/05/22/nuxt-express-mongodb-nodejs-kuang-jia-da-jian/
https://cnodejs.org/topic/589d1f428c475cf5794dacf3
訂閱:
文章 (Atom)
-
原來 Hoisting 也適用 function, 所以才會出現先有 function( ); 後面才宣告該 function 執行碼。 myFunction(5); function myFunction(y) { return y * y; } 但這...
-
趕在 6/2前閱畢,首次閱讀以blog紀錄來看花了 16天, 實際上因為在 5/17是先唸其他本書籍,所以應該更少, 暫時抓 13天,第二次整本複習因為也非只專門攻讀複習, 時間先抓7天,但可能是個大挑戰。 接著要唸的是 深入淺出JavaScript (2008/07初...