Jasper Blog

千里之行,始於足下

Dokcer Learning - 2

Docker CLI

Introduce Docker Command Line

新竹五峰-蘇山藏美

初見蘇珊 2021春節連假是今年的第一露,與姊姊/姊夫/丞瑋(女友)/雋傑(女友)一起出發了! 雖然是好久不見的老熟人了,但在國中時都是一起露營

Angular Learning - 1

NgModule -1

Module Angular 中Module 為功能模組,用意為邏輯的處理 透過NgModule 實現模組化 通常根模組(Root Module) 會取名為 AppModule => app.module.ts Module 檔案結構 模組檔案通常可分為

Django - 5 Migrations

Models 的概念 建立一個可重複性使用,且明確的後端資料的存取/處理行為 實現DRY(Don’t repeat yourself) 在APP中建立一個新的Modle 修改setting.

Django - 4 Introduce django urls

Django URLs 說明 App在建立完成後,需要建立一個urls.py 並將使urls.py 引入到Web的專案中。 在此專案範例中,HelloWorld為網頁設