码迷,mamicode.com
首页 >  
搜索关键字:containers    ( 468个结果
OpenCV Tutorials —— Creating a video with OpenCV
写video 需要用到 VideoWriter 视频文件可看作一个容器 视频的类型由视频文件的后缀名来指定 Due to this OpenCV for video containers supports only the avi extension, its first version. A di...
分类:其他好文   时间:2014-11-24 22:25:43    阅读次数:383
C++map类型 之 简介
一:map的前世今生 (1)从关联容器与顺序容器说起,关联容器通过键(key)存储和读取元素,而顺序容器则通过元素在容器中的位置顺序存储和访问元素(vector,queue,stack,list等)。 关联容器(Associative containers)支持通过键来高效地查找和读取元素。两个基本的关联容器类型是 map 和 set。 其中map 的元素以键-值(key-value)...
分类:编程语言   时间:2014-11-19 18:43:59    阅读次数:227
使用weave管理docker网络
weave简介Weave creates a virtual network that connects Docker containers deployed across multiple hosts.Applications use the network just as if the cont...
分类:其他好文   时间:2014-11-13 00:22:57    阅读次数:492
[译]Stairway to Integration Services Level 10 - 高级事件活动
介绍在前一篇文章中我们介绍了故障容差相关的 MaximumErrorCount 和 ForceExecutionResult 属性. 同时我们学习了SSIS Control Flow task errors, containers, 和event handlers联系 .本篇中我们关注事件行为. 我...
分类:其他好文   时间:2014-11-12 13:29:30    阅读次数:204
STL
在C++标准中,STL被组织为下面的13个头文件:、、、、、、、、、、、、、、、和。 STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(algorithms)、仿函数(functors)六个部分。 容器 容器部...
分类:其他好文   时间:2014-11-09 23:39:28    阅读次数:324
docker offical docs:Working with Containers
enough----------------------------------------------------------------------------------Working with Containers-In thelast section of the Docker User ...
分类:其他好文   时间:2014-11-04 18:59:22    阅读次数:186
docker offical docs:Working with Docker Images
Working with Docker Images##orignal is always the bestIn theintroductionwe've discovered that Docker images are the basis of containers. In thepreviou...
分类:其他好文   时间:2014-11-04 17:17:43    阅读次数:292
[译]Stairway to Integration Services Level 9 - Control Flow Task Errors
介绍在本文中,我们会实验 MaximumErrorCount和ForceExecutioResult 故障容差属性,并且还要学习Control Flow task errors, event handlers 和 containers 的联系关于 SSIS Task Errors打开 Precede...
分类:其他好文   时间:2014-10-31 13:30:53    阅读次数:295
ios崩溃日志1
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/newmac/Library/Developer/CoreSimulator/Devices/6BCFEB99-13E5-4550-9623-D009C0AC7637/data/Containers/Bundle/Application/1E...
分类:移动开发   时间:2014-10-29 14:54:46    阅读次数:219
Mac WIn7 QQ聊天记录互导 聊天记录合并
也许等哪天老了回过头来看看。说不定还有一丝欢乐。有几个方法可以实现一、dropbox数据同步二、QQ会员三、下面方法1、因为现在的Mac QQ还不支持聊天记录的导入导出。所以只能手动了如果是新Mac 第一次装QQ。那么先找到/Users/XXX/Library/Containers/com.tenc...
分类:Windows程序   时间:2014-10-29 12:37:26    阅读次数:258
468条   上一页 1 ... 41 42 43 44 45 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!