- 博客(15)
- 收藏
- 关注
转载 【转】【centos7设置定时任务】小本本记下来
【转】CentOS7设置定时任务 每隔30分钟执行一次命令出处:CentOS 7 设置计划任务 crontabs——https://blog.itnmg.net/2013/05/18/linux-crond。一.安装 crontabs服务并设置开机自启:yum install crontabssystemctl enable crondsystemctl start crond...
2019-06-26 17:32:50
184
转载 【转】【shell脚本获取系统当前时间】小本本记下来
【转】shell脚本如何获取当前时间在shell脚本里常常需要获取系统时间来处理某项操作,今天系统的学习了一下如何获取系统时间。记录如下:Linux的系统时间在shell里是可以直接调用系统变量的如:获取今天时期:`date +%Y%m%d` 或 `date +%F` 或 $(date +%y%m%d)命令输出结果如下:[root@centi-Csh]#date...
2019-06-26 17:13:30
606
原创 总结之线段树1
线段树是利用了完全二叉树的一种数据结构,在每个节点保存一条线段,可以维护和询问一组数据,主要用于解决一段数据的动态查询问题。线段树需要维护的是子叶和根之间的变化关系并且可以查询,在预处理时耗时O(n),查询,更新操作需要o(logn),空间消耗o(n)。线段树单点更新,每次修改对应子叶节点,相应的根节点也要改变,如hduoj 1754 I Hate It (点击打开题目链接)
2016-07-27 14:33:18
342
翻译 训练之线段树Just a Hook
Just a HookCrawling in process...Crawling failedTime Limit:2000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus DescriptionInputOutput
2016-07-26 16:35:16
1296
翻译 训练之线段树A Simple Problem with Integers
A Simple Problem with IntegersCrawling in process...Crawling failedTime Limit:5000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu SubmitStatus DescriptionInpu
2016-07-26 16:26:20
301
转载 训练之线段树I Hate It
I Hate ItCrawling in process...Crawling failedTime Limit:3000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus DescriptionInputOutput
2016-07-26 16:21:59
293
转载 训练之DP-最少拦截系统
最少拦截系统Crawling in process...Crawling failedTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus Description某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统.但是这种导弹拦截
2016-07-21 21:25:02
415
翻译 训练之DP-数塔
数塔Crawling in process...Crawling failedTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus Description在讲述DP算法的时候,一个经典的例子就是数塔问题,它是这样描述的:
2016-07-21 21:20:48
287
翻译 训练之DP-Doing homework
Doing Homework againCrawling in process...Crawling failedTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus DescriptionIgnatius has just co
2016-07-21 21:13:53
262
转载 训练之DP-寒冰王座
寒冰王座Crawling in process...Crawling failedTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus Description不死族的巫妖王发工资拉,死亡骑士拿到一张N元的钞票(记住,只有一张钞票)
2016-07-21 21:08:04
279
转载 训练之搜索推箱子
Pushing BoxesCrawling in process...Crawling failedTime Limit:2000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu SubmitStatus DescriptionImagine you are standing in
2016-07-21 15:31:04
568
转载 训练之搜索骑士
骑士Crawling in process... Crawling failed Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u SubmitStatus Description在一个5×5的棋盘上有12个白色的骑士和12个
2016-07-21 15:27:25
431
转载 训练之搜索约会2
Dating with girls(2)Crawling in process...Crawling failedTime Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatus DescriptionIf you have solved t
2016-07-21 15:10:53
235
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人