码迷,mamicode.com
首页 >  
搜索关键字:jobs    ( 826个结果
BaseWorkerForm : Form
using System.Collections.Generic;using System.Windows.Forms;using WindowsFormsApplication3.Enums;using WindowsFormsApplication3.Jobs;using WindowsForm...
分类:其他好文   时间:2014-07-23 11:36:46    阅读次数:190
BaseWorkerForm
using System.Collections.Generic;using System.Windows.Forms;using WindowsFormsApplication3.Enums;using WindowsFormsApplication3.Jobs;using WindowsForm...
分类:其他好文   时间:2014-07-22 00:03:36    阅读次数:213
Job1
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using WindowsFormsApplication3.Jobs;using Win...
分类:其他好文   时间:2014-07-22 00:03:33    阅读次数:153
ExeCuteManager
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using WindowsFormsApplication3.Jobs;using Win...
分类:其他好文   时间:2014-07-21 00:09:45    阅读次数:267
hive与hbase的区别与联系
共同点:1.hbase与hive都是架构在hadoop之上的。都是用hadoop作为底层存储区别:2.Hive是建立在Hadoop之上为了减少MapReduce jobs编写工作的批处理系统,HBase是为了支持弥补Hadoop对实时操作的缺陷的项目 。3.想象你在操作RMDB数据库,如果是全表扫描...
分类:其他好文   时间:2014-07-16 21:30:18    阅读次数:167
UVA 10026 Shoemaker's Problem
Shoemaker's Problem Shoemaker has N jobs (orders from customers) which he must make. Shoemaker can work on only one job in each day. For each ith job, it is known the integer Ti (1i<=1000...
分类:其他好文   时间:2014-07-16 17:12:33    阅读次数:274
Quartz.NET简介
Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目,它可以与J2EE与J2SE应用程序相结合也可以单独使用。Quartz可以用来创建简单或为运行十个,百个,甚至是好几万个Jobs这样复杂的日程序表。Jobs可以做成标准的Java组件或 EJBs。Quart...
分类:Web程序   时间:2014-07-14 21:57:58    阅读次数:274
通过配置文件实现任务调度
Quartz.NET 2.0 可以很方便的通过配置的xml文件方式实现灵活的任务调度配置(1.0版本就已经支持了,只是配置文件格式有些变化)默认的quartz任务配置文件为quartz_jobs.xml,在quartz服务的根目录下,可以通过quartz.config中quartz.plugin.x...
分类:其他好文   时间:2014-07-14 21:55:47    阅读次数:357
【翻译自mos文章】DBA_JOBS 和 DBA_JOBS_RUNNING 不同的结果的解释
DBA_JOBS 和 DBA_JOBS_RUNNING 不同的结果的解释...
分类:数据库   时间:2014-07-12 18:00:19    阅读次数:223
winform 报表的基本使用
本文介绍报表的基本使用, 从pubs数据库的表jobs提取数据显示到报表上(pubs数据库为sql server自带数据库), 如何获得报表上一个文本对象的值以及如何改变他的值 以下为简单步骤: 一. 添加新项,选中数据集 二. 在新增的数据集中,右键添加DataTable,取名为jobs,并添加列...
分类:Windows程序   时间:2014-07-11 20:43:09    阅读次数:251
826条   上一页 1 ... 79 80 81 82 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!