logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

args4j应用

gitHub地址官网地址

#java
matplotlib 修改字体属性 (旋转,类型,粗细,颜色,大小)

参考的这#一般字体统一用一个字典控制font={'family':'serif','style':'italic','weight':'normal','color':'red','size':16}plt.text(x,y,'text',fontdict=font)x=linspace(0,180,5)  改变字体te...

Keras model.fit()参数详解

fit(x=None, y=None, batch_size=None, epochs=1, verbose=1, callbacks=None, validation_split=0.0, validation_data=None, shuffle=True, class_weight=None, sample_weight=None, initial_epoch=0, steps_per_ep

url详解

# url详解:URL是Uniform Resource Locator的简写,统一资源定位符。一个URL由以下几部分组成:```pythonscheme://host:port/path/?query-string=xxx#anchor```* scheme:代表的是访问的协议,一般为http或者https以及ftp等。* host:主机名,域名,比如www.baidu.co...

java.util.concurrent.Executors详解

Class Executors APIFactory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package. This class supports the following k

#java
flask 第三方登录gitlab The redirect URI included is not valid.(已解决)

源码elif request.method == "POST": print('kkk') print(CALL_BACK) oauth = OAuth2Session(client_id=CLIENT_ID,client_secret=CLIENT_SECRET, redirect_uri=CALL_BACK, scope="api") uri, state = oauth.create_au.

network plugin is not ready: cni config uninitialized

sudo mkdir -p /opt/cni/bincd /opt/cni/bin然后接下来去下载相应的压缩包https://github.com/containernetworking/plugins/releases/tag/v0.8.6下载一个cni-plugins-linux-amd64-v0.8.6.tgz然后将其解压在/opt/cni/bin下就可以了。

helm install Error: timed out waiting for the condition

背景helm 安装jhub时超时lynx@n149-136-019:~/magellan_docker/magellan_k8s/k8s_dev/k8s_jhub$ helm upgrade --install jhub jupyterhub/jupyterhub \>--namespace jhub\>--version=0.9.0 \>--values k8s_config.

#k8s
K8S卸载并且重装的心酸历程

背景K8S证书过期了,然后不小心删除了个文件,然后就悲剧了报错总结root@n149-136-019:~# kubectl get nodeerror: no configuration has been provided, try setting KUBERNETES_MASTER environment variable卸载之后,重装sudo kubeadm init --kubernetes

k8s /etc/kubernetes/admin.conf permission denied

sudo chmod 666 /etc/kubernetes/admin.conf

暂无文章信息