協(xié)程 又叫微線程,纖程python 對協(xié)程的實(shí)現(xiàn)是通過generator實(shí)現(xiàn)的 生成器-含有yield 有函數(shù)-生成器啟動不會像函數(shù)一樣馬上執(zhí)行...
Author: zhuoda '''TCP 服務(wù)'''import sockettcpSvr =socket.socket() #1創(chuàng)建sock...
!/usr/bin/env python -- coding:utf-8 -- Author:Jarry 1.傳輸模型1.概念OSI模型就是個(gè)概...
1.json模塊json數(shù)據(jù) 就是遵循一種格式的數(shù)據(jù)形导。文本數(shù)據(jù)json數(shù)據(jù)就是個(gè)字符串 可以表示 python中的數(shù)據(jù) 2.base64模塊-用...
-昨天的作業(yè)-hash應(yīng)用盐碱,用戶名和密碼password md5 -》數(shù)據(jù)庫中md5 是單向加密饵骨,不可能解開碰撞荣恐, 加鹽 (鹽相對固定)黑客沟蔑,注...
loggin 模塊 學(xué)習(xí) logging用法 初始化 logger = logging.getLogger(“name") 設(shè)置級別 logge...
dt = date(2018,8,6) print(dt , type(dt)) # 2018-08-06 <class 'datetime.d...
print(os.name) #顯示 系統(tǒng)版本 NT:windows posix :linux unix.path = os.get...
JSON 常用的前后臺數(shù)據(jù)交互格式一 json 數(shù)據(jù) 就是遵循一種格式的數(shù)據(jù).文本數(shù)據(jù)json數(shù)據(jù)就是個(gè)字符串 可以表示 python中的數(shù)據(jù)...