-
大小: 77.77MB文件类型: .gz金币: 1下载: 0 次发布日期: 2022-04-16
- 语言: 数据库
- 标签: mysql xtrabackup innobackupex
资源简介
mysql备份恢复工具,下载解压后,设置环境变量,就可以用了
代码片段和文件信息
try:
from setuptools import setup
except ImportError:
from distutils import setup
long_description=“““Simple module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings (e.g.
2007-01-14T20:34:22+00:00) into datetime objects.
>>> import iso8601
>>> iso8601.parse_date(“2007-01-25T12:00:00Z“)
datetime.datetime(2007 1 25 12 0 tzinfo=)
>>>
Changes
=======
0.1.4
-----
* The default_timezone argument wasn‘t being passed through correctly
UTC was being used in every case. Fixes issue 10.
0.1.3
-----
* Fixed the microsecond handling the generated microsecond values were
way too small. Fixes issue 9.
0.1.2
-----
* Adding ParseError to __all__ in iso8601 module allows people to import it.
Addresses issue 7.
* Be a little more flexible when dealing with dates without leading zeroes.
This violates the spec a little but handles more dates as seen in the
field. Addresses issue 6.
* Allow date/time separators other than T.
0.1.1
-----
* When parsing dates without a timezone the specified default is used. If no
default is specified then UTC is used. Addresses issue 4.
“““
setup(
name=“iso8601“
version=“0.1.4“
description=long_description.split(“\n“)[0]
long_description=long_description
author=“Michael Twomey“
author_email=“micktwomey+iso8601@gmail.com“
url=“http://code.google.com/p/pyiso8601/“
packages=[“iso8601“]
license=“MIT“
)
相关资源
- MySQL8 Ubuntu16.04 64位 懒人安装包
- 新闻发布系统mysql+报告
- SSM框架实现新闻网站信息管理系统前
- mysql-5.7.18-winx64.msi
- MySQL5.7 32位安装版
- 高性能MySQL 第三版 完整中文版 高清版
- 高性能MySQL 第3版 中文pdf
- mysql5.5绿色破解版+服务配置+安装教程
- 深入理解MySQL核心技术扫描高清+目录
- 基于Spring、struct2、Mybatis的驾校考试系
- 1z0-888 MYSQL5.7 OCP
- sqlserver2000 事件探查器profiler
- 简易人事管理系统pyqt5+mysql
- Storm+Kafka+Flume+Zookeeper+MySQL实现数据实
- 数据库课程实验13——网上书店管理系
- SparkStreaming流式日志过滤与分析
- 《Effective MySQL之SQL语句最优化》PDF
- mysqlsla-2.03.tar
- mysqltest.c
- MySQL说课.ppt
- 面试宝典MySql.txt
- 北大青鸟mysql数据库学习资料 案例M
- MySQL数据库从入门到精通
- 数据库课程设计:住院管理信息系统
- MySQL ODBC 3.51 Driver
- Oracle 方案 ----Mysql版数据脚本
- mysql-community-common-5.7.16-1.el7.x86_64.rpm
- 豆瓣top250电影信息数据库表
- 网上商城系统基于SSH框架连接MySQL.z
- nodeJS中express框架和mysql简单的连接d
评论
共有 条评论