码迷,mamicode.com
首页 >  
搜索关键字:container    ( 5967个结果
Mac OS X 下安装使用 Docker
它依赖于 LXC(Linux Container),能从网络上获得配置好的 Linux 镜像,非常容易在隔离的系统中运行自己的应用。也因为它的底层核心是个 LXC,所以在 Mac OS X 下需要在 VirtualBox 中跑一个精小的 LXC(这里是一个Tiny Core Linux,完全在内存中...
分类:系统相关   时间:2014-11-25 00:11:22    阅读次数:688
How tomcat works 读书笔记十二 StandardContext 下
对重载的支持 tomcat里容器对重载功能的支持是依靠Load的(在目前就是WebLoader)。当在绑定载入器的容器时 public void setContainer(Container container) { ... // Register with the new Container (if any) if ((th...
分类:其他好文   时间:2014-11-24 13:34:41    阅读次数:177
我理解Docker的过程1
Docker是在2013年3月发布的一款PaaS产品,当时发布的是0.1版本。而其产生的背景则是因为在2013年2月时,前Gluster的CEOBenGolub和dotCloud的CEOSolomonHykes坐在一起聊天时,Solomon谈到想把dotCloud内部使用的Container容器技术单独拿出来开源,然后围绕这个技术开一家新公司..
分类:其他好文   时间:2014-11-22 23:17:45    阅读次数:317
c++ how to make your own class a valid key type for std::map?
In Java, if you want your own class to be a valid key type of the container, you just need to make it implement the interface "Comparable", and then i...
分类:编程语言   时间:2014-11-22 22:51:01    阅读次数:272
[译]Stairway to Integration Services Level 16 – Flexible Source Locations (多文件导入)
介绍在本文中我们将利用SSIS参数,变量 以及 Foreach Loop Container 从多个源动态导入数据.开始前我们先下载一些数据.WeatherData_Dec08_Apr09.zip 解压以后我们看到有三个目录数据Figure 1每个月年目录包含一个子目录 TH.每个TH 目录包含文件...
分类:其他好文   时间:2014-11-21 01:20:09    阅读次数:182
Plupload插件
Browse_button:触发浏览文件按钮标签的唯一id,,在flash、html5、和silverlight中能找到触发事件的源(我理解的,这个参数在队列部件不需要参见) Container: 展现上传文件列表的容器,[默认是body]chunk_size:当上传文件大于服务器接收端文件大小限....
分类:其他好文   时间:2014-11-19 23:46:58    阅读次数:342
Container With Most Water
Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ...
分类:其他好文   时间:2014-11-19 21:55:36    阅读次数:109
extJs学习基础 容器的介绍
Viewport: 一个专门的容器用于可视应用领域(浏览器窗口).Viewport渲染自身到网页的documet body区域, 并自动将自己调整到适合浏览器窗口的大小,在窗口大小发生改变时自动适应大小。 一个页面中只能创建一个Viewport。任何的Container容器都可以作为一个Viewp....
分类:Web程序   时间:2014-11-19 17:48:54    阅读次数:198
ZP的EXTJS学习笔记(四)——图表的简单使用(图表点击事件)
这次做的比较简单,是一个消息阅读情况的展示。是模仿Example中chart的pie.js做的。贴下改造后的pie.js:Ext.require('Ext.chart.*');Ext.require(['Ext.layout.container.Fit', 'Ext.window.MessageBo...
分类:Web程序   时间:2014-11-19 13:52:15    阅读次数:285
office文档、图片、音/视频格式转换工具
1、音频/视屏转换工具VLC https://wiki.videolan.org/Mp3/#Container_formats http://wenku.baidu.com/view/ba73ac5c804d2b160b4ec05a.html?re=viewhttps://wiki.videolan.org/How_to_Batch_Encode/https://wiki.videolan....
分类:其他好文   时间:2014-11-19 12:37:46    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!