码迷,mamicode.com
首页 >  
搜索关键字:after    ( 6037个结果
文件分块上传客户端实现
首先对文件按内容分块(有块大小的约束),然后对于每个chunk构造单独的一个UDP 数据报进行传输,在应用层的开始是自定义的包头,有块号,块长度,块指纹等元数据信息,这些信息便于接收端能够按序正确接收。 /*--vonzhou ---this project is to upload file after chunking using rabin fingerprint, h...
分类:其他好文   时间:2014-06-18 12:27:16    阅读次数:171
Remove Nth Node From End of List
题目 Given a linked list, remove the nth node from the end of list and return its head. For example, Given linked list: 1->2->3->4->5, and n = 2. After removing the second node from th...
分类:其他好文   时间:2014-06-17 21:38:12    阅读次数:193
看个人思路吧,清晰的话就简单 CodeForces 271A - Beautiful Year
It seems like the year of 2013 came only yesterday. Do you know a curious fact? The year of 2013 is the first year after the old 1987 with only distin...
分类:其他好文   时间:2014-06-14 19:10:14    阅读次数:232
每日算法之三十三:Trapping Rain Water
这是一个很有意思的问题,求解最大容积问题,值得动脑筋想一想。 原题如下: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For...
分类:移动开发   时间:2014-06-14 13:12:01    阅读次数:268
GCD 延时操作
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(delayInSeconds * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ code to be executed after ...
分类:其他好文   时间:2014-06-13 00:49:06    阅读次数:271
dispatch_group_async
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. dispatch_queue_t queue = dispatch_get_global...
分类:其他好文   时间:2014-06-12 13:02:38    阅读次数:225
Leetcode:Trapping Rain Water
戳我去解题Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raini...
分类:移动开发   时间:2014-06-10 08:48:04    阅读次数:267
smartJS 0.1 API 讲解 - Trigger
Trigger在目标对象上加入触发器功能,目标对象的方法就会具有方法注入功能,注入的方式有before(前置执行),after(后置执行)和round(环绕),另外还有一个exception模式,因为异常处理的模块还没完成,暂时先空缺。接口方法 st.attachTrigger(target,...
分类:Windows程序   时间:2014-06-09 20:41:24    阅读次数:353
smartJS 0.1 API 讲解 - Trigger
上篇介绍了PromiseEvent,本篇介绍Trigger - 基于Promise的aop的体现;(感觉自己的对这些命名一直都很挫,也懒得想了,所以就凑合的用)Trigger在目标对象上加入触发器功能,目标对象的方法就会具有方法注入功能,注入的方式有before(前置执行),after(后置执行)和...
分类:Windows程序   时间:2014-06-09 14:04:07    阅读次数:425
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!