实验环境:三台centos7.5 172.26.0.10 master 172.26.0.12 node1 172.26.0.14 node2 一、Kubernetes搭建 1.在各个节点上面安装k8s组件 配置master为etcd和master节点: [root@master~]# yum in ...
分类:
其他好文 时间:
2020-03-05 20:49:37
阅读次数:
70
单个 Slot 在子组件内使用特殊的<slot>元素就可以为这个子组件添加一个 slot (插槽),在父组件模板里,插入在子组件标签内的所有内容将替代子组件的<slot>标签及它的内容.示例代码如下: <!DOCTYPE html> <html> <head> <meta charset="utf- ...
分类:
其他好文 时间:
2020-03-04 12:45:09
阅读次数:
81
注:参考菜鸟教程CentOS7 Docker安装 1、查看系统上启用的仓库列表,确保centos-extras库已启用(默认启用) yum repolist 2、卸载旧版本的Docker 3、安装所需软件包 4、设置稳定的仓库 5.1 安装最新版本的 Docker Engine-Community ...
分类:
其他好文 时间:
2020-03-04 11:17:54
阅读次数:
74
Docker 安装 # 1)安装依赖包 yum install -y yum-utils device-mapper-persistent-data lvm2 # 2)添加Docker软件包源(否则doker安装的不是新版本) yum-config-manager \ --add-repo \ ht ...
分类:
其他好文 时间:
2020-03-03 22:40:40
阅读次数:
101
https://www.cnblogs.com/fengxiaoliu/articles/11165375.html SourceTree 3.1.3 版本跳过bitbucket注册方法,而不是网上所谓的SourcetreeEnterprise跳过bitbucket注册方法。比网上其他要多一步. 1 ...
分类:
其他好文 时间:
2020-03-03 13:03:22
阅读次数:
89
剑指offer-37 序列化二叉树题目:思路:自己解答:这个有错误public class Solution { String Serialize(TreeNode root) { if(root == null) return "#!"; StringBuilder bd = new String... ...
分类:
其他好文 时间:
2020-03-02 01:12:37
阅读次数:
69
关于这道题,没有提示的话是做不了的 提示:hint,那么去试试在url里传个hint http://123.206.87.240:8002/flagphp/?hint=0 显示同一网页上的源码: <?php error_reporting(0); include_once("flag.php"); ...
分类:
Web程序 时间:
2020-03-02 00:35:20
阅读次数:
83
步骤一:下载ES压缩包 ElasticSearch分为Linux和Window版本,基于我们主要学习的是ElasticSearch的Java客户端的使用,所以我们课程中使用的是安装较为简便的Window版本,项目上线后,公司的运维人员会安装Linux版的ES供我们连接使用。 ElasticSearc ...
1.html页面引入需要的文件 <!-- ChartJS --> <script th:src="@{/bower_components/chart.js/Chart.js}"></script> <!-- AdminLTE dashboard demo (This is only for demo ...
分类:
其他好文 时间:
2020-03-01 19:39:38
阅读次数:
478
<?xml version='1.0' encoding='utf-8'?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the ...
分类:
其他好文 时间:
2020-03-01 10:52:42
阅读次数:
67