码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
任务取消TASK
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ... ...
分类:其他好文   时间:2017-08-10 10:23:38    阅读次数:178
HDU 6092 17多校5 Rikka with Subset(dp+思维)
Problem Description As we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is ...
分类:其他好文   时间:2017-08-09 15:43:04    阅读次数:151
HDU 6090 17多校5 Rikka with Graph(思维简单题)
Problem Description As we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is ...
分类:其他好文   时间:2017-08-09 12:58:50    阅读次数:184
【总结】spark按文本格式和Lzo格式处理Lzo压缩文件的比较
1、描述spark中怎么加载lzo压缩格式的文件2、比较lzo格式文件以textFile方式和LzoTextInputFormat方式计算数据,RunningTasks个数的影响a.确保lzo文件所在文件夹中生成lzo.index索引文件b.以LzoTextInputFormat处理,能够正常按分块数分配Tasks查看文件块数量[tech@dx2~]$hdfsf..
分类:其他好文   时间:2017-08-09 01:06:20    阅读次数:2038
Round #425 B. Petya and Exam
It's hard times now. Today Petya needs to score 100 points on Informatics exam. The tasks seem easy to Petya, but he thinks he lacks time to finish th ...
分类:其他好文   时间:2017-08-08 19:48:52    阅读次数:195
单例模式
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CLibrary.ConsoleApp.Core... ...
分类:其他好文   时间:2017-08-07 13:34:47    阅读次数:138
[Redis]c# redis缓存辅助类
using NServiceKit.Redis; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...
分类:Windows程序   时间:2017-08-07 11:49:05    阅读次数:271
C#获取当前主机硬件信息
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 8 using System.Net; ... ...
分类:Windows程序   时间:2017-08-05 11:41:24    阅读次数:200
バイナリハックイージー / Unhappy Hacking (ABC Edit) (stack)
题目链接:http://abc043.contest.atcoder.jp/tasks/abc043_b Time limit : 2sec / Memory limit : 256MB Score : 200 points Problem Statement Sig has built his o ...
分类:移动开发   时间:2017-08-04 22:51:47    阅读次数:266
C#对各种文件的操作-xml(3)
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Xml.Linq;... ...
分类:Windows程序   时间:2017-08-02 20:24:00    阅读次数:245
2110条   上一页 1 ... 76 77 78 79 80 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!