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

# 部屬 Django 到 Heroku # Create Heroku Application Register Your Heroku # in your dashbroad create new app and give your app app name(can not use Big alphabet) region # Install Heroku CLI # Install PostgreSQL Why we should install PostgreSQL why we cannot use sqlite3 1heroku ps:scale web=1 #...