码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
第一天学习内容
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class Pr...
分类:其他好文   时间:2015-02-28 10:01:13    阅读次数:128
异常堆栈查看说明
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class...
分类:其他好文   时间:2015-02-27 16:54:07    阅读次数:88
服务器产生大量的僵尸进程
如何查看linux系统上的僵尸进程,如何统计有多少僵尸进程?#ps-ef|grepdefunct或者查找状态为Z的进程,Z就是代表zombieprocess,僵尸进程的意思。另外使用top命令查看时有一栏为S,如果状态为Z说明它就是僵尸进程。Tasks:95total,1running,94sleeping,0stopped,1617zombietop命令..
分类:系统相关   时间:2015-02-26 11:54:16    阅读次数:179
C++与C#中this关键字的区别
C#中隐式接口与显示接口   隐式接口: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections;   names...
分类:编程语言   时间:2015-02-25 09:10:45    阅读次数:249
C#中隐式接口与显示接口
C#中隐式接口与显示接口   隐式接口: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections;   namespace ConsoleApplicat...
分类:Windows程序   时间:2015-02-24 09:09:29    阅读次数:188
Storm集群中执行的各种组件及其并行
一、Storm中执行的组件 我们知道,Storm的强大之处就是能够非常easy地在集群中横向拓展它的计算能力,它会把整个运算过程切割成多个独立的tasks在集群中进行并行计算。在Storm中,一个task就是执行在集群中的一个Spout或Bolt实例。 为了方便理解Storm怎样并行处理我们分给.....
分类:其他好文   时间:2015-02-23 09:36:35    阅读次数:161
c#操作xml文件
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;name...
分类:Windows程序   时间:2015-02-18 11:48:45    阅读次数:137
UVA 10305- Ordering Tasks(经典拓扑排序)
Problem F Ordering Tasks Input: standard input Output: standard output Time Limit: 1 second Memory Limit: 32 MB   John has n tasks to do. Unfortunately, the tasks are not independent and the ex...
分类:编程语言   时间:2015-02-15 09:27:11    阅读次数:249
hive参数详解
第一部分:Hive参数hive.exec.max.created.files说明:所有hive运行的map与reduce任务可以产生的文件的和默认值:100000hive.exec.dynamic.partition说明:是否为自动分区默认值:falsehive.mapred.reduce.tasks.speculative.execution说明:是否打开推测执行默认值:truehive.i..
分类:其他好文   时间:2015-02-12 18:42:25    阅读次数:193
System.Threading.Tasks.Task引起的IIS应用池崩溃
接口服务运行一段时间后,IIS应用池就会突然挂掉,事件查看日志,会有事件日志Event ID为5011的错误 为应用程序池“PokeIn”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误。该进程 ID 为“2268”。数据字段包含错误号。 ...
分类:其他好文   时间:2015-02-12 18:02:06    阅读次数:749
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!