Minio Docker安装部署 docker run-d-p 9000:9000 --name minio \-e "MINIO_ACCESS_KEY=admin" \-e "MINIO_SECRET_KEY=admin@minio" \-v /opt/minio/data:/data \-v /opt/minio/config:/root/.minio \minio/minio server /data
CentOS 7 增加root分区容量 CentOS 7默认分配给root 50G容量,其余的分配给home.查看分区大小:df -lh打算把home分区的容量分一部分给root,具体操作步骤如下:备份home分区 cp -r /home/ homebak 卸载【home】目录 umount /home/ 现在可以看到home分区不存在了 删除【home】所在的LVM逻辑卷 lvrem...
Docker运行Nexus3 Sonatype Nexus3 Docker: sonatype/nexus3A Dockerfile for Sonatype Nexus Repository Manager 3, based on CentOS.Contribution Guidlines Running Building the Nexus Repository Manager image Chef Solo...
CentOS7 Yum安装Nginx 1、首先添加一下nginx的官网yum源,命令如下:vim /etc/yum.repos.d/nginx.repo 进去加入以下内容,根据你自己的系统选择:CentOS:[nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/$releasever/$basearch/gpgcheck=0enabled=1...
MySQL创建用户与授权 MySQL创建用户与授权一. 创建用户命令:CREATE USER 'username'@'host' IDENTIFIED BY 'password';说明:username:你将创建的用户名 host:指定该用户在哪个主机上可以登陆,如果是本地用户可用localhost,如果想让该用户可以从任意远程主机登陆,可以使用通配符% password:该用户的登陆密码,密码可...
CentOS7 Yum安装Mysql A Quick Guide to Using the MySQL Yum RepositoryAbstractThe MySQL Yum repository provides RPM packages for installing the MySQL server, client, and other components on Linux platforms. The packages...
CentOS7 RPM安装JDK8 Installation of the 64-bit JDK on RPM-based Linux PlatformsThis procedure installs the Java Development Kit (JDK) for 64-bit RPM-based Linux platforms, such as Red Hat and SuSE, using an RPM binar...
CentOS7 Yum安装Docker Get Docker CE for CentOSEstimated reading time: 10 minutesTo get started with Docker CE on CentOS, make sure you meet the prerequisites, then install Docker.PrerequisitesDocker EE customersT...
CentOS7 Yum卸载open-jdk 查看CentOS自带JDK是否已安装 1 [root@test ~]# yum list installed |grep java 若有自带安装的JDK,应如下操作进行卸载CentOS系统自带Java环境 1 2 3 4 5 6 7 8 9 10 [r...
Eclipse maven插件,上传JAR到私服。 使用Eclipse的Maven插件上传JAR包到私服。1.打开Eclipse2.Run -> Run Configurations3.Maven Build -> New4.给个图片体会一下 备注:Base directory:存入要上传JAR包的目录User setting:Maven的配置文件,需要配置私服务的用户名与密码repositoryId:...
ExtJs CheckBoxGroup 更新所有子元素 function loadColumnPanel(combox) { jQuery.ajax({ type : 'post', url : workPath + '/target/doTargetGroup.do?method=loadColumnPanel', dataType : 'json', async : false, data : "id=" +...
ExtJs CheckBoxGroup 更新所有子元素 function loadColumnPanel(combox) { jQuery.ajax({ type : 'post', url : workPath + '/target/doTargetGroup.do?method=loadColumnPanel', dataType : 'json', async : false, data : "id=" +...