在練習時做之前可以在終端機使用 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)
-
jQuery第2天,進度達43%, 離預估的 7天( 6/8前)應可順利提前至( 6/6)達成。 目前還沒感受到其威力,只覺得是不是「檢查html碼的人」在使用? 不然其實都可以在html就簡單解決,何必多加上script標籤。 html/css整本複習改為搭配作品集進行...
-
2019.07.26 此文章發表時,使用 gulp 版數為 3.9.1,所以在專案資料夾安裝 gulp 時請使用:gulp@3.9.1; 或在 package.json 降為 "gulp": "^3.9.1",但有網友說在 Node v1...