码迷,mamicode.com
首页 >  
搜索关键字:containers    ( 468个结果
ExtJS笔记4 容器与布局(Layouts and Containers)
The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ...
分类:Web程序   时间:2015-02-04 10:50:09    阅读次数:280
Docker实践
一、Docker是什么 docker直译为码头工人。当它成为一种技术时,做的也是码头工人的事。官网是这样描述它的:“Docker是一个开发的平台,用来为开发者和系统管理员构建、发布和运行分布式应用。”也就是说,如果把你的应用比喻为货物,那么码头工人(Docker)就会迅速的用集装箱将它们装上船。快速、简单而有效率。 它是用Go语言写的,是程序运行的“容器”(Linux containers),实现了应用级别的隔离(沙箱)。多个容器运行时互补影响,安全而稳定。 ...
分类:其他好文   时间:2015-02-03 19:31:29    阅读次数:513
Associative Containers
Notes from C++ PrimerAssociative containers differ in fundamental respect from the sequential containers: elements in associative containers are store...
分类:其他好文   时间:2015-02-02 12:30:18    阅读次数:125
浅析STL 谓词 + 仿函数 + 函数指针(c)
一:起因 (0)提到C++ STL,首先被人想到的是它的三大组件:Containers(容器), Iterators(迭代器), Algorithms(算法)。容器为用户提供了常用的数据结构(如,vector,list,deque,stack,map,multimap,set,multiset,外加string),算法大多是独立于容器的常用的基本算法(一般在algorithm头文件中,其中sor...
分类:其他好文   时间:2015-01-30 21:07:01    阅读次数:248
docker 基本概念
image 操作系统 应用registeries image 的远程仓库containers 类似一个目录,一个容器包含了 应用运行所需要的一切东西, 容器之间互相独立 image包换一系列的层,使用Union file systems把这些层组合在一起,对im...
分类:其他好文   时间:2015-01-17 12:32:33    阅读次数:193
View Controller Relationships
Parent-child relationshipsParent-child relationships are formed when using view controller containers. Examples of viewcontroller containers are UINav...
分类:其他好文   时间:2014-12-16 16:37:37    阅读次数:98
c++
vectorVectors are sequence containers representing arrays that can change in size.Just like arrays, vectors use contiguous storage locations for their...
分类:编程语言   时间:2014-12-13 13:20:52    阅读次数:367
A different twist on pre-compiling JSPs--reference
I’ve blogged about this topic earlier and expressed my frustrations as to how web containers don’t provide good support for precompiling JSP, with the...
分类:Web程序   时间:2014-12-11 00:02:56    阅读次数:257
css笔记
#"bootstrap iframe height 100%"The iframe, and any of it's containers must be 100% height..body,html,.main-display-area,.col-md-7 { height:100%;}htt.....
分类:Web程序   时间:2014-12-06 21:27:33    阅读次数:154
LXC-Linux Containers介绍
Linux Containers,Linux的容器,容器嘛,可以想象成一个大的装东西的罐子,罐子口很大,里面可以装很多同样形状,只不过大小不同的小罐子。专业的话,叫做基于容器的操作系统层面的虚拟化技术。 在这个大的容器里面,可以装很多小的容器,每一个容器都具备完整的运行环境,如特定的CPU、memo...
分类:系统相关   时间:2014-12-05 19:16:48    阅读次数:675
468条   上一页 1 ... 40 41 42 43 44 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!