Docker技术里最为基础的两大概念:镜像和容器。镜像的 获取方式:从registry拉取,从Dockerfile构建;容器的基本操作 1 Docker架构和底层技术简介 Docker Platform Docker提供了一个开发,打包,运行app的平台 把app和底层infrastructure隔 ...
分类:
其他好文 时间:
2018-11-07 22:09:45
阅读次数:
592
来源于https://blog.csdn.net/Stone_Chen177/article/details/52529809?utm_source=blogxgwz3 计算机基础知识清单 1、数据在计算机中如何存储与运算 数制(十、二、八、十六进制)及其之间的转换 数字、字符、汉字、多媒体数据是如 ...
分类:
其他好文 时间:
2018-10-29 16:14:27
阅读次数:
150
环境说明: 两台虚拟机,IP地址分别为:192.168.81.100和192.168.81.101 虚拟机系统为:CentOS 7.5 Redis为yum安装,版本为3.2 系统环境:关闭firewalld Redis Cluster集群节点包括:192.168.81.101机器的9000.9001 ...
分类:
其他好文 时间:
2018-10-23 00:08:03
阅读次数:
145
/* * 由SharpDevelop创建。 * 用户: Administrator * 日期: 2018/10/12 * 时间: 20:53 * * 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件 */ using System; namespace lianxi10{ enum Gam... ...
分类:
其他好文 时间:
2018-10-16 01:52:29
阅读次数:
190
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.AI; public class PlayerMove : MonoBehaviour { public Gam ...
分类:
移动开发 时间:
2018-10-14 19:20:17
阅读次数:
203
Given a sequence of integers as an array, determine whether it is possible to obtain a strictly increasing sequence by removing no more than one eleme ...
分类:
其他好文 时间:
2018-10-07 14:41:32
阅读次数:
308
Appium Log 清晰记录了所有的请求和结果 log [Appium] Welcome to Appium v1.8.1 [Appium] Appium REST http interface listener started on 0.0.0.0:4723 启动appium //启动appiu ...
分类:
移动开发 时间:
2018-10-06 16:45:48
阅读次数:
1109
Recursive sequence Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u HDU 5950 Description Farmer John likes to play mathematics gam ...
分类:
其他好文 时间:
2018-10-05 16:03:47
阅读次数:
135
Nim is a mathematical game of strategy in which two players take turns removing objects from distinct heaps. On each turn, a player must remove at lea ...
分类:
其他好文 时间:
2018-10-01 22:36:35
阅读次数:
225
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:
其他好文 时间:
2018-09-28 22:04:37
阅读次数:
177