STL 提供六大组件,彼此可以组合套用:1 容器(containers):各种数据结构,如vector,list,deque,set,map,用来存放数据,从实现的角度来看,STL容器是一种class template,就体积而言,这一部分很像冰山在海角下的比率。2 算法(algorithms):各...
分类:
其他好文 时间:
2014-10-28 19:28:56
阅读次数:
239
自己的macbookPro 只有128G的硬盘,存储空间经常不足,终于找到了个大文件,,/Users/usrname/Library/Containers/com.tencent.qq/Data/Library/Application Support/QQ/在这个目录下面竟然藏着一个8G大小的 in...
分类:
系统相关 时间:
2014-10-25 18:47:14
阅读次数:
221
通过上一节的学习,我们知道如何运行docker容器,我们运行了一个普通的,一个后台的,我们还学习了几个指令:
docker ps - Lists containers.
docker logs - Shows us the standard output of a container.
docker stop - Stops running containers.
我们还可以查看下docker...
分类:
其他好文 时间:
2014-10-16 15:44:52
阅读次数:
275
周末无事约了曾经同事去听了开源中国源创会的活动,感觉不错。简单说一下。docker近期真是非常火,昨天才刚听完一个同事的分享,使用linux containers和aufs降低虚拟化的overhead,build ship and run,有好感。今天是七牛一哥们做的分享,docker适合做paas...
分类:
其他好文 时间:
2014-10-09 17:26:17
阅读次数:
156
1、简介Vector属于顺序容器,代表可改变大小的数组。像数组一样,vector使用连续存储,意味着它们的元素可以使用偏移来访问。不同于数组,它们的规模可以动态改变。Vectors are sequence containers representing arrays that can change...
分类:
编程语言 时间:
2014-10-09 00:26:07
阅读次数:
243
爬虫最基本的部分是要将网页下载,而最重要的部分是过滤 -- 获取我们需要的信息。 而scrapy正好提供了这个功能: 首先我们要定义items: Itemsare containers that will be loaded with the scraped data; they ...
分类:
其他好文 时间:
2014-10-05 01:04:07
阅读次数:
341
iOS8下路径变为:/Users/username/Library/Developer/CoreSimulator/Devices/786824FF-6D4C-4D73-884A-696514481F7C/data/Containers/Data/Application/7D5B082E-53D5-...
分类:
移动开发 时间:
2014-09-24 18:28:57
阅读次数:
250
ul.box {position: relative;z-index: 1; /* prevent shadows falling behind containers with backgrounds */overflow: hidden;list-style: none;margin: 0;pad...
分类:
其他好文 时间:
2014-09-12 13:24:53
阅读次数:
279
AppMaster向RM请求资源MRAppMaster :serviceinit // service to allocate containers from RM (if non-uber) or to fake it (uber) containerAllocator = creat...
分类:
其他好文 时间:
2014-09-11 15:12:42
阅读次数:
867
AppMaster向RM请求资源
//APPMASTER向RM发送心跳,更新资源请求结构,从分配好的内存结构取出分配的资源,具体任务分配是后台异步的由NM发送心跳驱动
MRAppMaster
:serviceinit
// service to allocate containers from RM (if non-uber) or to fake it (uber)
conta...
分类:
其他好文 时间:
2014-09-09 12:31:48
阅读次数:
244