摘要:
# 参考 https://blog.csdn.net/weixin_46184311/article/details/115291441 # 代码 ``` import requests, json, re, time, urllib.request import time import wget 阅读全文
摘要:
1. https://www.marxists.org/ 一个有很多马克思主义著作与马克思主义相关的人和事的各种资料,且经过多国语言翻译,支持中文、英文、葡萄牙语等等,也支持多种格式的浏览和下载。 阅读全文
摘要:
1. arxiv ``` wget --user-agent=Lynx https://arxiv.org/pdf/1404.5997.pdf ``` 阅读全文
摘要:
msdn I tell you https://msdn.itellyou.cn/ 阅读全文
摘要:
清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
摘要:
代码 import multiprocessing as mp import platform from tqdm import tqdm import wget ls = ['url1', 'url2', 'url3'] # 这里填入实际要下载的url pbar = tqdm(total=len( 阅读全文
摘要:
import wget from bs4 import BeautifulSoup as bs import requests import random import requests from tqdm import tqdm from concurrent.futures import Thr 阅读全文
摘要:
https://1lib.tk/ 阅读全文
摘要:
dalai https://github.com/cocktailpeanut/dalai ChatGLM https://github.com/THUDM/ChatGLM-6B ChatRWKV https://github.com/BlinkDL/ChatRWKV ChatGLM-MNN htt 阅读全文
摘要:
新建文本文件script.txt,输入以下内容 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv.txt for /f %%i in ('findstr /i . hv.txt 2^>nul') do dis 阅读全文