摘要:
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 阅读全文
摘要:
问题 启动失败: node Pulling node Error Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout excee 阅读全文
摘要:
信息 gyp: Undefined variable android_ndk_path in binding.gyp while trying to load binding.gyp 解决方法 export GYP_DEFINES="android_ndk_path=''" 阅读全文
摘要:
The Hive: https://github.com/zsfell/HiveLeak https://github.com/KRUNCHSHooT/CustomServerUI 阅读全文
摘要:
问题! 代码可以正常运行,但 VSCode 报错: 找不到模块 “./App.vue” 或其相应的类型声明 别再去愚昧的添加 d.ts 啦! 只需在 VSCode 安装 TypeScript Vue Plugin (Volar) 拓展 享受完全体的 Vue 导入! 阅读全文
摘要:
更换清华源 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 阅读全文
摘要:
基本结构 在时序数据库中,分为 指标(Metrics)、时间序列(Time Series)、标签(Labels)。 其中,指标(Metrics) 分为四个类型 Counter、Gauge、Histogram、Summary 深入了解每一个 Metric 类型 Counter:只增不减的计数器 Cou 阅读全文
摘要:
这个页面将教玩家如何安装 Forge 服务器。 1.6 至 1.20.2 Forge 版本 首先,你需要下载 Forge 安装程序,可以从 Forge 官方下载页面获取。下载后,启动它并选择“安装服务器”选项。如果你在没有图形界面的无头服务器上安装 Forge,运行以下命令(在你下载 jar 安装程 阅读全文
摘要:
问题 ayear@DESKTOP-GPCA3B0:~/AdonisJS$ node ace.js migration:run [ error ] Host 'DESKTOP-GPCA3B0' is not allowed to connect to this MySQL server at Pack 阅读全文
摘要:
安装必备的功能 使用 win + i 打开设置,依次点击 应用 → 应用与功能 → 程序和功能 → 启用或关闭Windows功能 勾选 适用于Linux的Windows子系统 与 虚拟机平台 确定并且重启 配置 组合键 win + r 输入 powershell 打开 PowerShell 窗口 执 阅读全文