码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Capturing ASP.NET Application Startup Exceptions
It has become common practice to perform tasks during an ASP.NET applications start up process. These tasks may include registering routes, configurin...
分类:移动开发   时间:2015-07-08 16:10:03    阅读次数:146
Django & Celery – Easy async task processing 翻译
So, while developing a web application, there comes a time when we need to process some of the tasks in the background, perhaps asynchronously. For example, your user would upload photos and the app w...
分类:其他好文   时间:2015-07-08 13:02:16    阅读次数:134
[深入学习C#]Task——任务
简介  .NET 4包含新名称空间System.Threading.Tasks,它 包含的类抽象出了线程功能。 在后台使用ThreadPool。 任务表示应完成的某个单元的工作。 这个单元的工作可以在单独的线程中运行,也可以以同步方式启动一个任务,这需要等待主调线程。 使用任务不仅可以获得一个抽象层,还可以对底层线程进行很多控制。   在安排需要完成的工作时,任务提供了非常大的灵活性。 例如,可...
分类:Windows程序   时间:2015-07-07 19:39:38    阅读次数:140
c#异步通讯的例子
这是一个简单的c#异步通讯的例子(只有客户端哦)C#异步通讯自定义数据头protobuf数据缓冲,解包代码伺候:usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; usingSystem.Net; usingSystem.Net.Sockets; usin..
分类:Windows程序   时间:2015-07-07 19:39:38    阅读次数:475
用C#x写个程序
usingSystem;usingSystem.Collections.Generic;usingSystem.Data.SqlClient;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceShop{pub...
分类:Windows程序   时间:2015-07-06 21:36:58    阅读次数:147
运维自动化之ansible playbook安装mysql
1.创建mysql的playbook结构[root@ansibleroles]#pwd /etc/ansible/roles [root@ansibleroles]#mkdir-pmysql_install/{files,handlers,meta,tasks,templates,vars} [root@ansibleroles]#treemysql_install/ mysql_install/ ├──files ├──handlers ├──meta ├──tasks ..
分类:数据库   时间:2015-07-06 20:08:24    阅读次数:213
学生管理系统,练习增删改等操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;namespace M...
分类:其他好文   时间:2015-07-05 23:55:56    阅读次数:131
qq管理系统。。
using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;namespace QQ{ class Program { static void Main(string[] args)/...
分类:其他好文   时间:2015-07-05 23:54:53    阅读次数:129
DataReader的用法程序简析
// 2015/07/05using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using Sy...
分类:其他好文   时间:2015-07-05 18:21:08    阅读次数:91
XML文档追加内容,读取内容
1>从根节点开始追加 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace 追加XML { class Program...
分类:其他好文   时间:2015-07-05 00:57:44    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!