文件操作 - exceptions.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/sqlparse/exceptions.py
编辑文件内容
# # Copyright (C) 2009-2020 the sqlparse authors and contributors # <see AUTHORS file> # # This module is part of python-sqlparse and is released under # the BSD License: https://opensource.org/licenses/BSD-3-Clause """Exceptions used in this package.""" class SQLParseError(Exception): """Base class for exceptions in this module."""
修改文件时间
将文件时间修改为当前时间的前一年
删除文件