logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

41.python对excel添加多个超链接

import xlrdfrom xlutils.copy import copyimport xlwtrb = xlrd.open_workbook('linux.xlsx')wb = copy(rb)ws = wb.get_sheet(0)for i in range(2,159):ws.write(i,1,"=HYPERLINK(\"#sheet2!a{}\")\r".f...

18.k8s官方文档

kubectl run kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 --port=8080:The run command creates a new deployment. We need to provide the deployment name and app image locati..

19.k8s官方文档

kubectl get - list resourceskubectl describe - show detailed information about a resourcekubectl logs - print the logs from a container in a podkubectl exec - execute a command on a container in a ...

到底了