B站相关工具digitalplat域名 作者: zadmin 时间: 2026-03-22 分类: 捣鼓捣鼓 暂无评论 工具与资源记录1. GitHub 项目项目地址说明BiliToolshttps://github.com/btjawa/BiliToolsB站相关工具res-downloaderhttps://github.com/putyy/res-downloader资源下载器BiliNotehttps://github.com/JefferyHcool/BiliNoteB站笔记工具2. 进程与文件进程... 阅读全文
Python安装记录Conda环境管理 作者: zadmin 时间: 2026-03-22 分类: 其他 暂无评论 Python 环境配置与 PyTorch 安装记录1. PyTorch 本地安装安装指定版本(cp312)pip install F:\Anaconda-old\torch121\torch-2.7.0+cu126-cp312-cp312-win_amd64.whl手动下载安装(cp310,大小约 2.7 GB)下载地址:https://download.pytorch.org/whl/cu... 阅读全文
Wireshark显示过滤器排除TLS握手与ACK流量 作者: zadmin 时间: 2026-03-22 分类: 其他 暂无评论 Wireshark 显示过滤器:排除 TLS 握手与 ACK 流量过滤器表达式ip.dst == 103.102.202.78 || ip.dst == 103.107.217.68 || ip.dst == 103.102.202.85 && !(_ws.col.info matches "^Client Hello") && !(_ws... 阅读全文
LivePortrait安装笔记 作者: zadmin 时间: 2026-03-22 分类: 其他 暂无评论 LivePortrait 安装笔记LivePortrait 是一个由快手、中国科学技术大学和复旦大学联合研发的开源、可控人像视频生成框架1. PyTorch 安装(CUDA 12.1)使用官方源安装pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorc... 阅读全文
OpenWrt-PandoraBox软件源与配置笔记 作者: zadmin 时间: 2026-03-22 分类: 其他 暂无评论 OpenWrt / PandoraBox 软件源与配置笔记1. OpenWrt 软件源镜像国内镜像源中科大镜像mirrors.ustc.edu.cn/openwrt/snapshots/清华镜像mirrors.tuna.tsinghua.edu.cn/openwrt官方镜像USTC 代理openwrt.proxy.ustclug.orgOpenWrt 官方镜像mirror-03.infra.... 阅读全文