1.在idea安装jrebel时速度慢,可从官网上下载,在安装。 (1)网址:https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel-for-intellij/versions (2)下载后不用解压,按如下选择压缩包即可。 2.jreb ...
分类:
其他好文 时间:
2020-02-14 16:46:12
阅读次数:
380
今天用pip安装skimage时报错: 这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源 命令改为: pip install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 或者 p ...
分类:
编程语言 时间:
2020-02-11 09:24:45
阅读次数:
95
``` kubectl get pods -n kube-system -o wide/yaml/json kubectl get nodes kubectl get ns kubectl get deployment kubectl api-resources kubectl create nam... ...
分类:
其他好文 时间:
2020-02-07 23:56:42
阅读次数:
108
https://vjudge.net/problem/CodeForces-1249B2 题目描述: The only difference between easy and hard versions is constraints. There are nn kids, each of them ...
分类:
其他好文 时间:
2020-02-07 18:53:09
阅读次数:
87
1 获取api命令 [注:以下命令的url地址http://127.0.0.1/为k8s master的地址] kubectl api versions 输出内容如下: apps/v1beta1 authentication.k8s.io/v1beta1 authorization.k8s.io/v ...
1.彻底卸载python3.7 Python3安装之后,在系统中不同目录下存在各种依赖关系,下面我们一步一步来把python3.7 完全卸载,无残留。 1.1.python3版本查看 1 $ python3 --version 2 Python 3.7.1 1.2.删除Python 3.7 框架 1 ...
分类:
其他好文 时间:
2020-02-03 14:09:12
阅读次数:
89
yarn dlx can be used to run packages without installing them. This is useful for packages like create-react-app and gatsby that scaffold out apps for ...
分类:
其他好文 时间:
2020-01-27 23:39:30
阅读次数:
96
[root@master01 guestbook]# cat redis-master-deployment.yaml apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2 kind: Deployment metadata ...
分类:
Web程序 时间:
2020-01-22 19:59:25
阅读次数:
117
删除 查看Terminating 状态 [root@master01 dashboard]# kubectl get ns kubernetes-dashboard -o yamlapiVersion: v1kind: Namespacemetadata: annotations: kubectl. ...
分类:
其他好文 时间:
2020-01-21 18:04:59
阅读次数:
354
首先打开 Intellij IDEA 工具 , 右击flie 点击New 点击Projectxt, 1.选择 java Enterprise 在Additional Libraries Frameworks 下选择 web Appliction(4.0) ,选择后会出现 Versions:4.0 C ...
分类:
其他好文 时间:
2020-01-21 16:20:55
阅读次数:
83