• 首页
  • Docker
    • Docker
    • Compose
    • Swarm
  • Shell
  • Kubernetes
  • Monitor
    • Zabbix
    • Prometheus
  • Python
  • Go
  • Mysql
  • Other
  • 文章归档
  • 首页
  • Docker
    • Docker
    • Compose
    • Swarm
  • Shell
  • Kubernetes
  • Monitor
    • Zabbix
    • Prometheus
  • Python
  • Go
  • Mysql
  • Other
  • 文章归档
标签:Python

Python

python 猜大小小程序

import randomcoins = 0if coins < 5: print("金币不足请充值再玩!") while

发布于 · 2021-10-07 · #Python  

python 实现三级菜单

info = { "广州":{"海珠":["江南西","昌岗东"],&qu

发布于 · 2021-10-07 · #Python  

python 实现购买商品小程序

list = [("iphone",10000),("mac",12000),("bike",800

发布于 · 2021-10-07 · #Python  

python一些基础杂项

#转bytes(二进制)msg = "我爱广州"print(msg.encode('utf-8').decode('utf-8'))#以ut

发布于 · 2021-10-07 · #Python  

python简单的循环应用

number = 100count = 0while count < 3: num = int(input("num:"))

发布于 · 2021-10-06 · #Python  

python几种占位符用法

name = input("name")age = int(input("age"))job = input("

发布于 · 2021-10-06 · #Python  

粤ICP备2021135149号-1

Copyright © 2025 路边只狗的博客

Powered by Halo • Theme by Subtle Galaxy • REFERENCE FROM 寒山

本站运行:

感谢位小伙伴的 次访问

Back to the top
最新文章
docker docker常用命令

docker常用命令

shell 查看所有用户计划任务

以root用户运行cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}

kubernetes PV、PVC卷模板

apiVersion: v1kind: PersistentVolumemetadata:name: pv01spec:capacity:storage: 5G

kubernets kubens工具

curl -L https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubens -o /bi

shell 统计访问IP和总和并排序

awk '{ip[$1]+=1;} END {for(i in ip){print ip[i]" "i;}}' /var/log/httpd

分类
Monitor monitor
Docker docker
Other other
Swarm swarm
Compose compose
标签
Prometheus prometheus
Others others
Swarm swarm
Compose compose
Docker docker
Other other
Go go
Zabbix zabbix
Python python
Mysql mysql
Kubernetes kubernetes
Shell shell