上一页 1 ··· 131 132 133 134 135 136 137 138 139 ··· 157 下一页
摘要: HDU 4738 Caocao's Bridges 题目链接 注意几个坑,可能重边,至少要派一个人去炸,没有连通的时候就不用炸了 代码: #include <cstdio> #include <cstring> #include <vector> #include <algorithm> using 阅读全文
posted @ 2017-04-27 10:54 claireyuancy 阅读(152) 评论(0) 推荐(0) 编辑
摘要: [2014-4-21 21:28:06 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace. [2014-321 21:28:06 - 阅读全文
posted @ 2017-04-27 09:35 claireyuancy 阅读(142) 评论(0) 推荐(0) 编辑
摘要: RootViewController.m - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bun 阅读全文
posted @ 2017-04-27 08:14 claireyuancy 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 聚合引言 聚集操作就是出来数据记录并返回计算结果的操作。MongoDB提供了丰富的聚集操作。可以检測和执行数据集上的计算。执行在mongod上的数据聚集简化了代码和资源限制。 像查询一样,在Mongo的聚合操作使用collections作为输入,并返回一个或多个document作为输出。 聚合模式 阅读全文
posted @ 2017-04-26 21:25 claireyuancy 阅读(332) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic 阅读全文
posted @ 2017-04-26 20:18 claireyuancy 阅读(90) 评论(0) 推荐(0) 编辑
摘要: (4)解析c的声明语句 在继续探索c指针之前。有必要来解析下c语言中复杂的声明语法。 仅仅须要记住两则:一个原则,一个规则。 原则:先看标示符。 规则:运算符优先级是规则。 举例说明 1.最简单的 int array[3]; 结论:array是数组,数组规模是3,元素类型是int。 解析过程:先看标 阅读全文
posted @ 2017-04-26 18:57 claireyuancy 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 简单看一下UITextField的属性 - (void)createTextField{ UITextField * textField = [[UITextField alloc] initWithFrame:CGRectMake(40, 40, 240, 40)]; //设置UITextFiel 阅读全文
posted @ 2017-04-26 16:43 claireyuancy 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Description How far can you make a stack of cards overhang a table? 阅读全文
posted @ 2017-04-26 15:41 claireyuancy 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 近期做项目, 须要一个麦克风音量监听的功能: 找了好多这方面的资料, 不知道为什么 总之非常少, 在此总结一下, 发贴一枚.. \ 不啰嗦了, 直接上代码了: #ifndef AUDIORECORDER_H #define AUDIORECORDER_H #include <QFile> #incl 阅读全文
posted @ 2017-04-26 14:10 claireyuancy 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 世界顶级的搜索引擎。大家都知道--google。 但是在中国。经常常使用不了google(你懂的)。那么,怎样搜索英文信息呢(FQ使用google除外)? 以下,我列举了一些比較经常使用的站点。 2、Yahoo http://www.yahoo.com 3、Live http://www.bing. 阅读全文
posted @ 2017-04-26 12:49 claireyuancy 阅读(2639) 评论(0) 推荐(0) 编辑
上一页 1 ··· 131 132 133 134 135 136 137 138 139 ··· 157 下一页