python 基礎教程
python 基礎教程
python 簡介
python 環境搭建
python 中文編碼
python 基礎語法
python 變數型別
python 運算子
python 條件語句
python 迴圈語句
python while 迴圈語句
python for 迴圈語句
python 迴圈巢狀
python break 語句
python continue 語句
python pass 語句
python number(數字)
python 字串
python 列表(list)
python 元組
python 字典(dictionary)
python 日期和時間
python 函式
python 模組
python 檔案i/o
python file 方法
python 異常處理
python os 檔案/目錄方法
python 內建函式
python 物件導向
python 正規表示式
python cgi 程式設計
python mysql
python 網路程式設計
python smtp
python 多執行緒
python xml 解析
python gui 程式設計(tkinter)
python2.x與3.x版本區別
python ide
python json
python 100例
python 測驗
方便查詢使用~**菜鳥教程
mysql 基礎知識歸納
sql語言分類 ddl 資料庫定義語言 dml 資料庫操控語言 dql 資料庫查詢語言 dcl 資料庫控制語言 ddl 建立資料庫語法 create database 資料庫名 資料庫名要求 區分大小寫 唯一性不能使用關鍵字如 create select 不能使用數字和特殊符號 如 用單詞或者拼音即...
redis基礎知識歸納
string hash list set sortedset,還有hyperloglog,geo,pub sub。會引發的問題 大量的key過期時間設定過於集中時,過期時間點一到,redis可能會出現短暫的卡頓。嚴重情況下會出現快取雪崩。怎麼解決 一般在時間上加乙個隨機值,使過期時間分散些。造成快取...
SQL基礎知識歸納總結
sql基礎知識歸納總結,有需要的朋友可以參考下。1 sql語句主要分類 1 ddl data definition languages,資料定義語言,常用的語句關鍵字主要包括create drop alter等 2 dml data manipulation language,資料操作語句,常用的語...