在練習時做之前可以在終端機使用 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/12前唸完的計畫大失敗, 中間有看 Taker 的切版技巧,但遇到六日即可能會因約會打斷計畫, 已控制在兩周一次、一天半的約會還是會嚴重耽誤, 看來要把假日的時間預先抓出,不能放在計畫內。 這兩天沒有工作,公、私約會也較少,進度應可大躍進, 6/13 可以唸...