摘要:
# [Cargo.toml 格式讲解](https://course.rs/cargo/reference/manifest.html#cargotoml-格式讲解) `Cargo.toml` 又被称为清单( `manifest` ),文件格式是 `TOML`,每一个清单文件都由以下部分组成: - 阅读全文
posted @ 2025-09-16 13:49
番茄是水果
阅读(8)
评论(0)
推荐(0)
摘要:
## 注意 1. **不要用 root 用户进行编译** 2. 国内用户编译前最好准备好梯子 3. 默认登陆IP 192.168.1.1 密码 password ## 编译命令 1. 首先装好 Linux 系统,推荐 Debian 11 或 Ubuntu LTS 2. 安装编译依赖 ``` sudo 阅读全文
posted @ 2025-09-16 13:48
番茄是水果
阅读(36)
评论(0)
推荐(0)
摘要:
git clone -b master https://mirrors.tuna.tsinghua.edu.cn/git/flutter-sdk.git 设定方式如下: export FLUTTER_STORAGE_BASE_URL="https://mirrors.tuna.tsinghua.ed 阅读全文
posted @ 2025-09-16 13:46
番茄是水果
阅读(180)
评论(0)
推荐(0)
摘要:
键码(KeyCode)对照表 字母和数字键的键码值(KeyCode) 按键 键码 按键 键码 A 65 J 74 B 66 K 75 C 67 L 76 D 68 M 77 E 69 N 78 F 70 O 79 G 71 P 80 H 72 Q 81 I 73 R 82 S 83 1 49 T 8 阅读全文
posted @ 2025-09-16 13:44
番茄是水果
阅读(12)
评论(0)
推荐(0)