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
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 可空值类型 { class Program { ... ...
最近写的天气爬虫想要让它在后台每天定时执行,一开始用的celery,但不知道为什么明明设置cron在某个时间运行,但任务却不间断的运行。无奈转用apscheduler,但是不管怎么设置都不能使得当调用: python tasks.py 的时候都会阻塞在控制台。再次无奈转用supervisor。 首先 ...
分类:
其他好文 时间:
2017-08-29 19:39:32
阅读次数:
203
1.1 构建目录结构 defaults 默认寻找路径 tasks 存放playbooks路径 files 存放文件和脚本包,copy模块文件搜索路径 templates 模版存放路径 handlers notify调用部分playbook存放路径 vars roles内变量存放路径 1.2 文件目录 ...
分类:
其他好文 时间:
2017-08-29 12:50:46
阅读次数:
185
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
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;using System.Collectio ...
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
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