码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
C#连接数据库以及增、删、改、查操作
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; names ...
分类:数据库   时间:2017-10-23 01:10:29    阅读次数:193
C#方法(函数)
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace _04.方法_函数_ ...
分类:Windows程序   时间:2017-10-23 01:05:23    阅读次数:280
C#中的简单工厂设计模式示例
这个是用面向对象的方法来实现加,减,乘,除的计算,使用了“简单工厂的设计模式”。usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespace简单公司实现计算1{classProgram{staticvoidMain(string[]args){Co..
分类:Windows程序   时间:2017-10-21 00:14:53    阅读次数:286
config.xml写入和读取
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml; namespace ZhuoHuiScho ...
分类:其他好文   时间:2017-10-20 18:45:39    阅读次数:124
自动化运维工具Ansible之roles
一、概述1.1概念roles用于层次性、结构化地组织playbook。roles能够根据层次型结构自动装载变量文件、tasks以及handlers等。要使用roles只需要在playbook中使用include指令即可。简单来讲,roles就是通过分别将变量(vars)、文件(file)、任务(tasks)、模块(modules)及处理器(han..
分类:其他好文   时间:2017-10-19 19:48:59    阅读次数:181
利用 spring 的 task:scheduled-tasks 执行定期任务
ref是工作类 method是工作类中要执行的方法 initial-delay是任务第一次被调用前的延时,单位毫秒 fixed-delay是上一个调用完成后再次调用的延时 fixed-rate是上一个调用开始后再次调用的延时(不用等待上一次调用完成) cron是表达式,表示在什么时候进行任务调度。 ...
分类:编程语言   时间:2017-10-18 18:21:12    阅读次数:592
剪刀 石头 布
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WindowsFormsApp4; namespace ... ...
分类:其他好文   时间:2017-10-17 16:37:33    阅读次数:137
Spring任务调度<task:scheduled-tasks>【含cron参数详解】 (转载)
Spring内部有一个task是Spring自带的一个设定时间自动任务调度 task使用的时候很方便,但是他能做的东西不如quartz那么的多! 可以使用注解和配置两种方式,配置的方式如下 引入Spring放在appcation.xml开头 <!-- 注册bean --> <!-- 开启任务调度 - ...
分类:编程语言   时间:2017-10-17 15:03:02    阅读次数:229
Auto updater for my side loaded UWP apps
原文: Auto updater for my side loaded UWP apps As I described before, i have a few tasks to solve for my home automation project. One of the things I wa ...
分类:移动开发   时间:2017-10-17 10:08:30    阅读次数:229
621. Task Scheduler
Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different tasks.Tasks could ...
分类:其他好文   时间:2017-10-16 22:07:54    阅读次数:98
2110条   上一页 1 ... 68 69 70 71 72 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!