摘要: #引入axios 方便发送请求 #解析当前页面获取视频信息 #把数据发送到服务器 注意端口号,1024以上浏览器可能会拦截,认为不安全 重复发送,防止连续重复发送,手动清除定时器 点击查看代码 ``` // 导入axios.pos let script = document.createElemen 阅读全文
posted @ 2023-05-26 11:27 caiusxin 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 不识别html注释 注释中有语法错误 删除有问题的注释 阅读全文
posted @ 2023-04-08 00:00 caiusxin 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 数据库添加数据后需要新增索引 flask 中在上下文环境中重建索引 点击查看代码 with app.app_context(): who.reindex()<details> 阅读全文
posted @ 2023-04-07 22:43 caiusxin 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 新增列,查询表类后修改 提交不生效 没修改类定义,只是添加了了数据库列 发现缘故 查询列条件时提示无定义 阅读全文
posted @ 2023-04-06 19:46 caiusxin 阅读(34) 评论(0) 推荐(0) 编辑
摘要: #1.js新增前页面audio的播放按钮 下载全部的按钮 歌曲名设置为 data-desc=a.mp3 原始audio 下一首 下载所有 歌曲名 点击查看代码 let musics = document.querySelectorAll('audio') // 音频链接 let musicSrcs= 阅读全文
posted @ 2023-04-05 10:35 caiusxin 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 修改flask_script/init.py 把from ._compat import text_type 改成 from flask_script._compat import text_type csdn 阅读全文
posted @ 2023-04-03 21:52 caiusxin 阅读(9) 评论(0) 推荐(0) 编辑
摘要: #Couldn't install clip. 本地安装源代码 github镜像 https://gitcode.net/mirrors/mlfoundations/open_clip.git git clone setup.py build install 注意用 stable-diffusion 阅读全文
posted @ 2023-03-28 16:44 caiusxin 阅读(1243) 评论(0) 推荐(0) 编辑
摘要: bt下载 qBittorrent 下载页 阅读全文
posted @ 2023-03-28 12:36 caiusxin 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 图片压缩 #1.Caesium 50mb 官网 github 搬运 阅读全文
posted @ 2023-03-28 12:26 caiusxin 阅读(13) 评论(0) 推荐(0) 编辑
摘要: #禁用其他输出设备 猜测原因是默认设备的问题,电脑连接耳机默认耳机输出。游戏有几个默认可用选择了其他的输出导致耳机没声音 ##如果有外放需求记得之后启用其他输出 阅读全文
posted @ 2023-03-23 12:11 caiusxin 阅读(2925) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css