Archive for required library: 'C:/Users/Administrator/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.7.3/hadoop-hdfs-2.7.3.jar' in project 'MyMapReduc ...
分类:
其他好文 时间:
2019-12-15 12:59:51
阅读次数:
119
1. 安装ESS有两种方法可以安装,一种是直接使用系统自带的包安装系统,比如yum:# yum install emacs-ess但是,有时可能不是ESS最新版本。所以,推荐第二种方法,使用Emacs自带的包系统,方便、更新及时,设置方法参考,安装ess包。2. 使用ESS 进入GNU Emacs界... ...
分类:
系统相关 时间:
2019-12-14 10:22:08
阅读次数:
138
1 安装nginx sudo apt-get update sudo apt-get install nginx 配置文件 /etc/nginx/nginx.conf 2 安装redis sudo add-apt-repository universe sudo apt-get update sud ...
分类:
Web程序 时间:
2019-12-14 09:37:25
阅读次数:
378
1 查找 Docker Hub 上的 nginx 镜像 docker search nginx 2 这里我们拉取官方的镜像 docker pull nginx 3 等待下载完成后,我们就可以在本地镜像列表里查到 REPOSITORY 为 nginx 的镜像。 docker images nginx ...
分类:
其他好文 时间:
2019-12-14 09:16:10
阅读次数:
86
一、git的本地操作 1、git的基本原理 解析:workspace是工作区,index是暂存区,local repository是本地仓库,remote repository是远程区。 a、增加代码之后,会将新增的代码保存在index区域,然后commit之后上传到本地仓库local reposi ...
分类:
其他好文 时间:
2019-12-13 21:47:32
阅读次数:
85
vendors 来源——https://www.docker.com/products/docker-hub Share and Collaborate with Docker Hub Docker Hub is the world’s largest repository of container ...
分类:
其他好文 时间:
2019-12-13 13:58:37
阅读次数:
73
来源——https://www.docker.com/products/docker-hub 回到顶部 Share and Collaborate with Docker Hub Docker Hub is the world’s largest repository of container im ...
分类:
其他好文 时间:
2019-12-13 13:37:00
阅读次数:
141
No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call 遇到这种问题,应该是你的controller层直接调用了Repository的删 ...
分类:
其他好文 时间:
2019-12-12 18:18:20
阅读次数:
102
ocker的整个生命周期有三部分组成:镜像(image)+容器(container)+仓库(repository); 如下图所示,容器是由镜像实例化而来,这和我们学习的面向对象的概念十分相似,我们可以把镜像看作类,把容器看作类实例化后的对象。 也可以说镜像是文件, 容器是进程。 容器是基于镜像创建的 ...
分类:
其他好文 时间:
2019-12-12 12:53:22
阅读次数:
108
先更新 yum yum update 安装 相关包 yum install -y yum-utils device-mapper-persistent-data lvm2 设置 yum源(阿里) yum-config-manager --add-repo http://mirrors.aliyun. ...
分类:
其他好文 时间:
2019-12-11 23:17:34
阅读次数:
113