JavaScript中for of和for in的差別 - blog.typeart.cc
[筆記] 談談 JavaScript 中 for ... in 這個 function - pjchender.blogspot.com 這篇有提到 hasOwnProperty
2019年12月19日 星期四
2019年12月16日 星期一
2019年12月9日 星期一
[VS code] React extension包、 團隊推薦
2018 VS Code 設定大補帖與小技巧 - Ryan Hsu Medium
VS Code Extensions 推薦 - linyencheng.github.io
The Ultimate VSCode Setup for Front End/JS/React - Elad Ossadon Medium
VS Code Extensions 推薦 - linyencheng.github.io
The Ultimate VSCode Setup for Front End/JS/React - Elad Ossadon Medium
2019年12月1日 星期日
[Vue]畫面沒有隨資料更新
[那些關於 Vue 的小細節 ] 為什麼畫面沒有隨資料更新 - Vue 響應式原理(Reactivity) -pjchender.blogspot.com
這次做的專案有個圓餅圖,
使用 computed 來計算各個項目的比例,
但畫面並沒有隨著資料變動,猜想是此原因
這次做的專案有個圓餅圖,
使用 computed 來計算各個項目的比例,
但畫面並沒有隨著資料變動,猜想是此原因
[Vue] 兄弟間資料傳遞 event bus, vuex
VueJS 元件 (Component) 之間資料溝通傳遞的方式 -Kuro's Blog
EventBus & Vuex? -掘金 atheist1lv-1
Vue中的Event bus跟Router撞出新地雷 -medium.com/@ceall8650/
EventBus & Vuex? -掘金 atheist1lv-1
Vue中的Event bus跟Router撞出新地雷 -medium.com/@ceall8650/
[API/Axios] POST, PUT, PATCH
https://ihower.tw/blog/archives/6483 -ihower.tw/
[不是工程師] 休息(REST)式架構? 寧靜式(RESTful)的Web API是現在的潮流? -progressbar.tw/
常見的HTTP Method的不同性質分析:Get,Post和其他4種Method的差別 -chino.taipei/
POST 新增一筆
PUT 整個蓋過去的新增,視為修改
PATCH 部分修改
進行以上處理記得要把資料轉型:JSON.parse()
還有需不需要給 id key
Axios
使用Axios你的API都怎麼管理? - Mike 大神
axios 基本使用 & Config - it邦幫忙 RocMark
[不是工程師] 休息(REST)式架構? 寧靜式(RESTful)的Web API是現在的潮流? -progressbar.tw/
常見的HTTP Method的不同性質分析:Get,Post和其他4種Method的差別 -chino.taipei/
POST 新增一筆
PUT 整個蓋過去的新增,視為修改
PATCH 部分修改
進行以上處理記得要把資料轉型:JSON.parse()
還有需不需要給 id key
Axios
使用Axios你的API都怎麼管理? - Mike 大神
axios 基本使用 & Config - it邦幫忙 RocMark
2019年9月24日 星期二
2019年8月9日 星期五
[Vue] 在 parent-component 設定 scoped css 照常繼承給 child component
How to Target Child Components with Scoped CSS in Vue -Brian Ambielli
在要繼承的 .className 前加入 /deep/,
例如: /deep/ .my-btn{ }
https://vue-loader.vuejs.org/zh/guide/scoped-css.html#深度作用选择器
在要繼承的 .className 前加入 /deep/,
例如: /deep/ .my-btn{ }
https://vue-loader.vuejs.org/zh/guide/scoped-css.html#深度作用选择器
2019年8月6日 星期二
[Git/Vue/MEVN] 把 MEVN app 推到 Heroku 上
https://cli.vuejs.org/guide/deployment.html#heroku
排除git push heroku master時發生No such app - IT邦幫忙 wordsmith
$heroku git:remote -a <project-name> 可參考登入後專案 deploy 頁面
[Heroku] Getting Started with MongoDB and Node.js -http://blog.kenyang.net 中文 2014
How to deploy your Node.js / MongoDB app to the web, using Heroku -https://medium.com/@nicolaisafai 2019
Deploying Vue apps to heroku — the right way -medium Cristi Jora 2018
Trouble transferring from local to Heroku /w MongoDB -freecodecamp.org 2017
排除git push heroku master時發生No such app - IT邦幫忙 wordsmith
$heroku git:remote -a <project-name> 可參考登入後專案 deploy 頁面
[Heroku] Getting Started with MongoDB and Node.js -http://blog.kenyang.net 中文 2014
How to deploy your Node.js / MongoDB app to the web, using Heroku -https://medium.com/@nicolaisafai 2019
Deploying Vue apps to heroku — the right way -medium Cristi Jora 2018
Trouble transferring from local to Heroku /w MongoDB -freecodecamp.org 2017
訂閱:
文章 (Atom)
-
原來 Hoisting 也適用 function, 所以才會出現先有 function( ); 後面才宣告該 function 執行碼。 myFunction(5); function myFunction(y) { return y * y; } 但這...
-
趕在 6/12前唸完的計畫大失敗, 中間有看 Taker 的切版技巧,但遇到六日即可能會因約會打斷計畫, 已控制在兩周一次、一天半的約會還是會嚴重耽誤, 看來要把假日的時間預先抓出,不能放在計畫內。 這兩天沒有工作,公、私約會也較少,進度應可大躍進, 6/13 可以唸...