上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 代码 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:11 裏表異体 阅读(173) 评论(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 裏表異体 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://1lib.tk/ 阅读全文
posted @ 2023-04-05 20:13 裏表異体 阅读(257) 评论(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 裏表異体 阅读(78) 评论(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 裏表異体 阅读(26) 评论(0) 推荐(0) 编辑
摘要: docker删除镜像时出现了这样的问题 解决方法: 强制删除 docer rmi -f [IMAGE ID] 阅读全文
posted @ 2023-04-04 09:55 裏表異体 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.musicca.com/ 阅读全文
posted @ 2023-04-02 20:58 裏表異体 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 报错 Collecting package metadata (current_repodata.json): failed # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent cal 阅读全文
posted @ 2023-03-29 23:19 裏表異体 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 它的文档 https://www.renpy.cn/doc/ 它的官网 https://www.renpy.org/ 阅读全文
posted @ 2023-03-27 19:51 裏表異体 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 直接使用mamba吧! mamba是什么 和conda类似,mamba也是一个包管理软件,虽然不是很清楚,但是它似乎比conda要快很多(据说是并行下载),而且好用很多的感觉 安装 阅读全文
posted @ 2023-03-26 13:13 裏表異体 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页