摘要: 官网:https://docs.flutter.dev/ 国内镜像网:https://flutter.cn/ Dart文档:https://dart.dev/language 开始使用 安装好 Visual Studio Code (VSCode) 安装扩展:Flutter https://mark 阅读全文
posted @ 2024-03-19 16:36 灵火 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Sitecore List Manager 主要是用于管理用户订阅和取消订阅的,当用户订阅之后,相关的用户信息就会保存在对应的 List。 而 Sitecore 的 List 类型分为两类:Contact List 和 Segment List。 有关文档:https://sitecorehacke 阅读全文
posted @ 2024-03-19 16:22 灵火 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1. 在环境变量里添加变量: HTTP_PROXY: http://127.0.0.1:7890 HTTPS_PROXY: https://127.0.0.1:7890 也可以通过命令来取消或设置环境变量里的代理: 一般只设置 proxy, 而不用设只 https_proxy 的代理就够用了。 关闭 阅读全文
posted @ 2024-03-19 10:04 灵火 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 首先确保安装了 Cargo: https://www.rust-lang.org/tools/install 官网:https://tauri.app/v1/guides/getting-started/setup 安装: cargo install create-tauri-app --locke 阅读全文
posted @ 2024-03-19 09:53 灵火 阅读(19) 评论(0) 推荐(0) 编辑