码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Socket的简单例子
服务器端using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using System.Net.S...
分类:其他好文   时间:2014-07-22 22:56:34    阅读次数:160
在YARN中,如何控制和监控map/reduce的并发数
配置建议: 1. ????In MR1, the mapred.tasktracker.map.tasks.maximum and mapred.tasktracker.reduce.tasks.maximum properties dictated how many map and reduce slots each TaskTracker had. ????T...
分类:其他好文   时间:2014-07-21 10:14:00    阅读次数:279
C#_判断2个对象的值是否相等
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;namespace ConsoleA...
分类:其他好文   时间:2014-07-21 08:07:57    阅读次数:311
锯齿数组
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication3 { classProgram { staticvoidMain(string[]args) { int[][]arr=newint[3][]; arr[0]=newint[2]{1,2,}; arr[1]=newint[6]{3,4,..
分类:其他好文   时间:2014-07-20 23:12:43    阅读次数:271
分享一套简单的CodeSmith三层模板
Model:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;namespace { ...
分类:其他好文   时间:2014-07-20 10:08:00    阅读次数:406
2.大话设计模式-策略模式
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignMo.....
分类:其他好文   时间:2014-07-19 18:23:06    阅读次数:203
NTFS权限设置
1. OverviewSome time ago, I was automating a few tasks with PowerShell and needed to set NTFS permissions on a folder. I was tempted to use the good o...
分类:其他好文   时间:2014-07-18 19:31:42    阅读次数:359
正在使用word2013测试发博客
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace demo1{ class Program { static...
分类:其他好文   时间:2014-07-18 10:16:30    阅读次数:188
泛型约束
-----------------------------------IDocument.cs(定义一个接口)usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication3 { publicinterfaceIDocument { stringTitle{get;set;}//文..
分类:其他好文   时间:2014-07-15 11:38:31    阅读次数:272
类型安全---泛型与非泛型
============================================================非泛型-------------------------LinkedListNode.cs类usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication1 { publi..
分类:其他好文   时间:2014-07-15 11:33:25    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!