上一页 1 2 3 4 5 6 ··· 31 下一页
摘要: 报错内容:P16 is not supported on CPU; using FP32 instead 解决办法:在最后加上-- fp16 False whisper git地址:https://github.com/openai/whisper?tab=readme-ov-file 阅读全文
posted @ 2024-02-25 14:00 啄木鸟伍迪 阅读(1003) 评论(0) 推荐(0)
摘要: 报错内容 解决办法 在artifacts设置中,选择copy to the output directory and link via manifest; MANIFEST.MF的位置到src/main/resources 重新build 在jar包输出的目录 运行; 设置artifacts信息 更 阅读全文
posted @ 2024-02-20 12:47 啄木鸟伍迪 阅读(967) 评论(0) 推荐(0)
摘要: 概述: 缘由 ios 设备也可以通过Synology Drive Client app 来同步, 同步到ios 设备的Drive 文件中,但是ios设备文件直接不能访问,又由于obsidian 笔记比较特殊,需要打开特定文件夹来导入笔记 ,该文件夹只能在"我的iPad"中;于是有了一下的解决方案; 阅读全文
posted @ 2023-12-04 17:54 啄木鸟伍迪 阅读(3237) 评论(0) 推荐(0)
摘要: 一.配置同步前的准备: https://kb.synology.cn/zh-cn/DSM/tutorial/Drive_Client_connection_issue 确保Synology NAS已开机。可以通过登录 DSM 或Synology Drive网络门户来检查硬盘是否已开机。 请确认您的网 阅读全文
posted @ 2023-12-04 13:53 啄木鸟伍迪 阅读(717) 评论(0) 推荐(0)
摘要: pom.xml 变成了了蜘蛛 解决办法 打开工具栏view下的 ant 把pom.xml remove 阅读全文
posted @ 2023-11-02 14:02 啄木鸟伍迪 阅读(266) 评论(0) 推荐(0)
摘要: npm install 报错 解决办法 打卡windos powershell 并且以管理员运行 输入命令 set-executionpolicy remotesigned Y 阅读全文
posted @ 2023-11-02 09:51 啄木鸟伍迪 阅读(277) 评论(0) 推荐(1)
摘要: 全局function模式 module1.js//数据 let data = 'atguigu.com' //操作数据的函数 function foo() { console.log(`foo() ${data}`) } function bar() { console.log(`bar() ${d 阅读全文
posted @ 2023-11-01 15:57 啄木鸟伍迪 阅读(24) 评论(0) 推荐(0)
摘要: 装饰模式的基本结构 classDiagram class Component{ <<interface>> + operation(); } class ConcreateComponent{ + operation(); } class Decrator{ - Component componen 阅读全文
posted @ 2023-11-01 09:10 啄木鸟伍迪 阅读(15) 评论(0) 推荐(0)
摘要: 策略模式结构 classDiagram class Context{ -Statage statage +ContextIntegace(Statage statage) } class Stratage{ <<abstract>> + algorithmInterface() } class Co 阅读全文
posted @ 2023-10-28 11:40 啄木鸟伍迪 阅读(24) 评论(0) 推荐(0)
摘要: 安装预览插件 预览指令 使用control + shift +p 效果 阅读全文
posted @ 2023-10-28 10:13 啄木鸟伍迪 阅读(1823) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 31 下一页
//火箭 GenerateContentList();