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)就会迅速的用集装箱将它们装上船。快速、简单而有效率。
它是用Go语言写的,是程序运行的“容器”(Linux containers),实现了应用级别的隔离(沙箱)。多个容器运行时互补影响,安全而稳定。
...
分类:
其他好文 时间:
2015-02-03 19:31:29
阅读次数:
513
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
一:起因
(0)提到C++ STL,首先被人想到的是它的三大组件:Containers(容器), Iterators(迭代器), Algorithms(算法)。容器为用户提供了常用的数据结构(如,vector,list,deque,stack,map,multimap,set,multiset,外加string),算法大多是独立于容器的常用的基本算法(一般在algorithm头文件中,其中sor...
分类:
其他好文 时间:
2015-01-30 21:07:01
阅读次数:
248
image 操作系统 应用registeries image 的远程仓库containers 类似一个目录,一个容器包含了 应用运行所需要的一切东西, 容器之间互相独立 image包换一系列的层,使用Union file systems把这些层组合在一起,对im...
分类:
其他好文 时间:
2015-01-17 12:32:33
阅读次数:
193
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
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
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
#"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
Linux Containers,Linux的容器,容器嘛,可以想象成一个大的装东西的罐子,罐子口很大,里面可以装很多同样形状,只不过大小不同的小罐子。专业的话,叫做基于容器的操作系统层面的虚拟化技术。 在这个大的容器里面,可以装很多小的容器,每一个容器都具备完整的运行环境,如特定的CPU、memo...
分类:
系统相关 时间:
2014-12-05 19:16:48
阅读次数:
675