码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
自定义异常
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; /* **************************************** *定义了一个循环,定义了一个自定义异常类 *输出(如果输入1): *1 *内finally *第一级错误:自定义错误1第..
分类:其他好文   时间:2014-11-12 02:10:31    阅读次数:252
asp.net identity 2.2.0 中角色启用和基本使用(三)
创建控制器第一步:在controllers文件夹上点右键》添加》控制器,我这里选的是“MVC5控制器-空”,名称设置为:RolesAdminController.cs第二步:添加命名空间using System.Net;using System.Threading.Tasks;usingxxxx.M...
分类:Web程序   时间:2014-11-12 00:32:57    阅读次数:374
43_2013年11月22日 线程池 Socket(Thread Lock Process 摇奖 线程池ThreadPool)
1》模拟线程池,生产者消费者问题using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;...
分类:编程语言   时间:2014-11-12 00:28:17    阅读次数:539
android中使用sqlite的问题
============问题描述============ 查询语句不会拼,求帮忙nt_tasks表中[f_vc_jiessj]DATETIME,[f_vc_renwsx]CHAR(30),f_vc_jiessj字段表示接收到任务的时间f_vc_renwsx字段表示任务的时限想查还有1天就要到期的任务...
分类:移动开发   时间:2014-11-11 14:00:39    阅读次数:193
观察者模式
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespace观察者模式 { classProgram { staticvoidMain(string[]args) { 看NBA的同事zhangSan=new看NBA的同事(){Name="张三"}; 看NBA的同事li=new看NBA的同..
分类:其他好文   时间:2014-11-11 02:05:56    阅读次数:185
〖Linux〗Kubuntu设置打开应用时就只在打开时的工作区显示
有没有遇到一种情况:在工作区1打开了应用程序Google Chrome;这个时间感觉它打开速度比较慢,就快捷键切换到工作区2了;结果这个时候,Google Chrome就直接在工作区2打开,多不爽?! :/解决方法: 右击任务管理器,设置,行为,选择“Only show tasks from th....
分类:系统相关   时间:2014-11-10 21:22:10    阅读次数:221
转:去掉DataTable重复数据(程序示例比较)
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace RemoveDupRo...
分类:其他好文   时间:2014-11-07 18:54:55    阅读次数:150
11.5 Daily Scrum
请把现在当成11月5日······Today's tasksTomorrow's tasks丁辛餐厅列表数据结构设计餐厅列表UI设计 李承晗 学习百度地图API的使用学习百度地图API的使用王逸翔学习安卓动画相关内容学习安卓动画相关内容赵梓皓学习安卓划动手势相关内容主界面实现刘文乔菜谱列表数据结.....
分类:其他好文   时间:2014-11-06 01:57:57    阅读次数:242
11.4 Daily Scrum
今天依旧是学习阶段,大家继续学习安卓的一些相关内容,并尝试将要用到的数据的API应用到程序中去。Today's tasksTomorrow's tasks丁辛餐厅列表json/xml数据信息整合餐厅列表数据结构设计 李承晗 学习百度地图API的使用学习百度地图API的使用王逸翔学习安卓动画相关内.....
分类:其他好文   时间:2014-11-04 22:21:09    阅读次数:175
C# 基础
1.枚举 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace Test....
分类:Windows程序   时间:2014-11-04 00:01:01    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!