我電腦 Go 的版本是 1.13.4,參考 gorm 文件 Connecting to database 連接到資料庫的時候一直出現 invalid port when using sqlserver://username:password@localhost:1433?database=dbname 的錯誤,這個錯誤看起來就是連線字串格式錯誤。 今天就來筆記,我如何處理這問題。

Continue reading
  • page 1 of 1
Author's picture

Miles

I’m a person who is enthusiastic about Coding, and that’s my job by the way.


Web Developer


Taiwan
前言

預設的情況下,任何user都是可以瀏覽到route有對應到的網址,這並不是一個好的情況。 通常會有需要一些權限的控管。


[Angular] NgModule Decorator

Feb 13, 2017

前言

再深入講NgModule之前,要先說明App.Module的Decorator使用的一些原則。


[Angular] Dive into Angular Modules

Feb 14, 2017

前言

今天要說明如何整合多個Angular Module,讓程式碼職責跟清晰,更好維護。