码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
lambda表达式
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication5 { classProgram { staticvoidMain(string[]args) { //lambda表达式可用于类型是委托的任意地方 //一个string类型的参数,一个..
分类:其他好文   时间:2014-08-10 18:50:41    阅读次数:219
ansible之roles
软件lamp目录结构: files:存文件的,ansible默认就会到这里目录去找文件,对应task里面的copy模块 tasks:存放tasks的 handlers:存放handlers templates:存放模板,对应task里面的模块template vars:这里面定...
分类:其他好文   时间:2014-08-09 16:04:58    阅读次数:223
C#发送邮件
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Mail;using System.Text;using System.Threading.Tasks;...
分类:其他好文   时间:2014-08-09 11:18:57    阅读次数:221
IA-32平台的Control Register(控制寄存器)
Acontrol registeris aprocessor registerwhich changes or controls the general behavior of aCPUor other digital device. Common tasks performed by contro...
分类:其他好文   时间:2014-08-09 04:54:31    阅读次数:356
记录一种读取XML的方法
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;namesp...
分类:其他好文   时间:2014-08-09 02:25:47    阅读次数:203
hive运行query语句时提示错误:org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.io.IOException:
hive> select product_id, track_time from trackinfo limit 5; Total MapReduce jobs = 1Launching Job 1 out of 1Number of reduce tasks ...
分类:编程语言   时间:2014-08-08 17:52:46    阅读次数:313
委托二--------使用委托实现冒泡排序
-------------------------------------------------------------Proson.csusingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication2 { publicclassProson { publicstringName{get;priv..
分类:其他好文   时间:2014-08-08 02:12:05    阅读次数:184
委托三------------多播委托与匿名方法
============================================多播委托-------------------------------------主程序usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication3 { classProgram { stati..
分类:其他好文   时间:2014-08-08 02:10:55    阅读次数:272
Task
Problem DescriptionToday the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi...
分类:其他好文   时间:2014-08-06 18:03:01    阅读次数:329
Async异步编程入门示例
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace AsyncDem.....
分类:其他好文   时间:2014-08-06 14:15:41    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!