原创 一起學Python吧~Day10

#!/bin/env python3 #-*- coding:utf8 -*- #學python3的第十天 """ ## OOP:面向對象編程 - 實現了數據屬性和行爲屬性的融合 - 類:具有相同屬性的對象集合 - 實例/對象

原创 一起學Python吧~Day03

#!/bin/env python3 #-*- coding:utf8 -*- #學python3的第三天 #python打開文件 #open默認以讀的方式打開,文件不存在則報錯 # f = open('/tmp/mima') #

原创 一起學Python吧~函數編程之釘釘機器人

#!/bin/env python3 #-*- coding:utf8 -*- #學Python3的第十三天 #paramiko模塊 # """pip安裝paramiko模塊 # #pip install paramiko # "

原创 一起學Python吧~Python3調用Ansible項目實戰

別問我爲什麼Terminal的命令也要用PyCharm來寫,一切都是爲了方便麪~ #!/bin/env python3 #-*- coding:utf8 -*- #學python3的第十四天(運維開發者工具) #Ansible批量

原创 一起學Python吧~Aansible批量部署與管理(自動化運維必備)

#!/bin/env python3 #-*- coding:utf8 -*- #學Python3的第十六天 #-----ansible----- """如果你鏈接遠程主機是個普通用戶,怎麼執行管理任務? #vim ansible

原创 一起學Python吧~基礎知識彙總

#!/bin/env python3 #-*- coding:utf8 -*- #知識點總結 #***************print x =3;y =4 #不推薦,還是應該寫成兩行 print('hello','world!'

原创 一起學Python吧~DevOps工程師必備技能

#!/bin/env python3 #-*- coding:utf8 -*- #學Python3的第十七天(CI/CD項目) #*****************Jenkins******************** """項目

原创 k8s簡介以及簡配

什麼是k8s Kubernetes的名字來自希臘語,意思是“舵手” 或 “領航員”。K8s是將8個字母“ubernete”替換爲“8”的縮寫。 K8S的創造者,是衆人皆知的行業巨頭——Google。 然而K8S並不是一件全新的發