軟體架構模型 Architectural Pattern 當我們剛開始學習 軟體設計的時候 都會根據書本或是相關教學文章進行軟體架構設計,但事實上軟體設計不是死的,就像以往的Design Pattern需要根據系統需求來進行調整。 MVC Pattern 剛入門軟體設計最耳熟能祥的軟體架構模型,MVC Pattern在非常早期就出現了,當初由Trygve...

專案一秒起飛Cloud Run 功能Cloud Run Doc 圖片來源 Google Cloud Platform官網 也就是說你可以去讓你的 網站,後端,應用程式 去自動部屬 使用GCP前 建議裝個Goolge Cloud SDK 當然不裝的話也可以 在Web上點選也可以 Link Okay 開搞 Step 1. 建立GCP專案 朋朋們在此初體驗搞個免費方案就好啦,別亂刷卡喔 前面帳戶設置就不提供範例,想必大家都是順ㄅ 辦理完之後進到GCP Console 且點選GCP的專案下拉式選單 點選建立專案 Complete !! Step 2....

物件導向軟體工程-設計模型 參考資料 文章內容多數皆來自ianjustin39的文章與一些個人整理與補充原文連結 SOLID PricipleOOAD設計原則 SRP (Single Responsibility Principle)單一責任原則 A class as the method they do simalar thing (Highly relative) Help for Aggregation If seperate the will increase the number of class/interface OCP (Open Close...

系統分析與設計 Chapter 1DFD(Data Flow Diagram) raise on Process OrientedERD(Entity Relation Diagram) raise on data CenteredContext Diagram Structured Model(結構模型) Not Suitable on Complex Project(不適合在大型複雜的專案) Cannot go back to last phased(不能回到上一個步驟) suit on simple project(適合小型專案) Should complete clearly in...

部屬Django 到 Heroku Create Heroku ApplicationRegister Your Heroku in your dashbroad create new appand give your app app name(can not use Big alphabet) region Install Heroku CLI Install PostgreSQLWhy we should install PostgreSQLwhy we cannot use sqlite3 1heroku ps:scale web=1 Because Heroku not...