Linux最常用命令及快捷键整理 最近在学Linux系统命令,在阿里云买了一台linux服务器。为方便自己也方便他人,整理了Linux常用命令及快捷键。 用命令: 文件和目录: # cd /home 进入 '/home' 目录 # cd .. 返回上一级目录 # cd ../.. 返回上两级目录 # Read More
posted @ 2018-06-05 15:16 渐渐冷了 Views(149) Comments(0) Diggs(0)
springboot之定时任务 定时线程 说到定时任务,通常会想到JDK自带的定时线程来执行,定时任务。回顾一下定时线程池。 public static ScheduledExecutorService newScheduledThreadPool(int var0) { return new Sc Read More
posted @ 2018-06-05 15:14 渐渐冷了 Views(140) Comments(0) Diggs(0)