摘要: Groq 查看文档 代理: https://posh-rhino-64.deno.dev/openai/v1 Gemini 查看文档 代理: https://important-seahorse-15.deno.dev/v1beta/openai 阅读全文
posted @ 2025-03-27 11:12 mcayear 阅读(63) 评论(0) 推荐(0)
摘要: Geekbench 6 https://www.geekbench.com/ 命令 sudo apt install wget tar -y wget https://cdn.geekbench.com/Geekbench-6.3.0-Linux.tar.gz && tar -xvzf Geekbe 阅读全文
posted @ 2024-11-11 11:27 mcayear 阅读(423) 评论(0) 推荐(0)
摘要: 问题 启动失败: node Pulling node Error Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout excee 阅读全文
posted @ 2024-10-15 19:18 mcayear 阅读(1836) 评论(0) 推荐(0)
摘要: 信息 gyp: Undefined variable android_ndk_path in binding.gyp while trying to load binding.gyp 解决方法 export GYP_DEFINES="android_ndk_path=''" 阅读全文
posted @ 2024-09-11 08:46 mcayear 阅读(371) 评论(0) 推荐(0)
摘要: The Hive: https://github.com/zsfell/HiveLeak https://github.com/KRUNCHSHooT/CustomServerUI 阅读全文
posted @ 2024-06-24 10:08 mcayear 阅读(107) 评论(0) 推荐(0)
摘要: 问题! 代码可以正常运行,但 VSCode 报错: 找不到模块 “./App.vue” 或其相应的类型声明 别再去愚昧的添加 d.ts 啦! 只需在 VSCode 安装 TypeScript Vue Plugin (Volar) 拓展 享受完全体的 Vue 导入! 阅读全文
posted @ 2024-06-17 21:46 mcayear 阅读(457) 评论(0) 推荐(0)
摘要: 更换清华源 sudo sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list 更新与升级 sudo apt update sudo apt upgrade 添加 NodeJS 20 下载源 cur 阅读全文
posted @ 2024-06-14 20:15 mcayear 阅读(57) 评论(0) 推荐(0)
摘要: 基本结构 在时序数据库中,分为 指标(Metrics)、时间序列(Time Series)、标签(Labels)。 其中,指标(Metrics) 分为四个类型 Counter、Gauge、Histogram、Summary 深入了解每一个 Metric 类型 Counter:只增不减的计数器 Cou 阅读全文
posted @ 2024-06-10 23:52 mcayear 阅读(59) 评论(0) 推荐(0)
摘要: 这个页面将教玩家如何安装 Forge 服务器。 1.6 至 1.20.2 Forge 版本 首先,你需要下载 Forge 安装程序,可以从 Forge 官方下载页面获取。下载后,启动它并选择“安装服务器”选项。如果你在没有图形界面的无头服务器上安装 Forge,运行以下命令(在你下载 jar 安装程 阅读全文
posted @ 2024-05-01 23:42 mcayear 阅读(2674) 评论(0) 推荐(0)
摘要: 问题 ayear@DESKTOP-GPCA3B0:~/AdonisJS$ node ace.js migration:run [ error ] Host 'DESKTOP-GPCA3B0' is not allowed to connect to this MySQL server at Pack 阅读全文
posted @ 2024-04-13 15:13 mcayear 阅读(29) 评论(0) 推荐(0)