1 2 3 19 20 21 22 23 24 25 26 27 28 29 mapred.reduce.tasks 30 -1 31 The default number of reduce tasks per jo...
分类:
其他好文 时间:
2015-02-12 13:54:18
阅读次数:
1814
例子:usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Threading;
namespaceConsoleApplication6
{
classProgram
{
privatedelegateintAsycTaskDelegate(inti,intj);
staticvoidMain(string[]a..
分类:
编程语言 时间:
2015-02-11 01:56:20
阅读次数:
297
不多说贴代码
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Aspose.Slides;
namespace Test
{
class Program
{
stati...
分类:
Web程序 时间:
2015-02-10 16:48:25
阅读次数:
204
rcd my own path , on building my own media center. Use ffserver ,ffmpeg;? May not be helpful for u . It‘s nothing the bugs i‘v meet & tasks I‘v made. ------------------------------------------CONT...
分类:
其他好文 时间:
2015-02-08 16:59:46
阅读次数:
246
1. 右键点击数据库名称,Tasks --> Import Data...2. Choose Data Source:MicroSoft Excel,选择Excel文件和Excel版本。Excel版本和数据源Excel一定要匹配3. Choose a Destination: SQL Server ...
分类:
数据库 时间:
2015-02-07 17:18:32
阅读次数:
153
Monitor类与Lock语句相比,Monitor类的主要优点是:可以添加一个等待被锁定的超时值。usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Threading;
namespaceConsoleApplication2
{
classProgram..
分类:
编程语言 时间:
2015-02-06 07:07:57
阅读次数:
193
using DAL;using Model;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace BLL{ .....
分类:
其他好文 时间:
2015-02-04 23:04:24
阅读次数:
349
using AnfleCrawler.Common;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Anf...
分类:
其他好文 时间:
2015-02-04 18:20:53
阅读次数:
175
top 显示进程所占系统资源能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器.top命令打印出了很多信息,包括系统负载(loadaverage)、进程数(Tasks)、cpu使用情况、内存使用情况以及交换分区使用情况。其实上面这些内容可以通过w,vmstat命令来查看,所以...
分类:
其他好文 时间:
2015-02-04 14:23:29
阅读次数:
252
根据反射为类中的属性赋值:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;u...