码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Java Notes-7
-One such related pair of patterns is the concept of an executor service that manages tasks and that of a thread pool that services tasks in an efficient way. -The new  Callable interface, whic...
分类:编程语言   时间:2015-01-09 00:18:47    阅读次数:365
发送邮件
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Mail;using System.Text;using System.Threading.Tasks;...
分类:其他好文   时间:2015-01-08 22:40:38    阅读次数:244
58.com qiyi
using AnfleCrawler.Common;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Anf...
分类:其他好文   时间:2015-01-08 19:57:40    阅读次数:217
委托和事件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace DelegateAndEvent{ public c...
分类:其他好文   时间:2015-01-08 16:58:41    阅读次数:100
last individual reading task 12061183叶露婷
http://www.cnblogs.com/yltyy/p/4025426.html1.Different people deserve different tasks; Once team roles are settled, there comes along a lot of other q...
分类:其他好文   时间:2015-01-08 14:39:03    阅读次数:213
简单工厂模式小例子 写的测试过了
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-01-07 22:05:25    阅读次数:156
excel,sql server,access数据之间相互导入导出
1.sql server导入excel表右击——>tasks——>import data2.sql server导入access表 第二幅选择access
分类:数据库   时间:2015-01-06 22:45:24    阅读次数:201
exactly the kind of division of tasks that Gulp.js is built on
The results are then passed to a reporter function that displays the results of the code analysis in the command window—exactly the kind of division o...
分类:Web程序   时间:2015-01-06 21:26:47    阅读次数:147
WPF使用扩展屏幕
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windo...
分类:Windows程序   时间:2015-01-06 17:01:02    阅读次数:315
Storm系列之一——Storm Topology并发
1、是什么构成一个可运行的topology? worker processes(worker进程),executors(线程)和tasks。 一台Storm集群里面的机器可能运行一个或多个worker进程,一个worker进程运行一个特定topology的executors。 一个worker...
分类:其他好文   时间:2015-01-06 15:27:01    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!