码迷,mamicode.com
首页 >  
搜索关键字:versions    ( 882个结果
IDEA+JRebel实现全自动热部署
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安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
今天用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
k8s命令
``` 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
codeforces - 1249B2 Books Exchange (hard version)
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
k8s获取apiversion下面的对应可用资源
1 获取api命令 [注:以下命令的url地址http://127.0.0.1/为k8s master的地址] kubectl api versions 输出内容如下: apps/v1beta1 authentication.k8s.io/v1beta1 authorization.k8s.io/v ...
分类:Windows程序   时间:2020-02-05 23:45:21    阅读次数:274
彻底卸载
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] Use Yarn dlx to Execute Packages without Installing Them
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
k8s官方案例练习-使用 Redis 部署 PHP 留言板应用程序
[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
k8s 删除几种Terminating 状态的pod
删除 查看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
882条   上一页 1 ... 8 9 10 11 12 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!