04 2021 档案

摘要:相关信息 源码链接: https://github.com/LeftStan/vocabtest 技术标签: html, css, js, jquery, thymleaf, springboot 效果演示 主界面 小学词汇,初中词汇,高中词汇测试界面 考研词汇,四级词汇,六级词汇,托福词汇,GRE 阅读全文
posted @ 2021-04-22 11:27 Left_Stan 阅读(1645) 评论(1) 推荐(0)
摘要:代码 from docx import Document from docx.opc.constants import RELATIONSHIP_TYPE as RT import re #存放超链接 target = {} #存放超链接文本 text = [] d = Document("mate 阅读全文
posted @ 2021-04-17 17:48 Left_Stan 阅读(1861) 评论(0) 推荐(0)
摘要:首先从github上获取别人扒好的词库json数据 https://github.com/kajweb/dict 数据格式大致如下 接着就可以直接使用python处理数据,并插入数据库了 import sys from jsonpath import jsonpath import json imp 阅读全文
posted @ 2021-04-04 20:11 Left_Stan 阅读(1190) 评论(0) 推荐(0)