码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
2020.4.19--个人赛
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:其他好文   时间:2020-04-26 11:23:37    阅读次数:70
ansible学习
ansible 基础概念 1 2 3 4 5 6 7 8 9 10 11 inventory 主机源 playbooks 一组运行任务的命令集合 roles 角色 tasks 运行任务列表 handlers 运行任务后的触发动作 variables 定义的变量 ansible目录结构 使用Role组 ...
分类:其他好文   时间:2020-04-23 12:28:55    阅读次数:63
LINQ的实例
``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LINQTest { class Pro... ...
分类:其他好文   时间:2020-04-21 15:27:57    阅读次数:74
Ansible剧本
第一章 Ansible剧本介绍 1.什么是playbook剧本 电影剧本: 电影名 演员 场景 时间 事件 台词 Ansible剧本: 一系列的任务按照我们期望的结果编排在一起 playbook组成: hosts: 定义主机角色 tasks: 具体执行的任务 简单理解:不同的模块去完成一件事 举例: ...
分类:其他好文   时间:2020-04-20 23:25:09    阅读次数:92
2020/4/20 一键部署服务
一键部署rsync服务 [root@m01 conf] cat /server/scripts/rsync.yaml command playbook hosts: 172.16.1.41 tasks: name: setup01:install rsync yum: name: rsync sta ...
分类:其他好文   时间:2020-04-20 15:22:10    阅读次数:63
celery 基础教程(五):守护进程
一 守护进程方式启动 https://blog.csdn.net/p571912102/article/details/82735052 文件目录如下 . ├── config.py ├── main.py ├── test │ └── tasks.py └── test2 ├── __init__ ...
分类:系统相关   时间:2020-04-15 18:03:23    阅读次数:85
C# 时间格式转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Elight.Infrastructure{ publi ...
分类:Windows程序   时间:2020-04-14 22:57:57    阅读次数:91
ansible-playbook role 编写示例
下面是一个安装httpd软件的过程。tasks/templates/vars是必须的目录:├──httpd│├──tasks││├──conf.yml││├──group.yml││├──httpd.yml││├──main.yml││├──selinux.yml││├──service.yml││└──user.yml│├──templates││└──httpd.conf.j2│└──vars
分类:其他好文   时间:2020-04-09 14:15:30    阅读次数:102
ARC070E NarrowRectangles
URL https://atcoder.jp/contests/arc070/tasks/arc070_c 解法 考虑 DP,计 $dp_i(x)$ 为考虑了前 $i$ 个矩形,最后一个矩形的左端点在 $x$ 的最小代价。通过归纳法可以证明,把 $dp_i$ 关于 $x$ 的函数的话,函数是一个不超 ...
分类:其他好文   时间:2020-04-08 22:42:12    阅读次数:67
Task.Delay 使用注意事项
注意:下边代码会一直运行,不会返回 [TestMethod] public void MaxThreadCntTest() { ThreadPool.SetMaxThreads(20, 20); List<Task> tasks = new List<Task>(); for (var c = 0; ...
分类:其他好文   时间:2020-04-08 12:08:39    阅读次数:97
2110条   上一页 1 ... 14 15 16 17 18 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!