文章分类 - python
摘要:Python任务调度模块 – APScheduler 2015年6月11日 by debugo · 22条评论 APScheduler是一个Python定时任务框架,使用起来十分方便。提供了基于日期、固定时间间隔以及crontab类型的任务,并且可以持久化任务、并以daemon方式运行应用。目前最新
阅读全文
摘要:# -*- coding: utf-8 -*- __author__ = 'ghost' from sqlalchemy import create_engine, Table, Column, Integer, String, MetaData, ForeignKey # 连接数据库 engine
阅读全文
浙公网安备 33010602011771号