- 发布于2023-12-25 15:17:02
mysql Exists 用法
用法:Select * from TableA a where Not Exists (Select * from TableB b where a.id=b.id and a.name=b.name); 1、Not Exists 用在where之...赞评论 1浏览 496 - 发布于2024-11-15 13:37:43
替代nginx 的caddy 配置
尤其在不能上网的机器 (传统企业开发) Caddyfile 配置 :80 { log { output file /var/log/caddy/access.log { roll_size_mb 10 ...赞评论浏览 222 - 发布于2024-09-02 08:50:20赞评论浏览 786
- 发布于2024-08-31 17:37:52
音视频提取字幕,翻译字幕,合并到视频,添加中英文字幕
33字幕 下载好模型,用本地模型。 翻译用deepl 手动复制粘贴。 翻译api的话可以用百度,每月限免200w字 工具自带合并 PS: 需要注册33字幕网 账号 docs: https://sspai.com/post/85493赞评论浏览 691 - 发布于2024-08-23 14:59:44
maven package时候对文件xlsx doc压缩 问题
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifac...赞评论浏览 782 - 发布于2024-08-15 17:18:42赞评论浏览 1031