页面配置
more 注释之前的内容被视为文章摘要。
页面信息你可以在 Markdown 的 Frontmatter 中设置页面信息。
作者设置为 Ms.Hope。
写作日期为 2020 年 1 月 1 日
分类为 “使用指南”
标签为 “页面配置” 和 “使用指南”
页面内容你可以自由在这里书写你的 Markdown。
::: tip
你可以将图片和 Markdown 文件放置在一起,但是你需要使用相对链接./ 进行引用。
对于 .vuepress/public 文件夹的图片,请使用绝对链接 / 进行引用。
:::
主题包含了一个自定义徽章可以使用:
文字结尾应该有深蓝色的 徽章文字 徽章。
页面结构此页面应当包含:
路径导航
标题和页面信息
TOC (文章标题列表)
贡献者、更新时间等页面元信息
评论
导航栏
侧边栏
页脚
返回顶部按钮
你可以通过主题选项和页面 Frontmatter 自定义它们。
无题
Cargo 依赖下载慢、设置镜像在用户目录.cargo目录新建config文件,把以下配置复制到文件中:
1234567[source.crates-io]registry = "https://github.com/rust-lang/crates.io-index"replace-with = 'ustc'[source.ustc]# registry = "git://mirrors.ustc.edu.cn/crates.io-index"# 如果所处的环境中不允许使用 git 协议,可以把上面的地址改为registry = "https://mirrors.ustc.edu.cn/crates.io-index"
参考:https://zhuanlan.zhihu.com/p/74875840?from_voters_page=true
无题
Rust Cargo
无题
Rust OwnerShip 所有权
无题
Rust Trait
无题
Rust Unsafe
无题
Rust package、Crate、Module
无题
Rust struct 结构体
无题
Rust 使用环境变量