码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
抽象工程模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace KFCandM{ class Program ...
分类:其他好文   时间:2016-01-03 21:00:30    阅读次数:180
建造者模式
相关代码 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespa...
分类:其他好文   时间:2016-01-03 20:59:05    阅读次数:160
类的反射 typeof 或GetType
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;namespace Conso...
分类:其他好文   时间:2016-01-03 20:53:39    阅读次数:138
Linux Command Line 笔记(1)
Yunduan CUIgraphical user interfaces make easy tasks easy, while command line interfaces make difficult tasks possiblePart 1 学习Shell1. 什么是 Shell?Shell...
分类:系统相关   时间:2016-01-03 18:23:26    阅读次数:259
【转】【C#】【Thread】【Task】多线程
多线程多线程在4.0中被简化了很多,仅仅只需要用到System.Threading.Tasks.::.Task类,下面就来详细介绍下Task类的使用。一、简单使用开启一个线程,执行循环方法,返回结果。开始线程为Start(),等待线程结束为Wait()。 /// ///...
分类:编程语言   时间:2016-01-03 15:13:29    阅读次数:350
Asp.net简单三层+Sqllite 增删改查
新建项目à新建一个空白解决方案 在Model新建一个实体类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; name...
分类:数据库   时间:2016-01-03 15:07:26    阅读次数:219
获取程序集路径 父路径 c#
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using System.IO...
分类:Windows程序   时间:2016-01-03 12:52:55    阅读次数:179
[nRF51822] 5、 霸屏了——详解nRF51 SDK中的GPIOTE(从GPIO电平变化到产生中断事件的流程详解)
:由于在大多数情况下GPIO的状态变化都会触发应用程序执行一些动作。为了方便nRF51官方把该流程封装成了GPIOTE,全称:The GPIO Tasks and Events (GPIOTE) 。从GPIO电平变化到产生中断事件的流程详解1、GPIOTE概览 nRF51上面有32个GPIO,由于....
分类:其他好文   时间:2016-01-01 18:50:23    阅读次数:311
状态者模式
下面是设计的UML类图:类总括: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6...
分类:其他好文   时间:2016-01-01 14:54:07    阅读次数:219
《软件架构与设计模式》关于 状态模式 的一个小例子
作业题目1、画UMl图2、写代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 状态{ class ...
分类:其他好文   时间:2016-01-01 14:54:06    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!