IP属地:北京
//1.方法一 windowStage.loadContent('view/autoSearch/AutoSearchPage', (err) ...
//1.在开发应用前,需要先申请相机相关权限,确保应用拥有访问xx的权限。在“module.json5”文件中配置xx权限,具体配置方式。 //...
//调用 @Entry @ComponentV2 struct CustomDialogPage { dialogController2: C...
import { mediaquery } from "@kit.ArkUI"; @Entry @ComponentV2 struct MPag...
//参考链接 https://developer.huawei.com/consumer/cn/doc/best-practices/bpta-...
/** * 网格布局* */ @Entry @ComponentV2 struct BPPage01 { build() { Column...
//1并发函数一般使用
//1.什么是单例 单例模式:一个类只有一个实例,为了节省内存资源 //2.饿汉模式 /** * 单列模式 * 类对象创建,只有一个实例对象* ...
//1.父组件调用 @Entry @ComponentV2 struct Index { // @Builder // midBuilderP...