RESTful API 呼叫的方法中,離不開四個主軸 CRUD,CREATE、READ/RETREIVE、UPDATE 還有 DELETE。
而其中就有分是否為 Idempotent 的方法,甚麼意思呢?

甚麼是Idempotent(冪等)

A request method is considered “idempotent” if the intended effect on the server of multiple identical requests with that method is the same as the effect for a single such request.

more

使用 vuetify 元件時常有的狀況劇就是 - 標題的 UI 設計需要客製化,例如放上 fontawesome 的 icon,但你的元件是 vuetify 父元件(v-select),客製的對象是迴圈後的子元件(選單下的選項 v-selection),這時候要如何成功渲染 fontawesome 的 icon ?

more

git submodule

在部屬 hexo 部落格到雲端 github 時,發現主題下的 minos git status 呈現 untracked 的狀態,搜尋後才知道該主題是 clone 遠端下來的,自動會變成一個子模塊(submodule),對於習慣專案開發的我來說在客製化後不能同步實在很不方便,還是喜歡一整包放在同一個 repository 方便管理。

more

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×