03 2017 档案

摘要:1. 定时任务实现方式:SpringBoot自带的Scheduled,可以将它看成一个轻量级的Quartz,而且使用起来比Quartz简单许多,本文主要介绍。 执行方式:单线程(串行)多线程(并行) 2. 创建定时任务 @Component@EnableSchedulingpublic class 阅读全文
posted @ 2017-03-29 10:52 spaceway 阅读(6351) 评论(0) 推荐(0)
摘要:1. 检查MySQL是否安装,如果有安装,则移除(rpm –e 名称)[root@localhost ~]# rpm -qa | grep -i mysqlmysql-libs-xxxxxxxxxx.x86_64[root@localhost ~]# yum -y remove mysql-libs 阅读全文
posted @ 2017-03-25 00:11 spaceway 阅读(948) 评论(0) 推荐(0)