上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 1. arxiv ``` wget --user-agent=Lynx https://arxiv.org/pdf/1404.5997.pdf ``` 阅读全文
posted @ 2023-06-03 18:03 裏表異体 阅读(26) 评论(0) 推荐(0)
摘要: msdn I tell you https://msdn.itellyou.cn/ 阅读全文
posted @ 2023-05-18 11:45 裏表異体 阅读(189) 评论(0) 推荐(0)
摘要: 清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-04-24 19:26 裏表異体 阅读(22) 评论(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 裏表異体 阅读(471) 评论(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 裏表異体 阅读(47) 评论(0) 推荐(0)
摘要: https://1lib.tk/ 阅读全文
posted @ 2023-04-05 20:12 裏表異体 阅读(293) 评论(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 裏表異体 阅读(140) 评论(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 裏表異体 阅读(63) 评论(0) 推荐(0)
摘要: docker删除镜像时出现了这样的问题 解决方法: 强制删除 docer rmi -f [IMAGE ID] 阅读全文
posted @ 2023-04-04 09:54 裏表異体 阅读(32) 评论(0) 推荐(0)
摘要: https://www.musicca.com/ 阅读全文
posted @ 2023-04-02 20:58 裏表異体 阅读(38) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页