上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: # 参考 https://blog.csdn.net/weixin_46184311/article/details/115291441 # 代码 ``` import requests, json, re, time, urllib.request import time import wget 阅读全文
posted @ 2023-06-18 21:01 裏表異体 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1. https://www.marxists.org/ 一个有很多马克思主义著作与马克思主义相关的人和事的各种资料,且经过多国语言翻译,支持中文、英文、葡萄牙语等等,也支持多种格式的浏览和下载。 阅读全文
posted @ 2023-06-08 16:37 裏表異体 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1. arxiv ``` wget --user-agent=Lynx https://arxiv.org/pdf/1404.5997.pdf ``` 阅读全文
posted @ 2023-06-03 18:03 裏表異体 阅读(4) 评论(0) 推荐(0) 编辑
摘要: msdn I tell you https://msdn.itellyou.cn/ 阅读全文
posted @ 2023-05-18 11:45 裏表異体 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-04-24 19:26 裏表異体 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 代码 import multiprocessing as mp import platform from tqdm import tqdm import wget ls = ['url1', 'url2', 'url3'] # 这里填入实际要下载的url pbar = tqdm(total=len( 阅读全文
posted @ 2023-04-11 20:10 裏表異体 阅读(310) 评论(0) 推荐(0) 编辑
摘要: import wget from bs4 import BeautifulSoup as bs import requests import random import requests from tqdm import tqdm from concurrent.futures import Thr 阅读全文
posted @ 2023-04-11 15:27 裏表異体 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://1lib.tk/ 阅读全文
posted @ 2023-04-05 20:12 裏表異体 阅读(283) 评论(0) 推荐(0) 编辑
摘要: dalai https://github.com/cocktailpeanut/dalai ChatGLM https://github.com/THUDM/ChatGLM-6B ChatRWKV https://github.com/BlinkDL/ChatRWKV ChatGLM-MNN htt 阅读全文
posted @ 2023-04-04 23:10 裏表異体 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 新建文本文件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 阅读全文
posted @ 2023-04-04 11:26 裏表異体 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页