码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
利用ansible批量创建iis站点
准备:系统必须大于等于windows2008R2系统升级PowerShell至3.0安装iis安装netansible控制台目录结构. ├──hosts#ansible存放客户机IP ├──roles │└──web │├──files ││└──web.ps1#创建iis站点ps脚本 │└──tasks │└──main.yml#ansible控制脚本 └──web..
分类:其他好文   时间:2016-11-28 17:49:48    阅读次数:203
UVA10305 Ordering Tasks
恢复内容开始 这是一道典型的拓扑排序题, 学长讲完拓扑序之后敲了一下, 结果wa了两发,也不知道错在了哪, 然后就给放到一边了, 今天又重新看了一遍, 在网上搜了一下大神的解题报告, 突然间看到了一句话 : 这道题有个坑 就是 n != 0 && m == 0 我一下子就发现了自己代码的问题。 果然 ...
分类:其他好文   时间:2016-11-27 11:51:05    阅读次数:105
SqlHelper帮助类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Configuration;using System ...
分类:数据库   时间:2016-11-26 13:51:49    阅读次数:407
vscode中启动浏览器的tasks.json
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "0.1.0", "command": "firefox", ...
分类:Web程序   时间:2016-11-17 10:40:41    阅读次数:455
Threading.Tasks 简单的使用
调用方式: ...
分类:其他好文   时间:2016-11-15 19:44:51    阅读次数:160
winform的DBhelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;using Syste ...
分类:数据库   时间:2016-11-08 02:12:53    阅读次数:238
python学习笔记3-celery分布式任务处理器
celery是用python写的一个异步的任务框架,功能非常强大,具体的说明可以查看官网,这里主要提供点demo让你迅速使用该框架 1.环境安装 默认安装好了redis pip install celery pip install celery redis 用来作为任务消息的载体 2. tasks. ...
分类:编程语言   时间:2016-11-07 02:29:35    阅读次数:274
Ansible 使用roles安装服务
创建所需要的目录[root@HA2nginx]#mkdir/etc/ansible/roles/nginx/{files,handlers,meta,vars,tasks,templates,default}-pv新建tasks任务[root@HA2nginx]#cd/etc/ansible/roles/nginx///进入nginx的roles目录[root@HA2nginx]#cattasks/main.yml//查看配置文件内容-name:install..
分类:其他好文   时间:2016-11-01 07:45:46    阅读次数:986
Fiddler基本用法以及如何对手机抓包
一、Fiddler是什么? ·一种Web调试工具。 ·可以记录所有客户端和服务器的http和https请求。 ·允许监视、设置断点、修改输入输出数据。 官方文档(英文):http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/Configure ...
分类:移动开发   时间:2016-11-01 01:05:09    阅读次数:227
cdmc2016数据挖掘竞赛题目Android Malware Classification
http://www.csmining.org/cdmc2016/ Data Mining Tasks Description Task 1: 2016 e-News categorisation For this year, the dataset is sourced from 6 online ...
分类:移动开发   时间:2016-10-26 20:24:09    阅读次数:548
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!