brightmann
brightmann
hi。 我运行zzhack serve也 遇到错误: $ zzhack serve ⠁ use router::RootRoutes; pub struct Page { pub route: RootRoutes, pub name: &'static str, } pub const PAGES: [Page; 1] = [ Page...
@SpiritInAShell ,thank u very much. it does work
hi. 还是遇到错误: ~/blog-by-ramsayleung (master)$ git pull remote: Enumerating objects: 34, done. remote: Counting objects: 100% (34/34), done. remote: Compressing objects: 100% (9/9), done. remote: Total 34 (delta 25), reused 34...
谢谢兄弟这么详细的回答。非常感谢 On Sat, Nov 9, 2024 at 11:05 PM Ramsay ***@***.***> wrote: > 这个是因为 diesel 需要 posgresql 的library, 我在 Linux 和 Mac 上通过安装 postgresql > 解决了这个问题: > > brew install...