1、官网地址:
Ant Design Vue — An enterprise-class UI components based on Ant Design and Vue.js
2、显示个信息:
Modal.info({title: This is a notification message,content: h(div, {}, [h(p, some messages...some messages...),h(p, some …
Spring Task是调度任务框架,通过配置,程序可以按照约定的时间自动执行代码逻辑,基于注解方式实现需要如下注解:
Component 任务调度类交给Spring IOC容器管理EnableScheduling 启用 Spring 的定时任务(Scheduling&…