码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Lambda表达式
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:其他好文   时间:2020-01-10 00:40:56    阅读次数:75
PP: Time series clustering via community detection in Networks
tasks:1. review the community detection paper2. formulate your problem and software functions3. Suppose: similar time series tend to connect to each o ...
分类:编程语言   时间:2020-01-09 13:23:33    阅读次数:100
django使用celery异步发送短信
1.安装celery模块pipinstall-Ucelery==4.3.02.创建celery相关目录xiaolan/#项目主目录├──mycelery/├──config.py#配置文件├──__init__.py├──main.py#主程序└──sms/#一个目录可以放置多个任务,该目录下存放当前任务执行时需要的模块或依赖└──tasks.py#任务的文件,名称必须是这个3.创建celery配
分类:其他好文   时间:2020-01-08 00:25:56    阅读次数:89
yum回滚至Kubernetes1.15.7版本
背景:升级Kubernetes版本从1.14.1-->1.17.0,官方说明不能跨版本升级,所以只好一个版本一个版本升级。最终升到1.17.0后发现API的格式有改动,之前的中间件版本很多不支持。所以回滚到1.15.7。 官方升级说明:https://kubernetes.io/docs/tasks ...
分类:Web程序   时间:2020-01-07 00:27:58    阅读次数:105
ansible简单使用
从控制主机复制文件到本地(fetch),再从本地复制文件到远程控制主机copy从控制主机复制文件到本地,并且解压到远程主机fetchunarchivetasks:执行tasks各含义:触发器notifyhandlerstag标签facts类型的变量ansible-playbook命令的命令行中的自定义变量如果要指定多个变量,则用多个-e引导即可两个远程主机(remotehost)上面互相传输数据:
分类:其他好文   时间:2020-01-04 00:55:49    阅读次数:74
6.5字符串的格式化
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _6._5字符串的格式化 { class Pro ...
分类:其他好文   时间:2020-01-03 19:35:18    阅读次数:87
playbook变量(八)循环迭代
1、基本使用 [root@linux-node1 ansible]# cat testitem.yaml - hosts: date remote_user: root tasks: - name: create some files file: name=/data1/{{ item }} sta ...
分类:其他好文   时间:2020-01-02 15:34:18    阅读次数:81
泛型-协变
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 专高四 { class 协变 { static ... ...
分类:其他好文   时间:2020-01-01 18:44:18    阅读次数:67
Java: Concurrency
Executor Framework e.g. Runnable interface specifies a task to execute concurrently with other tasks. run() contains the task to perform. Executor Int ...
分类:编程语言   时间:2019-12-31 18:23:13    阅读次数:66
vscode c_cpp_properties setting
vscode c_cpp_properties setting C/C++ 插件用户工程项目配置 .vscode/c_cpp_properties.json 增加如下内容: .vscode/launch.json 增加如下内容: .vscode/tasks.json 增加如下内容: Code-Run ...
分类:其他好文   时间:2019-12-31 01:12:34    阅读次数:197
2110条   上一页 1 ... 22 23 24 25 26 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!