码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
CentOS8 Jenkins 安装配置
下载war包 http://mirrors.jenkins.io/war-stable/latest/ 上传到服务器 开启服务 [root@localhost jenkins]# java -jar jenkins.war Running from: /opt/jenkins/jenkins.war ...
分类:其他好文   时间:2021-02-08 12:28:14    阅读次数:0
用Dockerfile来build原理和过程
> docker build -t harbor.xxxxx/xxxx:v1.0.1 -f docker/Dockerfile . Sending build context to Docker daemon 998.8MB Step 1/7 : FROM harbor.xxxxx/xxxxx_ba ...
分类:其他好文   时间:2021-02-01 12:46:27    阅读次数:0
docker 安装SqlServer2019
1.拉取 docker pull mcr.microsoft.com/mssql/server:2019-latest 2.查看镜像 docker images 3.配置密码启动容器,据说密码要配置的复杂一点 docker run -e ACCEPT_EULA=Y -e SA_PASSWORD=xx ...
分类:数据库   时间:2021-02-01 12:28:29    阅读次数:0
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
查看显卡驱动: nvidia-smi 报错: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is instal ...
分类:其他好文   时间:2021-01-27 12:52:58    阅读次数:0
SpringBoot项目从零搭建
SpringBoot项目从零搭建 0、工具和环境配置 工具和环境配置清单如下,给出了软件版本、安装教程、入门教程的链接,可以给读者提供关键线索,个别细节读者自行Google解决即可 0.1、工具 作用 名称 版本 备注 web服务器 Tomcat 版本管理 Git latest 代码开发工具 IDE ...
分类:编程语言   时间:2021-01-26 12:06:50    阅读次数:0
Gitlab与Sonarqube整合-代码提交自动检测
概述 系统环境与软件版本: docker 19.03.6 docker image: postgres:12 docker image: sonarqube:8.1-community docker image: gitlab/gitlab-ce:latest 实际版本(12.8.1) docker ...
分类:其他好文   时间:2021-01-25 10:41:47    阅读次数:0
docker安装 sonatype/nexus3私有maven仓库
一、使用docker安装sonatype/nexus3私有maven仓库简介 安装命令根据实际部署情况调整 版本地址:官方镜像主页 | 发布版Tags 最新版本命令: docker pull sonatype/nexus3:latest 指定版本命令: docker pull sonatype/ne ...
分类:其他好文   时间:2021-01-21 10:51:38    阅读次数:0
Ansible Linux commonly used moudle example
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:系统相关   时间:2021-01-19 12:09:17    阅读次数:0
celery
Celery 官网:http://www.celeryproject.org/ Celery 官方文档英文版:http://docs.celeryproject.org/en/latest/index.html Celery 官方文档中文版:http://docs.jinkan.org/docs/c ...
分类:其他好文   时间:2021-01-12 10:36:03    阅读次数:0
python工具——basemap
basemap基于GEOS的地图二维数据,其底图数据库与GMT相同,封装了大量常用的地图投影、坐标转换功能,利用简洁的Python语法支持绘出多种多样的地理地图 1.安装 基于geos的,先安装geos pip install geos https://www.lfd.uci.edu/~gohlke ...
分类:编程语言   时间:2021-01-08 10:31:42    阅读次数:0
1907条   上一页 1 ... 5 6 7 8 9 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!