摘要: # name: 04hanzi.py # date: 20240609 # programmer: arithmus # memo: find hanzi string import re def is_in(fullstr,substr): if re.findall(substr,fullstr 阅读全文
posted @ 2024-06-09 20:23 taohid 阅读(40) 评论(0) 推荐(0) 编辑
摘要: name function from memo date a01-oeis02.py oeis解析 OEIS 爬虫 OEIS format 书栈网文档 简洁,涉及python3.13的urllib.request 20240324 a02-tcmdoc.py 医案获取 20240324 a03-oe 阅读全文
posted @ 2024-03-24 10:40 taohid 阅读(4) 评论(0) 推荐(0) 编辑
摘要: # name: 02oeis.py # date: 20240324 # link: https://blog.csdn.net/qq_38848616/article/details/79637559 # programmer: arithmus # memo: find the OEIS wor 阅读全文
posted @ 2024-03-24 10:35 taohid 阅读(6) 评论(0) 推荐(0) 编辑