05 2019 档案
摘要:#!/usr/bin/env python#-*- conding:utf-8 -*-# class Person(object):# def __init__(self,name,age):# self.name = name# self.age = age## def getName(self)
阅读全文
摘要:import osimport xlrdfrom xlutils.copy import copydef base_dir(filename=None): return os.path.join(os.path.dirname(__file__),filename)"""对excel进行操作"""w
阅读全文
摘要:config配置文件如下: pycharm 运行结果: MongoDB 数据库截图: 如下为config 配置文件:
阅读全文