2017年12月26日
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- ''' ''' from docx import Document from docx.shared import Inches class Record(object): def __init__(self): self.recordset=[] class OutDocx(... 阅读全文
posted @ 2017-12-26 15:00 VincentZhu 阅读(2861) 评论(0) 推荐(0) 编辑
摘要: pip install virtualenv virtualenv env_py36_crawl env_py36_crawl\Scripts\activate deactivatepip freeze > req.txt pip install -r req.txt 阅读全文
posted @ 2017-12-26 14:44 VincentZhu 阅读(241) 评论(0) 推荐(0) 编辑