会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
caiusxin
博客园
首页
新随笔
联系
订阅
管理
2023年5月26日
js获取抖音视频信息配合服务器自动下载
摘要: #引入axios 方便发送请求 #解析当前页面获取视频信息 #把数据发送到服务器 注意端口号,1024以上浏览器可能会拦截,认为不安全 重复发送,防止连续重复发送,手动清除定时器 点击查看代码 ``` // 导入axios.pos let script = document.createElemen
阅读全文
posted @ 2023-05-26 11:26 caiusxin
阅读(227)
评论(0)
推荐(0)
编辑
2023年4月8日
flask jinjia模板 莫名错误
摘要: 不识别html注释 注释中有语法错误 删除有问题的注释
阅读全文
posted @ 2023-04-08 00:00 caiusxin
阅读(8)
评论(0)
推荐(0)
编辑
2023年4月7日
whooshee_search 查询慢 没结果
摘要: 数据库添加数据后需要新增索引 flask 中在上下文环境中重建索引 点击查看代码 with app.app_context(): who.reindex()<details>
阅读全文
posted @ 2023-04-07 22:43 caiusxin
阅读(13)
评论(0)
推荐(0)
编辑
2023年4月6日
flask中数据库数据修改不生效
摘要: 新增列,查询表类后修改 提交不生效 没修改类定义,只是添加了了数据库列 发现缘故 查询列条件时提示无定义
阅读全文
posted @ 2023-04-06 19:46 caiusxin
阅读(46)
评论(0)
推荐(0)
编辑
2023年4月5日
代码片段
摘要: #1.js新增前页面audio的播放按钮 下载全部的按钮 歌曲名设置为 data-desc=a.mp3 原始audio 下一首 下载所有 歌曲名 点击查看代码 let musics = document.querySelectorAll('audio') // 音频链接 let musicSrcs=
阅读全文
posted @ 2023-04-05 10:35 caiusxin
阅读(12)
评论(0)
推荐(0)
编辑
2023年4月3日
flask run error
摘要: 修改flask_script/init.py 把from ._compat import text_type 改成 from flask_script._compat import text_type csdn
阅读全文
posted @ 2023-04-03 21:52 caiusxin
阅读(11)
评论(0)
推荐(0)
编辑
2023年3月28日
部署遇坑 stable-diffusion-webui
摘要: #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
阅读(1421)
评论(0)
推荐(0)
编辑
资源获取get
摘要: bt下载 qBittorrent 下载页
阅读全文
posted @ 2023-03-28 12:36 caiusxin
阅读(6)
评论(0)
推荐(0)
编辑
资源处理
摘要: 图片压缩 #1.Caesium 50mb 官网 github 搬运
阅读全文
posted @ 2023-03-28 12:26 caiusxin
阅读(14)
评论(0)
推荐(0)
编辑
2023年3月23日
gta5 蓝牙耳机无声
摘要: #禁用其他输出设备 猜测原因是默认设备的问题,电脑连接耳机默认耳机输出。游戏有几个默认可用选择了其他的输出导致耳机没声音 ##如果有外放需求记得之后启用其他输出
阅读全文
posted @ 2023-03-23 12:11 caiusxin
阅读(3393)
评论(0)
推荐(0)
编辑
下一页
公告
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css