上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
摘要: > 原文地址 [juejin.cn](https://juejin.cn/post/6844904067974742030#heading-11) > _" 世界上只有两种编程语言:一种经常被人喷,一种没人用。” ——_ Bjarne Stroustrup 现代原生移动应用主要由 [Swift](h 阅读全文
posted @ 2023-08-02 15:23 cps666 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 原文地址 juejin.cn 变量和常量 Swift var myVariable = 42 let myConstant = 42 Kotlin var myVariable = 42 val myConstant = 42 对比: 变量都是 variable,常量 kotlin 是 val,sw 阅读全文
posted @ 2023-08-02 15:03 cps666 阅读(55) 评论(0) 推荐(0) 编辑
摘要: ### web - [示例](https://developer.huawei.com/consumer/cn/training/course/slightMooc/C101667364948559963) - [API](https://developer.harmonyos.com/cn/doc 阅读全文
posted @ 2023-08-02 14:37 cps666 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 状态管理 指南 LocalStorage:页面级UI状态存储,通常用于UIAbility内、页面间的状态共享。 AppStorage:特殊的单例LocalStorage对象,由UI框架在应用程序启动时创建,为应用程序UI状态属性提供中央存储; PersistentStorage:持久化存储UI状态, 阅读全文
posted @ 2023-08-02 14:37 cps666 阅读(114) 评论(0) 推荐(0) 编辑
摘要: ### 权限 - [开发概述](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/accesstoken-overview-0000001544703857-V3?catalogVersion=V3) - [权限列 阅读全文
posted @ 2023-08-02 14:35 cps666 阅读(41) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页