拉取镜像,docker pull jiftle/dev-env:latest README Intr Dev-Env is Develop Envir with vim & emacs, golang & node. It soupport x11 gui apps, contain gvim ,e ...
分类:
系统相关 时间:
2020-05-31 12:52:46
阅读次数:
81
系统环境:centos 7 安装docker: 1. 卸载旧版本。由于第一次安装docker,无需卸载旧版本。如果有旧版本,使用以下命令卸载: sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common ...
分类:
其他好文 时间:
2020-05-31 00:46:54
阅读次数:
81
虚拟机使用net连接模式1Download and unzip the latest Elasticsearch distribution 2Run bin/elasticsearch on Unix or bin\elasticsearch.bat on Windows 3Run curl -X ...
分类:
其他好文 时间:
2020-05-30 15:46:01
阅读次数:
109
docker容器把资源抽象成对象;作为客户端,docker这个命令其实就是在对这些抽象出来的资源对象做增删查改的操作;docker的API是RESTful风格的API,所以它支持类似像http协议里的GET、POST、PUT、DELETE等操作;RESTful风格的API有这样的特点;1、每一个U... ...
分类:
其他好文 时间:
2020-05-30 09:14:27
阅读次数:
103
am335x uboot guide http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_U-Boot.html#u-boot-user-s-guide am335x ...
分类:
其他好文 时间:
2020-05-29 17:52:56
阅读次数:
63
解决: 下载网址 https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 下载: 自己选择下载相应的 ...
分类:
其他好文 时间:
2020-05-29 09:40:56
阅读次数:
226
虽然自从leftpad事件之后,NPM取消了npm unpublish和npm publish -f操作,但是我们错误地把测试版发布成正式版之后,不要惊慌,要稳住,因为我们能赢。 概念 首先介绍几个概念: version 作为开发者,版本号肯定不陌生,发布到npm后,每一个版本号都对应了其资源文件, ...
分类:
其他好文 时间:
2020-05-29 09:31:35
阅读次数:
81
资料 网址 官方搜索页(搜索比较方便) https://flask-restplus.readthedocs.io/en/latest/search.html 官方文档 https://flask-restplus.readthedocs.io/en/latest/index.html github ...
分类:
其他好文 时间:
2020-05-28 21:35:39
阅读次数:
95
cartographer为Google提供的激光SLAM开源库,通常通过其提供的ROS平台封装进行使用,该库结构清晰,模块完整,值得深入研究。 项目官网:https://google-cartographer.readthedocs.io/en/latest/ 项目Github:https://gi ...
分类:
其他好文 时间:
2020-05-28 01:03:04
阅读次数:
126
push镜像:docker ==> harbor 首先,在harbor上必须要有自己的项目 1)从docker hub上拉取一个项目 docker pull nginx 2)修改该项目tag docker tag nginx:latest harbor.cn/library/nginx:latest ...
分类:
其他好文 时间:
2020-05-26 22:16:21
阅读次数:
119