Java程序部署tomcat时pom.xml和main方法基本配置
摘要:pom.xml <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @
2020-04-30 10:36
田坤坤
阅读(1287)
推荐(0) 编辑
centos7 Ftp操作
摘要:1、安装ftp yum -y install ftp 2、搭建windows Ftp服务器 3、连接windows Ftp服务器 ftp IP port 例如:ftp 198.168.2.56 9999 4、输入用户名:tkk 5、输入密码: 出现上面的就代表连接成功了。 6、输入help回车会看到
阅读全文
posted @
2020-04-27 16:13
田坤坤
阅读(2121)
推荐(0) 编辑
centos7手动搭建redis集群
摘要:1、先安装redis yum y install redis 2、进入usr/local cd /usr/local 3、创建文件夹redis-cluster mkdir redis-cluster 4、进入redis-cluster并建立六个文件夹7001,7002,7003,8001,8002,
阅读全文
posted @
2020-04-26 18:43
田坤坤
阅读(401)
推荐(0) 编辑
Xshell突破四个窗口限制
摘要:链接:https://pan.baidu.com/s/16AWKCgtn32-rT_xR72geXQ 提取码:usv4 破解方法 先卸载系统中已经安装的xshell与xftp 然后安装xshell 再安装xshell plus,即可破除个人版四个窗口限制 qq讨论群
阅读全文
posted @
2020-04-26 16:23
田坤坤
阅读(2375)
推荐(0) 编辑
Redis官方集群规范
摘要:Redis集群规范 欢迎使用Redis集群规范。在这里,您将找到有关Redis Cluster的算法和设计原理的信息。本文档正在进行中,因为它与Redis的实际实施持续同步。 设计的主要属性和原理 Redis集群目标 Redis Cluster是Redis的分布式实现,其在设计中的重要性顺序为以下目
阅读全文
posted @
2020-04-24 16:30
田坤坤
阅读(310)
推荐(0) 编辑
Redis官方集群教程
摘要:Redis集群教程 本文档是对Redis Cluster的简要介绍,其中没有使用难以理解的分布式系统概念。它提供了有关如何设置集群,测试和操作集群的说明,而没有涉及Redis集群规范中涵盖的细节,而只是从用户的角度描述了系统的行为。 但是,本教程尝试从最终用户的角度提供有关Redis Cluster
阅读全文
posted @
2020-04-24 16:28
田坤坤
阅读(316)
推荐(0) 编辑
centos7 更新阿里YUM源
摘要:1.安装base reop源 cd /etc/yum.repos.d 接着备份旧的配置文件 mv CentOS-Base.repo CentOS-Base.repo.bak 下载阿里源的文件 wget -O CentOS-Base.repo http://mirrors.aliyun.com/rep
阅读全文
posted @
2020-04-23 17:45
田坤坤
阅读(286)
推荐(0) 编辑
gitlab配置ssh
摘要:https://www.cnblogs.com/mingyue5826/p/10762673.html
阅读全文
posted @
2020-04-16 20:18
田坤坤
阅读(135)
推荐(0) 编辑
Centos7安装GitLab
摘要:1、首先按官网提示先安装依赖,然后执行下面命令添加yum源,选择gitlab-ce社区版curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash2、更新本地y
阅读全文
posted @
2020-04-16 18:52
田坤坤
阅读(206)
推荐(0) 编辑
Centos7下载
摘要:CentOS 7镜像下载 官网下载链接:http://isoredirect.centos.org/centos/7/isos/x86_64/ step1: 进入下载页,选择阿里云站点进行下载 Actual Country 国内资源 Nearby Countries 周边国家资源 阿里云站点:htt
阅读全文
posted @
2020-04-07 15:08
田坤坤
阅读(357)
推荐(0) 编辑