码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
一个继承例子
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace _...
分类:其他好文   时间:2015-04-24 18:11:41    阅读次数:141
.net 读写xml
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;namespace XMLdemo{ ...
分类:Web程序   时间:2015-04-24 15:32:59    阅读次数:138
out参数,ref参数,params参数
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace _...
分类:其他好文   时间:2015-04-23 19:34:10    阅读次数:114
Http Client请求
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Http;using System.Text;using System.Threading.Tasks;...
分类:Web程序   时间:2015-04-23 12:31:28    阅读次数:184
System.Threading.Tasks.Task 任务引起的IIS应用程序池崩溃
转载:http://www.cnblogs.com/aaa6818162/p/4421305.html问题现象IIS应用程序池崩溃(Crash)的特征如下:1. 从客户端看,浏览器一直处于连接状态,Web服务器无响应。2. 从服务器端看(Windows Server 2008 + IIS 7.0),...
分类:其他好文   时间:2015-04-22 10:59:56    阅读次数:167
POJ1699:Best Sequence(DP)
Description The twenty-first century is a biology-technology developing century. One of the most attractive and challenging tasks is on the gene project, especially on gene sorting program. Recentl...
分类:其他好文   时间:2015-04-21 20:49:10    阅读次数:186
hadoop 调优
Hadoop调优mapred.tasktracker.map.tasks.maximum官方解释:The maximum number of map tasks that will be runsimultaneously by a task tracker.我的理解:一个tasktracker最多...
分类:其他好文   时间:2015-04-21 17:50:58    阅读次数:122
计算从哪天起应该购买预售火车票.cs
代码直接CSC编译即可。计算从哪天起应该购买预售火车票.csusing System;using System.Diagnostics;using System.IO;using System.Threading;using System.Threading.Tasks;class Program{...
分类:其他好文   时间:2015-04-21 17:31:30    阅读次数:139
linux内核学习-5任务调度(关注新浪微博:寂寞侵蚀的岁月(4000多篇技术分享))
void schedule(void) 105 { 106 int i,next,c; 107 struct task_struct ** p; // 任务结构指针的指针。 108 109 /* check alarm, wake up any interruptible tasks that have got a signal */ /* 检测alarm(进程的报警定时值),唤醒任何...
分类:系统相关   时间:2015-04-21 13:06:48    阅读次数:223
hdu 3572 Task Schedule 最大流 Dinic算法,,卡时间。。建图非常有讲究
Problem Description Our geometry princess XMM has stoped her study in computational geometry to concentrate on her newly opened factory. Her factory has introduced M new machines in order to process the coming N tasks. For the i-th task, the factory has to...
分类:编程语言   时间:2015-04-21 09:50:13    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!