05 2022 档案

摘要:主要是内存不够,修改内存配置文件即可: https://blog.csdn.net/weixin_45756310/article/details/124385786 1、找到VM options文件选项: 2、修改文件中的相关字段值 3、重启即可 阅读全文
posted @ 2022-05-31 15:48 宇宙刘 阅读(1564) 评论(0) 推荐(0)
摘要:# -*- coding:utf-8 -*- '''anslysis_doc.py 功能:解析doc文档中xml段落的个数 步骤: ''' import os import re from docx import Document def get_xml_count(path): ''' :para 阅读全文
posted @ 2022-05-27 11:56 宇宙刘 阅读(66) 评论(0) 推荐(0)