码迷,mamicode.com
首页 >  
搜索关键字:clean up    ( 10441个结果
Jenkins自动化部署操作步骤
1、安装JAVA环境 yum install -y java-1.8.0-openjdk 2、添加Jenkins repo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo r ...
分类:其他好文   时间:2021-06-02 18:28:12    阅读次数:0
eclipse 导出jar包的一种方式
导出之前要把项目提前编译build clean 和 maven build 导出的步骤: 1.选中项目,右键选择[Export] 2.选择[java]-[Runnable JAR file] 3.如果Lanch-configuration没有选项,那肯定是项目没有提前编译运行过 4.结果如下: 可能 ...
分类:编程语言   时间:2021-06-02 18:15:53    阅读次数:0
flutter run出现 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
1 今天flutter run出现下面这样的情况 > Task :prepareKotlinBuildScriptModel UP-TO-DATE Deprecated Gradle features were used in this build, making it incompatible w ...
分类:其他好文   时间:2021-06-02 16:39:14    阅读次数:0
关于Git上传项目报错error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
问题 今天用Git上传项目时,最后一步push时命令行报错 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly fat ...
分类:Web程序   时间:2021-06-02 16:10:05    阅读次数:0
aws - Default VPC and default subnets
Default VPC components When we create a default VPC, we do the following to set it up for you: Create a VPC with a size /16 IPv4 CIDR block (172.31.0. ...
分类:Web程序   时间:2021-06-02 15:47:16    阅读次数:0
docker - install
https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
分类:其他好文   时间:2021-06-02 15:16:09    阅读次数:0
npm install 报错 cb.apply is not a function
win + r 打开运行,输入%appdata% 删除npm和npm-cache文件夹 执行npm cache clean --force命令 此时应该就可以了,如果还不行,就执行卸载Node.js重新安装。 如果还是不行!! 换yarn 安装yarn npm install -g yarn yar ...
分类:移动开发   时间:2021-06-02 13:47:57    阅读次数:0
centos7默认安装没有连接网络
1、显示所有连接 [root@localhost ~]# nmcli con show 2、连接ens33网络 [root@localhost ~]# nmcli con up ens33 备注 这个ens33是通过第一步查到的 /etc/sysconfig/network-scripts目录下会有 ...
分类:其他好文   时间:2021-06-02 13:10:38    阅读次数:0
Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container...
关于k8s部署错误解决 错误信息 Warning FailedCreatePodSandBox 89s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox c ...
分类:数据库   时间:2021-05-24 14:33:36    阅读次数:0
Zabbix5之二:Zabbix监控项配置详解
首先在一台agent安装zabbix-agent rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm yum clean all yum -y install za ...
分类:其他好文   时间:2021-05-24 10:48:30    阅读次数:0
10441条   上一页 1 2 3 4 5 ... 1045 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!