171 月 2020 by Bryce 2 Comments GCP 架設VM中的samba server防火牆 Server, vps GCP上可以透過Compute Engine建立VM執行個體,但因為安全考量會預設不開啟任何Port,因此如果需要安裝samba server這類的東西,除了VM上本身安裝好外也需要另開啟PORT。 (閱讀全文...) Read More
0511 月 2019 by Bryce No Comments [PHP] Google Automl Tables API 取得dataset GOOGLE, PHP 最近gooogle api在取得response時,都會回傳一大包object,有時連手冊都沒有寫怎麼接這個object。 (閱讀全文...) Read More
137 月 2016 by Bryce No Comments Google Cloud Datastore Overview GOOGLE 與傳統關聯式資料庫的差異 與傳統資料庫比較,Google Cloud Datastore(以下簡稱 Datastore) 架構於分散式系統上,擁有高度的可延展性,在裡面存放的資料以 Entity 的形式存在。 以下有幾項重要的不同: Datastore 是以可... Read More
067 月 2015 by Bryce No Comments Laravel 使用gmail smtp發信 Laravel, 未分類 參考Kejyun大所寫的「在 Laravel 4使用gmail SMTP服務寄送Email」設定完後,執行寄信一直發生錯誤,錯誤訊德碼為: Expected response code 250 but got code "535", with message ... Read More