摘要: CronTrigger配置格式: 格式: [秒] [分] [小时] [日] [月] [周] [年] 序号 说明 是否必填 允许填写的值 允许的通配符 1 秒 是 0 59 , / 2 分 是 0 59 , / 3 小时 是 0 23 , / 4 日 是 1 31 , ? / L W 5 月 是 1 阅读全文
posted @ 2020-03-31 16:10 橙云生 阅读(842) 评论(0) 推荐(0) 编辑
摘要: event.js (单例) app.js 阅读全文
posted @ 2020-03-31 15:59 橙云生 阅读(256) 评论(0) 推荐(0) 编辑
摘要: ```import React, {Component} from 'react';import { PropTypes } from 'prop-types';class ListItem extends Component { static contextTypes = { color: PropTypes.string } render(){ const { valu... 阅读全文
posted @ 2020-03-31 15:14 橙云生 阅读(190) 评论(0) 推荐(0) 编辑