目录
Spring Schedule定时关单_其他

Spring Schedule定时关单_其他_02
1. Spring Schedule介绍

作业调度,如定时任务

2. Spring Schedule Cron表达式快速入门
Spring Schedule定时关单_其他_03

Spring Schedule定时关单_其他_04

Spring Schedule定时关单_其他_05

Spring Schedule定时关单_其他_06

Spring Schedule定时关单_其他_07
3. Spring Schedule Cron生成器
  • 搜索引擎搜索"cron 生成器"


    Spring Schedule定时关单_其他_08
  • 演示生成器使用方法


    Spring Schedule定时关单_其他_09
4.Spring Schedule Cron配置
Spring Schedule定时关单_其他_10

Spring Schedule定时关单_其他_11

Spring Schedule定时关单_其他_12
5. MySQL行锁,表锁
  • select ... for update(悲观锁)
  • 使用Innodb引擎
    Row-Level Lock(明确的主键)
    Table-Level Lock(无明确的主键)


    Spring Schedule定时关单_其他_13
    行锁

    Spring Schedule定时关单_其他_14
    无lock

    Spring Schedule定时关单_其他_15
    表锁

    Spring Schedule定时关单_其他_16
    表锁

    Spring Schedule定时关单_其他_17
    表锁