摘要: 1、部署主机 YN101-100.host.com(运维主机) 2、安装证书签发工具CFSSL:R1.2 #CFSSL wget "https://pkg.cfssl.org/R1.2/cfssl_linux-amd64" -O /usr/bin/cfssl #CFSSL-json wget "ht 阅读全文
posted @ 2020-02-21 22:56 kevin_ying 阅读(870) 评论(0) 推荐(0) 编辑
摘要: 1、设置静态ip和DNS 该教程使用虚拟机进行安装,安装前设置虚拟机静态ip和DNS。教程:虚拟机安装centos7教程 2、关闭防火墙 systemctl stop firewalld && systemctl disable firewalld 3、设置主机名 #hostname主机名自定义 h 阅读全文
posted @ 2020-02-21 22:41 kevin_ying 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: 服务规划 服务名称 主机名称 服务地址 服务说明 自建DNS系统 YN101-21.host.com 192.168.101.21 bind9 运维主机 YN101-100.host.com 192.168.101.100 docker+docker-compose+harbor+签发证书 Kube 阅读全文
posted @ 2020-02-21 22:40 kevin_ying 阅读(1441) 评论(0) 推荐(0) 编辑
摘要: 1、开源项目【commons+Gateway】 开源项目【commons】一 || 开发文档 2、项目源码地址 开源项目-commons 【Git地址】https://gitee.com/ying_kevin/commons 微服务-微信公众号 【Git地址】https://gitee.com/yi 阅读全文
posted @ 2020-02-21 22:39 kevin_ying 阅读(5571) 评论(0) 推荐(0) 编辑
摘要: 一、查询默认配置文件 nginx.conf配置 user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1 阅读全文
posted @ 2020-01-02 08:41 kevin_ying 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 一、代码演示 如果中途中断,可进行刷选过滤已拉取省份数据 /** * TODO * * @author kevin * @createTime 2019-11-18 19:37 */ @RestController public class CityController { @Autowired p 阅读全文
posted @ 2019-11-25 08:52 kevin_ying 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 一、切换数据源 git remote -v git remote remove origin git remote add origin http://git.egov-china.com/zhangkaichao/ApiAccept.git git remote add upstream http 阅读全文
posted @ 2019-11-12 18:01 kevin_ying 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 第一步:下载harbor二进制文件:https://github.com/goharbor/harbor/releases 第二步:安装 docker compose sudo curl -L https://github.com/docker/compose/releases/download/1 阅读全文
posted @ 2019-11-07 17:01 kevin_ying 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 一、如何通过 Java 打包文件 1.1 添加 Maven 依赖 <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.12</version> 阅读全文
posted @ 2019-11-05 18:49 kevin_ying 阅读(1534) 评论(0) 推荐(0) 编辑
摘要: mysql重点学习笔记 /* Windows服务 */ -- 启动MySQL net start mysql -- 创建Windows服务 sc create mysql binPath= mysqld_bin_path(注意:等号与值之间有空格) /* 连接与断开服务器 */ mysql -h 地 阅读全文
posted @ 2019-11-05 18:38 kevin_ying 阅读(246) 评论(0) 推荐(1) 编辑
//系列教程