从wordpress后台,导出所有文章,格式为xml。再将xml转为word。 import xml.etree.ElementTree as ET from docx import Document def xml_to_word(xml_file_path,...
Tag: Tools
正则表达式删除所有行某字符开始之前或者之后所有字符
删除S 之后的所有字符用:s.*$ 删除S 之前的所有字符用:^.*s
Thinking-Claude Prompt
https://github.com/richards199999/Thinking-Claude/tree/main <anthropic_thinking_protocol> For EVERY SINGLE interaction with the human,...
douyin live recroder(录制douyin直播的视频)
Linux 版本: git clone pip3 install -r requirements.txt apt update apt install ffmpeg 运行:sudo python3 main.py ...
关闭远程shell后,继续运行linux程序
1,启动shell,启动 screen 2,找到要运行的程序,启动 python3 main.py 3,关闭shell 4,查看正在运行的screen,screen -r 5,如何关闭screen pgrep screen // grep -u $USER -x...
AU和iZotope.RX7. 美化声音
1,降底噪 选中前8秒,无声音的。按 shift + P,连按3次 再按 ctrl + a 继续按 ctrl + shift + p,降噪这里输入80%,降噪幅度输入 15db, 应用 2,去口水音 ctrl +a 效果,批处理,还原,RX 7 Mouth...
喜马拉雅下载
https://github.com/Diaoxiaozhang/Ximalaya-Downloader/releases
HP LASER NS MFP 1005W wifi 打印机设置
1,开机 2,同时按住 WIFI功能开关+ 恢复键,电源键将闪烁 3,打印机会打印出机器随机的无线密码,自动打印A4纸 Wi-Fi Direct Setup 这一项目下,有个 Wi-Fi Direct Password: 12345678,8位数字的密码 ...
Navidrome Windows 搭建音乐服务器
一,搭建,安装,启动服务 1,安装 ffmpeg 下载win对应的版本到本地,官网地址:https://ffmpeg.org/设置 > 高级 >设置环境变量,把 ffmpeg 路径放入 path 2, 安装...