码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
学习笔记_第十天_方法_方法的三个高级参数
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 方法002 8 { ... ...
分类:其他好文   时间:2017-08-31 16:11:28    阅读次数:102
学习笔记_第十天_方法_方法的三个高级参数
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 方法002 8 { ... ...
分类:其他好文   时间:2017-08-31 16:10:21    阅读次数:121
C# 可空值类型
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 可空值类型 { class Program { ... ...
分类:Windows程序   时间:2017-08-30 11:07:53    阅读次数:257
APScheduler定时执行外加supervisor管理后台运行
最近写的天气爬虫想要让它在后台每天定时执行,一开始用的celery,但不知道为什么明明设置cron在某个时间运行,但任务却不间断的运行。无奈转用apscheduler,但是不管怎么设置都不能使得当调用: python tasks.py 的时候都会阻塞在控制台。再次无奈转用supervisor。 首先 ...
分类:其他好文   时间:2017-08-29 19:39:32    阅读次数:203
ansible批量部署tomcat
1.1 构建目录结构 defaults 默认寻找路径 tasks 存放playbooks路径 files 存放文件和脚本包,copy模块文件搜索路径 templates 模版存放路径 handlers notify调用部分playbook存放路径 vars roles内变量存放路径 1.2 文件目录 ...
分类:其他好文   时间:2017-08-29 12:50:46    阅读次数:185
async异步流程控制
http://cnodejs.org/topic/54acfbb5ce87bace2444cbfb 先安装:G:\www\nodejs\one\models>npm install async --save-dev 1.串行无关联:async.series(tasks,callback);多个函数依 ...
分类:其他好文   时间:2017-08-27 11:55:14    阅读次数:134
C#创建、读写、增加、删除XML操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;using System.Collectio ...
分类:Windows程序   时间:2017-08-26 14:22:18    阅读次数:199
Dapper的简单使用(初学者归纳)
Dapper的简单使用(初学者归纳) //引用:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Da ...
分类:移动开发   时间:2017-08-25 12:26:22    阅读次数:234
.NET开发设计模式-模板模式
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pay { /// /// 付款成功回调 ///... ...
分类:Web程序   时间:2017-08-24 17:07:24    阅读次数:193
事件模型
1 //事件通知类 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace ... ...
分类:其他好文   时间:2017-08-24 01:02:36    阅读次数:132
2110条   上一页 1 ... 74 75 76 77 78 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!