網站開發基本教學
  • Introduction
  • 基本元素
  • Nginx (伺服器)
    • Config 基本配置
    • Regular Expression 正規化
  • Codeigniter (程式語言框架)
    • Config
    • Controller
    • View
    • Model
      • Question
    • Helper
    • MVC
  • MySQL
Powered by GitBook
On this page

Was this helpful?

基本元素

PreviousIntroductionNextNginx (伺服器)

Last updated 5 years ago

Was this helpful?

  1. 程式語言 PHP, Ruby..

    • 資料處理

    • 邏輯運算

  2. 資料庫 MySQL, PostgreSQL..

    • 永久資料儲存

  3. 快取伺服器 Redis, Memcache..

    • 運用在需要快速且暫時的儲存

  4. 伺服器 Apache, Nginx..

    • 裝載服務

unicloud