码迷,mamicode.com
首页 >  
搜索关键字:git pull    ( 34830个结果
prometheus监控docker容器相关资源
监控docker容器相关资源 部署cadvirsor插件[root@node1 ~]docker pull google/cadvisor:latest[root@node1 ~]docker run -d \--volume=/:/rootfs:ro \--volume=/var/run:/var ...
分类:其他好文   时间:2021-04-13 12:00:39    阅读次数:0
Weblogic JNDI注入 RCE (CVE-2021-2109) 复现
#影响范围 Weblogic Server 10.3.6.0.0、12.1.3.0.0、12.2.1.3.0、12.2.1.4.0、14.1.1.0.0 #环境搭建 docker pull ismaleiva90/weblogic12 docker run -d -p 49163:7001 -p 4 ...
分类:Web程序   时间:2021-04-12 12:44:20    阅读次数:0
docker 搭建 nfs服务
docker 部署nfs ##拉取镜像 docker pull erichough/nfs-server ##创建挂载目录 mkdir -p /home/ap/nas_b ##modprobe Linux modprobe命令用于自动处理可载入模块。 modprobe可载入指定的个别模块,或是载入一 ...
分类:其他好文   时间:2021-04-12 11:50:49    阅读次数:0
idea中git出现问题,提交或拉取失败等异常时在IDEA中的解决方法
git出现问题时,将自己的代码全部替换成git库中的最新代码 ***在IDEA底部打开 terminal 输入语句 git fetch --all && git reset --hard origin/master && git pull ...
分类:其他好文   时间:2021-04-10 13:28:52    阅读次数:0
pylint代码静态检查
使用git-pylint-commit-hook工具 pre-commit脚本 配置文件放在仓库根目录/hooks下面 git-pylint-commit-hook --limit=9.0 --pylintrc=hooks/.pylintrc 配置 [BASIC] # Regular express ...
分类:其他好文   时间:2021-04-10 13:26:17    阅读次数:0
docker安装mysql并持久化
参考博客:https://blog.csdn.net/weixin_38657051/article/details/98596926 1. 拉取镜像: docker pull mysql:latest 2. 创建持久化文件夹 ## 创建mysql的数据持久化配置文件夹 sudo mkdir -p ...
分类:数据库   时间:2021-04-09 13:33:11    阅读次数:0
git拉取代码报错:Please make sure you have the correct access rights and the repository exists
参考链接:https://cloud.tencent.com/developer/article/1572090 目的:使用git工具、通过命令行拉取gitee远程仓库代码到本地。 报错信息:Please make sure you have the correct access rights an ...
分类:数据库   时间:2021-04-09 12:51:18    阅读次数:0
springboot注解@NotNull,@NotBlank,@Valid自动判定空值
搭建springboot项目,我们都是采用的Restful接口,那么问题来了,当前端调用接口或者是其他项目调用时,我们不能单一靠调用方来控制参数的准确性,自己也要对一些非空的值进行判定。 按照我们以往的做法,都是对request中的参数一个一个进行非空判定。 Model: public class ...
分类:编程语言   时间:2021-04-08 13:23:08    阅读次数:0
docker(部署nginx,tomcat、ES+Kibana)
部署nginx #1.先去查看仓库有没有镜像 root@fanwd-virtual-machine:/home# docker search nginx NAME DESCRIPTION STARS OFFICIAL AUTOMATED nginx Official build of Nginx. ...
分类:其他好文   时间:2021-04-08 13:07:20    阅读次数:0
Git下载和安装
下载 官网地址:https://git-scm.com/downloads 下载完成后,一路next,傻瓜式操作安装即可。 安装成功后,会出现三个git窗口。 Git GUI:是图形界面的Git,不建议初学者使用,尽量先熟悉常用命令。 Git CMD:WIndows命令行的风格 Git Bash:U ...
分类:其他好文   时间:2021-04-08 12:57:25    阅读次数:0
34830条   上一页 1 ... 31 32 33 34 35 ... 3483 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!