码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
hive-site.xml 参数设置
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
线程----WaitHandle抽象基类(等待句柄)
例子: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
使用Aspose将一个ppt每一帧分离出来成为一个新的ppt
不多说贴代码 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
personal log: make my own media center
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
手动将Excel数据导入SQL
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类设置超时值
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
使用EF 的简单的增删改查
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
Mytophome Deal
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工具
top 显示进程所占系统资源能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器.top命令打印出了很多信息,包括系统负载(loadaverage)、进程数(Tasks)、cpu使用情况、内存使用情况以及交换分区使用情况。其实上面这些内容可以通过w,vmstat命令来查看,所以...
分类:其他好文   时间:2015-02-04 14:23:29    阅读次数:252
c# 反射1
根据反射为类中的属性赋值:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;u...
分类:Windows程序   时间:2015-02-02 19:41:34    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!