
linux
热情的蘑菇
1.每天进步一丢丢,做个有趣的人
2.种一棵树最好时间是十年前,其次是现在
3.每个人都有一个觉醒期,但觉醒的早晚决定个人的命运
4.只有自己诚心待人,别人才有可能对自己以诚相待
5.普通并不等于庸俗。在许许多多普普通通的事情中,应该表现出不平常的看法和做法来。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决虚拟机中使用ntpdate报错:ntpdate[46700]: no server suitable for synchronization found
解决虚拟机中使用ntpdate报错:ntpdate[46700]: no server suitable for synchronization found 在使用ntpdate同步时间时出现上述错误: ntpdate[46700]: no server suitable for synchronization found 没有找到好的解决方案,只能换...转载 2018-10-13 12:55:41 · 930 阅读 · 1 评论 -
shell 日期加减运算
比如今日是2012-04-22 $ date -d “+1 day” +%Y-%m-%d 2012-04-23 $ date -d “-1 day” +%Y-%m-%d 2012-04-21 $ date -d "2012-04-10 -1 day " +%Y-%m-%d 2012-04-09 $ date -d "2012-04-10 +1 day " +%Y-%m-%d 2012-04-11 ...原创 2019-01-09 13:35:37 · 4706 阅读 · 0 评论