dir保存输出结果为txt 并设置utf-8
chcp 65001 > NUL dir /s /b > output.txt chcp 65001 > NUL dir ...
macOS Catalina 10.15.6 19G2021
我用夸克网盘分享了「macOS Catalina 10.15.6 19G2021.dmg」,点击链接即可保存。打开「夸克APP...
OpenWrt 断网自动重启脚本
#!/bin/sh # 自动检查线路是否正常,不正常就重启 Openwrt 重新拨号 PING=`ping -c 5 202.96.128....
idm
https://github.com/WindowsAddict/IDM-Activation-Script/releases An ope...
subtitle-converter 字幕格式转换工具
Subtitle Converter | Free tool | GoTranscript vtt srt
BatchTextReplacer批量替换工具
https://github.com/0xmelon/BatchTextReplacer
wordpress获取当前分类下的文章
wordpress获取当前分类下的文章 single.php $current_cat_id = get_the_category()[0]...
douyin批量
https://github.com/jiji262/douyin-downloader 技术支持可以找我。不过得付费 wx:1884639...
conda安装部署
https://www.cnblogs.com/Datapotumas/p/6293309.html 源码 https://repo.ana...
excel 常用命令
取之前内容 =LEFT(D1,FIND(“.”,D1)-1) 取之后内容 =RIGHT(C10,LEN(C10)-FIND(“http”,C...
批量修改文件编码工具
https://github.com/amrali-eg/EncodingChecker/tree/master
python srt翻译中文to英文
pip install googletrans==4.0.0-rc1 import os import time from googletr...
对口型 Wav2Lip python3.6 –version
https://blog.csdn.net/BIT_666/article/details/134506504 https://github...
python把目录下的文件名翻译成英语
from googletrans import Translator import os def sanitize_filename(fil...
在Windows10系统下,应用软件找不到映射的网络驱动器
从Windows功能打开SMB 直通并编辑名为EnableLinkedConnections的注册表项。 打开“程序和功能”里的“启用或关闭...
一文讲IPTV全屋播放
https://post.smzdm.com/p/a3x6m37k/
目录下视频根据分辨率分组
import os import subprocess import shutil def get_resolution(file_path...
判断视频是否有黑色
pip install tqdm pip install opencv_python import os import cv2 import...