摘要:
#!/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
阅读(2910)
评论(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
阅读(250)
评论(0)
推荐(0)
浙公网安备 33010602011771号