码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
ARC032 D - アットコーダーモンスターズ
https://arc032.contest.atcoder.jp/tasks/arc032_4# 切比雪夫距离,放在3000*3000的平面上, 一个集合就是恰好包含这个集合的矩形,价值是矩形长、宽较大的一个。 先处理价值最小: 可以二分。 也可以不二分。 f[i][j]表示,(j,i)为左上角的 ...
分类:其他好文   时间:2019-06-16 10:02:01    阅读次数:113
linux 配置vscode
launch.json tasks.json ...
分类:系统相关   时间:2019-06-16 00:24:19    阅读次数:146
C#判断年份是否为闰年
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
分类:Windows程序   时间:2019-06-14 23:40:35    阅读次数:179
委托_deleget
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* //由框架提供的委托类型 //无返的 Action act0 ... ...
分类:其他好文   时间:2019-06-11 15:02:38    阅读次数:101
taskFactory
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多线程 { class Program { st... ...
分类:其他好文   时间:2019-06-11 14:57:49    阅读次数:90
Lambda
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lambda //匿名方法,用来实现委托 { c... ...
分类:其他好文   时间:2019-06-11 14:56:01    阅读次数:109
Async_Study
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using System.Dia... ...
分类:其他好文   时间:2019-06-11 12:57:43    阅读次数:102
ansible 安装zk集群playbook
1.编辑主角色文件viminstall-zk.ymlhosts:‘{{target}}‘vars:host1:10.0.0.11host2:10.0.0.12host3:10.0.0.13tasks:include:tasks/install-zk.yml2.编辑tasks文件vimtasks/install-zk.ymlname:copyzookeeper-3.4.12.tar.
分类:其他好文   时间:2019-06-05 11:22:11    阅读次数:85
2019icpc西安邀请赛
来源:jisuanke 更新中 A.Tasks 直接贪心 代码: #include<iostream> #include<cstdio> #include<algorithm> #include<cmath> #include<cstring> #include<string> #include<s ...
分类:其他好文   时间:2019-06-03 21:35:18    阅读次数:654
ansible publishing service
1 # ansible 初始化服务机 2 - hosts: newserver 3 vars: 4 - basedir: opt 5 tasks: 6 - name: 安装常用依赖环境 7 yum: name={{ item }} state=present 8 with_items: 9 - lr... ...
分类:其他好文   时间:2019-06-03 21:34:19    阅读次数:124
2110条   上一页 1 ... 33 34 35 36 37 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!