Tired of doing the same job? Get your hands on 700-280 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-20 19:57:16
阅读次数:
121
Tired of doing the same job? Get your hands on NS0-509 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-16 16:37:31
阅读次数:
112
Timer 本身就是一个线程,最主要的方法就是schedule()。 schedule()的参数介绍: schedule(TimerTask task, long delay) //延迟delay毫秒以后执行任务 schedule(TimerTask task, long delay, long p ...
分类:
编程语言 时间:
2019-07-14 11:26:51
阅读次数:
145
K8S集群内有一台212专门用来做数据库服务器,磁盘是基于SSD。1.设置212污点kubectltaintnode172.17.10.212disk=ssd:NoSchedule2.数据库的deploymentspec:tolerations:-key:"disk"operator:"Equal"value:"ssd"effect:"NoSchedule"nodeSelector:kuberne
分类:
Web程序 时间:
2019-07-12 00:43:55
阅读次数:
307
链接: https://vjudge.net/problem/HDU 3572 题意: Our geometry princess XMM has stoped her study in computational geometry to concentrate on her newly opene ...
分类:
其他好文 时间:
2019-07-11 20:42:04
阅读次数:
150
在使用schedule创建定时任务时,出现空指针的解决方式。
分类:
其他好文 时间:
2019-07-06 21:02:04
阅读次数:
408
celery 定时任务,使用crontab表达式不执行(版本4.3.x) 在使用celery 执行定时任务时,发现任务不会执行,schedule设置如下: 经测试,如果去掉hour,则任务每分钟都会执行,说明是hour的问题,那只有是时区的问题了。 遂将hour改为UTC的时间,发现任务可以执行,说 ...
分类:
其他好文 时间:
2019-07-05 16:40:56
阅读次数:
135
We missed our first meeting. I rescheduled this for us. This is our first 1:1 meeting. We will take this chance to talk about our priorities in 2019 a... ...
分类:
其他好文 时间:
2019-07-03 14:00:57
阅读次数:
91
cmd命令大全 开始→运行→CMD→键入以下命令即可: gpedit.msc 组策略 sndrec32 录音机 Nslookup IP地址侦测器 explorer 打开资源管理器 logoff 注销命令 tsshutdn 60秒倒计时关机命令 lusrmgr.msc 本机用户和组 services. ...
分类:
其他好文 时间:
2019-07-01 11:00:42
阅读次数:
90
第一章 多线程与并发基础知识 并发背后的问题: 1.3程序、进程与线程 程序是静态的概念,windows下通常指exe文件。 进程是动态的概念,是程序的运行状态,进程说明程序在内存中的边界。 线程是进程内的一个基本任务,每个线程都有自己的功能,是cpu分配与调度的基本单位。 线程的三大特性:原子性、 ...
分类:
编程语言 时间:
2019-07-01 01:15:08
阅读次数:
162