Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
dbe7dde5
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
dbe7dde5
编写于
7月 25, 2022
作者:
O
openharmony_ci
提交者:
Gitee
7月 25, 2022
浏览文件
操作
浏览文件
下载
差异文件
!7089 3.1Release分支:开发指南引入samples和codelabs:无需翻译
Merge pull request !7089 from 葛亚芳/OpenHarmony-3.1-Release
上级
1a38c535
75e02729
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
27 addition
and
17 deletion
+27
-17
zh-cn/application-dev/ability/ability-brief.md
zh-cn/application-dev/ability/ability-brief.md
+1
-1
zh-cn/application-dev/ability/fa-brief.md
zh-cn/application-dev/ability/fa-brief.md
+8
-8
zh-cn/application-dev/database/database-mdds-guidelines.md
zh-cn/application-dev/database/database-mdds-guidelines.md
+2
-1
zh-cn/application-dev/database/database-relational-guidelines.md
...pplication-dev/database/database-relational-guidelines.md
+1
-1
zh-cn/application-dev/database/database-storage-guidelines.md
...n/application-dev/database/database-storage-guidelines.md
+2
-3
zh-cn/application-dev/device-usage-statistics/device-usage-statistics-dev-guide.md
...ice-usage-statistics/device-usage-statistics-dev-guide.md
+4
-1
zh-cn/application-dev/device/usb-guidelines.md
zh-cn/application-dev/device/usb-guidelines.md
+3
-0
zh-cn/application-dev/napi/napi-guidelines.md
zh-cn/application-dev/napi/napi-guidelines.md
+3
-1
zh-cn/application-dev/windowmanager/display-guidelines.md
zh-cn/application-dev/windowmanager/display-guidelines.md
+3
-1
未找到文件。
zh-cn/application-dev/ability/ability-brief.md
浏览文件 @
dbe7dde5
...
...
@@ -31,4 +31,4 @@
两种模型的基本介绍,详见
[
FA模型综述
](
fa-brief.md
)
及
[
Stage模型综述
](
stage-brief.md
)
。
## 相关实例
针对Ability开发,有以下相关实例可供参考:
-
[
Page内和Page间导航跳转
](
https://gitee.com/openharmony/codelabs/tree/master/Ability/PageAbility
)
\ No newline at end of file
-
[
Page内和Page间导航跳转(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Ability/PageAbility
)
\ No newline at end of file
zh-cn/application-dev/ability/fa-brief.md
浏览文件 @
dbe7dde5
...
...
@@ -38,11 +38,11 @@ Ability框架在API 8及更早版本使用FA模型。FA模型中Ability分为Pag
-
[
`DistributeCalc`:分布式计算器(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/Preset/DistributeCalc
)
-
[
`DistributeGraffiti`:分布式涂鸦(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/ability/DistributedGraffiti
)
-
[
分布式调度启动远程FA
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/RemoteStartFA
)
-
[
分布式新闻客户端
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/NewsDemo
)
-
[
分布式手写板(eTS)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/DistributeDatabaseDrawEts
)
-
[
分布式鉴权(JS)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/GameAuthOpenH
)
-
[
分布式游戏手柄(eTS)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/HandleGameApplication
)
-
[
分布式邮件(eTS)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/OHMailETS
)
-
[
分布式亲子早教系统(eTS)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/OpenHarmonyPictureGame
)
-
[
分布式遥控器(eTS)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/RemoteControllerETS
)
\ No newline at end of file
-
[
分布式调度启动远程FA(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/RemoteStartFA
)
-
[
分布式新闻客户端(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/NewsDemo
)
-
[
分布式手写板(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/DistributeDatabaseDrawEts
)
-
[
分布式鉴权(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/GameAuthOpenH
)
-
[
分布式游戏手柄(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/HandleGameApplication
)
-
[
分布式邮件(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/OHMailETS
)
-
[
分布式亲子早教系统(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/OpenHarmonyPictureGame
)
-
[
分布式遥控器(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/RemoteControllerETS
)
\ No newline at end of file
zh-cn/application-dev/database/database-mdds-guidelines.md
浏览文件 @
dbe7dde5
...
...
@@ -179,5 +179,6 @@ OpenHarmony系统中的分布式数据服务模块为开发者提供下面几种
```
## 相关实例
针对分布式数据开发,有以下相关实例可供参考:
-
[
`DDMQuery`:结果集与谓词(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/data/DDMQuery
)
-
[
`KvStore`:分布式数据库(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/data/Kvstore
)
-
[
分布式数据库
](
https://gitee.com/openharmony/codelabs/tree/master/Data/JsDistributedData
)
\ No newline at end of file
-
[
分布式数据库(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Data/JsDistributedData
)
\ No newline at end of file
zh-cn/application-dev/database/database-relational-guidelines.md
浏览文件 @
dbe7dde5
...
...
@@ -311,4 +311,4 @@
针对关系型数据库开发,有以下相关实例可供参考:
-
[
`Rdb`:关系型数据库(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/data/Rdb
)
-
[
`DistributedRdb`:分布式关系型数据库(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/data/DistributedRdb
)
-
[
关系型数据库
](
https://gitee.com/openharmony/codelabs/tree/master/Data/JSRelationshipData
)
-
[
关系型数据库
(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Data/JSRelationshipData
)
zh-cn/application-dev/database/database-storage-guidelines.md
浏览文件 @
dbe7dde5
...
...
@@ -164,6 +164,5 @@
```
## 相关实例
针对轻量级数据存储开发,有以下相关实例可供参考:
-
[
`LiteStorage`:轻量级存储(eTS)(API7)
](
https://gitee.com/openharmony/app_samples/tree/master/data/LiteStorage
)
-
[
轻量级偏好数据库
](
https://gitee.com/openharmony/codelabs/tree/master/Data/Database
)
-
[
备忘录(eTS)
](
https://gitee.com/openharmony/codelabs/tree/master/Data/NotePad_OH_ETS
)
\ No newline at end of file
-
[
轻量级偏好数据库(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Data/Database
)
-
[
备忘录(eTS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Data/NotePad_OH_ETS
)
\ No newline at end of file
zh-cn/application-dev/device-usage-statistics/device-usage-statistics-dev-guide.md
浏览文件 @
dbe7dde5
...
...
@@ -204,4 +204,7 @@ import stats from '@ohos.bundleState';
console.log('BUNDLE_ACTIVE isIdleState callback succeeded, result: ' + JSON.stringify(res));
}
});
```
\ No newline at end of file
```
## 相关实例
针对设备使用信息统计,有以下相关实例可供参考:
-
[
`DeviceUsageStatistics`:设备使用信息统计(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/device/DeviceUsageStatistics
)
\ No newline at end of file
zh-cn/application-dev/device/usb-guidelines.md
浏览文件 @
dbe7dde5
...
...
@@ -153,3 +153,6 @@ USB设备可作为Host设备连接Device设备进行数据传输。开发示例
usb
.
releaseInterface
(
pipe
,
interface1
);
usb
.
closePipe
(
pipe
);
```
## 相关实例
针对USB管理开发,有以下相关实例可供参考:
-
[
`USBManager`:USB管理(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/device/USBManager
)
\ No newline at end of file
zh-cn/application-dev/napi/napi-guidelines.md
浏览文件 @
dbe7dde5
...
...
@@ -636,4 +636,6 @@ export default {
}
}
```
## 相关实例
针对Native API的开发,有以下相关实例可供参考:
-
[
`NativeAPI`:NativeAPI(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/Native/NativeAPI
)
zh-cn/application-dev/windowmanager/display-guidelines.md
浏览文件 @
dbe7dde5
...
...
@@ -22,4 +22,6 @@ display.getDefaultDisplay().then((disp) => {
console
.
log
(
'
display.getDefaultDisplay failed, error :
'
+
JSON
.
stringify
(
err
));
})
```
## 相关实例
针对屏幕属性开发,有以下相关实例可供参考:
-
[
`Screen`:屏幕属性(eTS)(API8)
](
https://gitee.com/openharmony/app_samples/tree/master/device/Screen
)
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录