码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Basic Concepts in OS X Operation System(OSX系统的一些基本概念),准确地说是mach内核的一些基本概念
TasksA task is a logical representation of an execution environment. Tasks are usedin order to divide system resources between each running program. E...
分类:系统相关   时间:2014-10-28 13:35:52    阅读次数:211
用C#封装的ServiceStack.redis操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ServiceStack.Redis;namespace Test...
分类:Windows程序   时间:2014-10-27 22:32:51    阅读次数:3227
编写 grunt 插件经验
第一步: 先生成插件模板: 利用命令生成, 首先通过github工具获取gruntplugin模板文件;第二步: 了解plugin/tasks/taskName.js的registerMultiTasks下的一些默认的对象,比如获取:Gruntfile下grunt.initConfig下任务插件:t...
分类:其他好文   时间:2014-10-26 21:14:16    阅读次数:137
使用指针优化性能
============================创建基于栈的数组(高性能,低系统开销)//数组的类型必须为值类型usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication1 { classProgram { staticunsa..
分类:其他好文   时间:2014-10-26 19:53:53    阅读次数:232
2.App Components-Activities/Tasks and Back Stack
1. Tasks and Back Stack An application usually contains multiple activities. Each activity should be designed around a specific kind of action the us....
分类:移动开发   时间:2014-10-24 14:16:41    阅读次数:297
C# framework 4.0 使用UI线程--Task
using System.Threading.Tasks;//保存污染因子 private void btSavePF_Click(object sender, EventArgs e) { try { ...
分类:编程语言   时间:2014-10-23 12:19:15    阅读次数:232
NET4.0多线程编程---Tasks
写在前面的话 不得不说4.0里面新增的task实在是让人耳目一新,曾经在thread里面查找当线程abort等等操作的时候有没有相应的事件,就像gridview在分页、绑定的时候会产生事件一样,但是在thread里面是没有找到。然而task里面这些都实现了,虽然不是以事件的方式实现,但是它真的实现....
分类:编程语言   时间:2014-10-23 09:24:23    阅读次数:223
.Net基础加强11
复习:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using System.Text.R...
分类:Web程序   时间:2014-10-22 17:41:30    阅读次数:315
HDU 4864 Task(贪心)
Task Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3587 Accepted Submission(s): 930 Problem Description Today the company has m tasks to...
分类:其他好文   时间:2014-10-21 15:27:24    阅读次数:141
C#委托
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Delegate{ //1.定义委托 publ...
分类:Windows程序   时间:2014-10-20 23:19:16    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!