码迷,mamicode.com
首页 >  
搜索关键字:job    ( 4794个结果
The Best GCIH Exam Cram Ever - Pass Easily GCIH Exam
Tired of doing the same job? Get your hands on GCIH exam It is the nature of the human being that he/she will get tired of doing the same task over an ...
分类:其他好文   时间:2019-08-06 19:41:54    阅读次数:78
Expertly Guided NSE5_FAZ-6.0 Exam Cram with a High Passing Rate
Tired of doing the same job? Get your hands on NSE5_FAZ-6.0 exam It is the nature of the human being that he/she will get tired of doing the same task ...
分类:其他好文   时间:2019-08-06 19:39:48    阅读次数:63
Spring4+Springmvc+quartz实现多线程动态定时调度
scheduler定时调度系统是大多行业项目都需要的,传统的spring-job模式,个人感觉已经out了,因为存在很多的问题,特别是定时调度的追加、修改、删除等,需要修改xml,xml的配置生效无非是热部署灰度发布方案或者直接停止、重启服务器,完全不能做到自动启动、修复方式。 ...
分类:编程语言   时间:2019-08-05 09:54:57    阅读次数:152
python定时任务模块APScheduler
一、简单任务 定义一个函数,然后定义一个scheduler类型,添加一个job,然后执行,就可以了 5秒整倍数,就执行这个函数 带参数的 二、日志 三、删除任务 要求执行一定阶段任务以后,删除某一个循环任务,其他任务照常进行。有如下代码: 四、停止任务,恢复任务 五、捕获错误 ...
分类:编程语言   时间:2019-08-04 10:42:53    阅读次数:136
Python02
第二章 while循环 基础循环 运行上面的代码会陷入死循环,使用while时一定不能陷入死循环,需要加条件,如下代码 使用while计数输出,输出0-99 break关键字 用于中断循环,通常再满足某种条件时使用,如下,我希望在等于10时终止程序 continue关键字 用于结束本次循环,仅仅跳出 ...
分类:编程语言   时间:2019-08-02 23:00:00    阅读次数:193
Download CWAP-403 Exam Cram to Make Your Success Guaranteed
Tired of doing the same job? Get your hands on CWAP-403 exam It is the nature of the human being that he/she will get tired of doing the same task ove ...
分类:其他好文   时间:2019-08-01 14:35:14    阅读次数:102
Docker+Jenkins实现spring-boot项目持续集成
环境Jenkins安装,准备一台server,安装略,百度一下。Docker安装,准备一台server,安装略,百度一下。Jenkins上配置新建一Maven的Job项目。Jenkins配置-源码Jenkins配置-构建触发器Jenkins配置-构建环境构建前,从集中存放配置文件的GitLab中拉取最新配置文件,包含Dockerfile,后面开始构建会引用最新文件。cd/data/httpd/re
分类:编程语言   时间:2019-07-31 16:48:17    阅读次数:148
docker部署xxl-job 通用反射执行器
原因 最近在公司写一些job,公司使用的是spring boot提供的注解形式实现的。 这样在自测的时候很麻烦,而且测试提测的时候需要修改cron表达式 提交git jenkins打包重启 解决方案 查阅资料后决定选用任务调度平台,有很多优秀的任务调度平台,选择xxl job是因为文档清晰、使用简单 ...
分类:其他好文   时间:2019-07-31 10:37:23    阅读次数:104
02-Kubenetes资源
Kubenetes资源 [TOC] 常用资源对象 workload: Pod, ReplicaSet, Deployment, StatefulSet, DaemonSet, Job, Cronjob 负载均衡/服务发现:Service, Ingress, ... 配置与存储: Volume, CS ...
分类:Web程序   时间:2019-07-30 00:45:41    阅读次数:135
修改oracle数据库字符集
SQL> shutdown immediate; SQL> startup mount; SQL> alter system enable restricted session; SQL> alter system set job_queue_processes=0; SQL> alter data ...
分类:数据库   时间:2019-07-29 14:15:30    阅读次数:99
4794条   上一页 1 ... 66 67 68 69 70 ... 480 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!