码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
C#实现的分数结构(编辑中)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Threading.Tasks;na...
分类:Windows程序   时间:2014-11-02 20:53:07    阅读次数:243
用Task代替TheadPool
TheadPool的问题不支持线程的取消、完成、失败通知等交互性操作不支持线程执行先后次序using System;using System.Diagnostics;using System.Threading;using System.Threading.Tasks;namespace Conso...
分类:其他好文   时间:2014-11-02 12:15:15    阅读次数:134
Timer理解
Timer的官方描述是:A facility for threads to schedule tasks for future execution in a background thread. Tasks may be scheduled for one-time execution, or for repeated execution at regular intervals. 意思就是...
分类:其他好文   时间:2014-11-01 17:52:47    阅读次数:169
EF crud操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppEF{ class Progra...
分类:其他好文   时间:2014-10-30 22:27:34    阅读次数:156
ActivityManager
android.app.ActivityManager这个类主要用来管理全部设备上的Activities。权限:android.permission.GET_TASKS方法:| 返回类型 方法|1.List getRecentTasks(int maxNum, int flags) 返回用...
分类:其他好文   时间:2014-10-30 14:45:42    阅读次数:273
System.Type类
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; usingSystem.Reflection; namespaceConsoleApplication1 { classProgram { staticvoidMain(string[]args) { //System.Type类 //=========================获..
分类:其他好文   时间:2014-10-30 02:03:24    阅读次数:166
学习seajs,收藏学习资料
1、seajs实例http://www.antcome.com/myfaq/SeaJS.html2、grunt教程http://www.w3cplus.com/tools/grunt-tutorial-configuring-tasks.html
分类:Web程序   时间:2014-10-29 16:42:23    阅读次数:161
编写自定义特性
===========================Document.csusingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication2 { [AttributeUsage(AttributeTargets.Property,//该特性能够应用的范围(只能用于属..
分类:其他好文   时间:2014-10-29 02:07:55    阅读次数:189
hive:
hive> select * from part where name='123';Totaljobs = 1Launching Job 1 out of 1Number of reduce tasks is set to 0 since there's no reduce operatorStar...
分类:其他好文   时间:2014-10-28 21:26:30    阅读次数:199
Using the built-in functions of PHP
PHP has a huge range of built-in functions designed to perform predefined tasks such as converting a string to upper case, getting the dimensions of a...
分类:Web程序   时间:2014-10-28 17:36:24    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!