码迷,mamicode.com
首页 >  
搜索关键字:collect    ( 2531个结果
1095. Cars on Campus (30)——PAT (Advanced Level) Practise
题目信息1095. Cars on Campus (30)时间限制220 ms 内存限制65536 kB 代码长度限制16000 B Zhejiang University has 6 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers of the...
分类:其他好文   时间:2016-05-18 19:31:13    阅读次数:257
Task运行过程分析4——Map Task内部实现2
在Task运行过程分析3——MapTask内部实现中,我们分析了MapTask的Collect阶段,并且解读了环形缓冲区使得MapTask的Collect阶段和Spill阶段可并行执行。。。接下来分析Spill阶段和Combine阶段。。。Spill过程分析 Spill过程由SpillThread线程完成,SpillThread线程实际上是缓冲区kvbuffer的消费者 protected cl...
分类:其他好文   时间:2016-05-18 18:36:48    阅读次数:295
JavaSE入门学习38:Java集合框架之迭代器
一Iterator接口   迭代器是一种设计模式,它是一个对象,它可以遍历并选择序列中的对象,而开发人员不需要了解该序列的底层 结构。迭代器通常被称为"轻量级"对象,因为创建它的代价小。       Java中的迭代器(Iterator)给我们提供了一种通用的方式来访问集合中的元素。可以知道的是,它只是提供了一个 接口,并没有提供真正的Iterator类。Iterator是对collect...
分类:编程语言   时间:2016-05-13 17:22:47    阅读次数:173
hdu1044 Collect More Jewels----BFS+DFS
原题链接: http://acm.hdu.edu.cn/showproblem.php?pid=1044 一:原题内容 Problem Description It is written in the Book of The Lady: After the Creation, the cruel god Moloch rebelled against the author...
分类:其他好文   时间:2016-05-12 18:59:19    阅读次数:156
五指cms安装说明
1、五指cms目录结构说明|--coreframe#框架目录 ||--app#模块(应用程序)目录 |||--affiche#公告模块 |||--appshop#应用商城 |||--p_w_upload#附件模块 |||--collect#采集器 |||--content#内容模块 |||--core#核心模块 |||--coupon#优惠券模块 |||--credit#积分模块 |||--datab..
分类:其他好文   时间:2016-05-10 18:55:05    阅读次数:373
Flume-Kafka-Logstash-ElasticSearch-Kibana流程说明
首先说明,各工具的安装就不在这说明了,网上很多,可自行查看。 我们在这里用实例说明各个工具的配置以及最后展示的效果。 假如我们有一批tracklog日志需要用ELK实时展示出来: 一、收集日志,我们使用flume工具 在日志服务器端布置agent发往收集collect,配置如下: agent(可多个) agent.sources = s1 agent.channels...
分类:Web程序   时间:2016-05-06 16:24:34    阅读次数:1001
MySQL主从复制中断,报“Error on master: message (format)='Cannot delete or update a parent row: a foreign key constraint fails' error code=1217” 错误
前几天,发现从库挂了,具体报错信息如下: 分析思路 1. 因为我采用的是选择性复制,只针对以下几个库进行复制: card,upay,deal,monitor,collect。所以,不太可能出现对于sas_basic的操作能复制到该从库上。 2. 整个架构是1主2从,且都是选择性复制,上面这个从库是直 ...
分类:数据库   时间:2016-05-04 17:04:03    阅读次数:328
Unity ScriptableObject的使用
ScriptableObject主要实现对象序列化的保存,因为是Unity自己的序列化,所以比xml,json序列化方便很多,但相对可控性也比较差 1.Editor下写入和读取测试: using UnityEditor; using UnityEngine; using System.Collect ...
分类:编程语言   时间:2016-05-04 13:13:16    阅读次数:2147
UVA 12544 - Beehives O(nm) 无向图最小环
Bees are one of the most industrious insects. Since they collect nectarand pollen from flowers, theyhave to rely on the trees in the forest. For simpl ...
分类:其他好文   时间:2016-05-01 14:54:12    阅读次数:545
Privacy Policy of ColorfulBroswer
Personal information collection this app does not collect your data and does not share your infomation ColorfulBroswer will take reasonable technical ...
分类:其他好文   时间:2016-04-23 01:32:29    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!