01 2022 档案
摘要:pandas读取excel 地址列调用api,取出想要的数据重新生成拼装,生成新的数据并写入excel,多线程跑,需要保证不串行 import json import time import pandas as pd import requests from concurrent.futures i
阅读全文
摘要:location /lua { resolver 114.114.114.114; content_by_lua_block { local args,error = ngx.req.get_uri_args() local adcode = args['adcode'] local version
阅读全文
摘要:安装gpu驱动 此处生省略..... 对应版本 查看对应版本关系,这一步很重要,不然后续会报错 cpu版本 gpu版本 安装Bazel 参考官网:https://docs.bazel.build/versions/master/install-redhat.html#installing-menu
阅读全文
摘要:创建k8s admin 权限 minikube kubectl -- create serviceaccount admin -n kube-system minikube kubectl -- create clusterrolebinding cluster-admin --clusterrol
阅读全文