django知識結構彙總如下:
知識點概述
安裝匯入方式參考學習
基礎安裝以及初識django專案開發
pycharm中建立django專案
django框架檢視cbv與fbv
django框架路由分發與路由表示式
django框架檢視cbv與fbv
django框架 模板語言及模板的使用
django資料獲取和檔案上傳
django框架 orm欄位和字段引數
django框架 orm增刪改查操作
django框架 ajax
應用單元
django通過動態傳參實現組合搜尋
jsonp跨域請求
html標籤的提取過濾
常用模組
加密模組 itsdangerous
pip install itsdangerous -i --trusted-host pypi.douban.com
用於資訊加密以及設定加密時間
任務佇列 celery
pip3 install celery -i
celery適用非同步處理問題,當傳送郵件、或者檔案上傳, 影象處理等等一些比較耗時的操作,我們可將其非同步執行,這樣使用者不需要等待很久,提高使用者體驗。
django-redis
pip3 install django-redis -i
Linux知識結構
1.掛載 系統目錄與硬碟分割槽建立聯絡的過程,稱為掛載。2.掛載點 與硬碟分割槽取得聯絡的目錄,稱為掛載點 3.掛載的型別 自動,手動 4.根目錄 linux系統只有乙個根目錄,名稱 斜槓 5.檔案佔據分割槽空間 會佔據其上邊與其挨著最近掛載點的分割槽 usr home etc var dev 建立...
memcache知識結構
memcached.exe memcached d install memcached d start memcached d stop restart memcached d install php對memcache的操作 new memcache set key,value,壓縮,有效期 add...
Spring Cloud 知識結構梳理
在spring cloud的保護傘下。我們將看看以下功能 使用spring cloud實現集中式微服務配置 配置伺服器 使用spring cloud bus跨配置同步配置 微服務例項 使用feign建立宣告性rest客戶端 使用ribbon實現客戶端負載平衡 使用eureka實現name伺服器 使用...