码迷,mamicode.com
首页 >  
搜索关键字:concepts    ( 369个结果
Basic Concepts 基本概念(二)
Basic Concepts Basic Concepts There are a few concepts that are core to Elasticsearch. Understanding these concepts from the outset will tremendously ...
分类:其他好文   时间:2019-01-14 20:07:38    阅读次数:210
系统架构的定义(与系统)-architecture
architecture?system? fundamental concepts or properties of a system in its environment embodied in its elements, relationships, and in the principles ...
分类:其他好文   时间:2019-01-10 19:58:28    阅读次数:112
docker swarm英文文档学习-2-关键概念
参考https://docs.docker.com/engine/swarm/key-concepts/ Swarm mode key concepts集群模式关键概念 本主题介绍Docker Engine 1.12集群管理和编配特性特有的一些概念。 What is a swarm? Docker引 ...
分类:其他好文   时间:2019-01-10 16:34:53    阅读次数:167
面向对象编程(OOP)思想小结
Concepts 类(class) :对我们要解决问题的抽象,比如建造房子的蓝图;但实现机制上来讲,类是 根据蓝图构建 而成的, 存储在内存中 的,用来 表示对象的数据 。 对象(object) :根据类构建的实体,比如根据蓝图造出来的房子;实现时,通常是 复制类的数据到新的内存空间 ,有可能需要改 ...
分类:其他好文   时间:2019-01-08 00:58:20    阅读次数:153
《四》Volume & PersistentVolume
Volume由于pod销毁后,导致数据也会销毁,就得用到Volume参考文档:https://kubernetes.io/docs/concepts/storage/volumes/emptyDir创建一个空卷,挂载到Pod中的容器。Pod删除该卷也会被删除。应用场景:Pod中容器之间数据共享通过-c指定哪个容器kubectllogs-creadmy-podhostPath共享宿主机目录,pod分
分类:其他好文   时间:2018-12-21 12:56:33    阅读次数:225
Basic concepts in elastic search
https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-concepts.html There are a few concepts that are core to Elasticsearch. ...
分类:其他好文   时间:2018-12-17 14:37:55    阅读次数:157
Linux kernel buffer ring
参考:What are the concepts of “kernel ring buffer”, “user level”, “log level”? Ring Buffer 原始问题 个人补充:runlevel是指SysV中用于确定OS运行环境的一种技术。不过在CentOS 7.X以后就被淘汰了 ...
分类:系统相关   时间:2018-12-13 01:10:12    阅读次数:244
read appSettings in configuration file by XElement with xmlns
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-write-queries-on-xml-in-namespaces ...
分类:移动开发   时间:2018-12-04 18:54:07    阅读次数:213
WEEK 1
WEEK 1 Introduction Welcome to Machine Learning! In this module, we introduce the core idea of teaching a computer to learn concepts using data—withou ...
分类:其他好文   时间:2018-12-03 15:38:24    阅读次数:106
Rancher + k8s + docker 部署资料
一、k8s 文档: https://jimmysong.io/kubernetes-handbook/concepts/deployment.html 命令行大全 https://kubernetes.io/docs/reference/generated/kubectl/kubectl-comma ...
分类:其他好文   时间:2018-11-29 22:29:56    阅读次数:428
369条   上一页 1 ... 7 8 9 10 11 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!