# ohos_learning_materias **Repository Path**: gorit/ohos_learning_materias ## Basic Information - **Project Name**: ohos_learning_materias - **Description**: ohos 学习资源汇总 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2025-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ohos_study ## NAPI 学习资源 [napi 扫盲](https://forums.openharmony.cn/forum.php?mod=viewthread&tid=1151) [napi 是怎么一回事?](https://zhuanlan.zhihu.com/p/680968108) [napi 系列学习课程](https://gitee.com/openharmony-sig/knowledge_demo_temp/blob/master/docs/napi_study/ReadMe.md) [Native适配教程](https://developer.huawei.com/consumer/cn/training/course/slightMooc/C101705084078534051) 同步调用 异步调用 - callback https://gitee.com/openharmony/docs/blob/OpenHarmony-5.0.1-Release/zh-cn/application-dev/napi/use-napi-asynchronous-task.md - promise https://gitee.com/openharmony/docs/blob/OpenHarmony-5.0.1-Release/zh-cn/application-dev/napi/use-napi-about-promise.md [一些 napi 的使用方法](https://nodejs.org/dist/latest-v20.x/docs/api/n-api.html) ## 常见开发问题 https://docs.openharmony.cn/pages/v4.1/zh-cn/application-dev/faqs/full-sdk-compile-guide.md ## 南向资料 https://gitee.com/rkl_212/Documents#/rkl_212/Documents/blob/master/Windows10%E5%AE%89%E8%A3%85Linux%E5%AD%90%E7%B3%BB%E7%BB%9F.md ```shell repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ```