提交 e30ee566 编写于 作者: G ge-yafang

update docs

Signed-off-by: Nge-yafang <geyafang@huawei.com>
上级 c33588e0
...@@ -231,7 +231,7 @@ Form需要在应用配置文件config.json中进行配置。 ...@@ -231,7 +231,7 @@ Form需要在应用配置文件config.json中进行配置。
} }
``` ```
具体的持久化方法可以参考[轻量级数据存储开发指导](../database/database-preference-guidelines.md) 具体的持久化方法可以参考[轻量级数据存储开发指导](../database/database-storage-guidelines.md)
需要注意的是,卡片使用方在请求卡片时传递给提供方应用的Want数据中存在临时标记字段,表示此次请求的卡片是否为临时卡片: 需要注意的是,卡片使用方在请求卡片时传递给提供方应用的Want数据中存在临时标记字段,表示此次请求的卡片是否为临时卡片:
......
...@@ -244,7 +244,7 @@ Form需要在应用配置文件module.json中进行配置。 ...@@ -244,7 +244,7 @@ Form需要在应用配置文件module.json中进行配置。
} }
``` ```
具体的持久化方法可以参考[轻量级数据存储开发指导](../database/database-preference-guidelines.md)。 具体的持久化方法可以参考[轻量级数据存储开发指导](../database/database-storage-guidelines.md)。
需要注意的是,卡片使用方在请求卡片时传递给提供方应用的Want数据中存在临时标记字段,表示此次请求的卡片是否为临时卡片: 需要注意的是,卡片使用方在请求卡片时传递给提供方应用的Want数据中存在临时标记字段,表示此次请求的卡片是否为临时卡片:
......
...@@ -216,8 +216,8 @@ ...@@ -216,8 +216,8 @@
- [关系型数据库概述](database/database-relational-overview.md) - [关系型数据库概述](database/database-relational-overview.md)
- [关系型数据库开发指导](database/database-relational-guidelines.md) - [关系型数据库开发指导](database/database-relational-guidelines.md)
- 轻量级数据存储 - 轻量级数据存储
- [轻量级数据存储概述](database/database-preference-overview.md) - [轻量级数据存储概述](database/database-storage-overview.md)
- [轻量级数据存储开发指导](database/database-preference-guidelines.md) - [轻量级数据存储开发指导](database/database-storage-guidelines.md)
- 分布式数据对象 - 分布式数据对象
- [分布式数据对象概述](database/database-distributedobject-overview.md) - [分布式数据对象概述](database/database-distributedobject-overview.md)
- [分布式数据对象开发指导](database/database-distributedobject-guidelines.md) - [分布式数据对象开发指导](database/database-distributedobject-guidelines.md)
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
- [访问控制](reference/apis/js-apis-abilityAccessCtrl.md) - [访问控制](reference/apis/js-apis-abilityAccessCtrl.md)
- [通用密钥库系统](reference/apis/js-apis-huks.md) - [通用密钥库系统](reference/apis/js-apis-huks.md)
- 数据管理 - 数据管理
- [轻量级存储](reference/apis/js-apis-data-preferences.md) - [轻量级存储](reference/apis/js-apis-data-storage.md)
- [分布式数据管理](reference/apis/js-apis-distributed-data.md) - [分布式数据管理](reference/apis/js-apis-distributed-data.md)
- [关系型数据库](reference/apis/js-apis-data-rdb.md) - [关系型数据库](reference/apis/js-apis-data-rdb.md)
- [结果集](reference/apis/js-apis-data-resultset.md) - [结果集](reference/apis/js-apis-data-resultset.md)
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
- [关系型数据库概述](database-relational-overview.md) - [关系型数据库概述](database-relational-overview.md)
- [关系型数据库开发指导](database-relational-guidelines.md) - [关系型数据库开发指导](database-relational-guidelines.md)
- 轻量级数据存储 - 轻量级数据存储
- [轻量级数据存储概述](database-preference-overview.md) - [轻量级数据存储概述](database-storage-overview.md)
- [轻量级数据存储开发指导](database-preference-guidelines.md) - [轻量级数据存储开发指导](database-storage-guidelines.md)
- 分布式数据对象 - 分布式数据对象
- [分布式数据对象概述](database-distributedobject-overview.md) - [分布式数据对象概述](database-distributedobject-overview.md)
- [分布式数据对象开发指导](database-distributedobject-guidelines.md) - [分布式数据对象开发指导](database-distributedobject-guidelines.md)
...@@ -227,8 +227,8 @@ ...@@ -227,8 +227,8 @@
- [关系型数据库概述](database/database-relational-overview.md) - [关系型数据库概述](database/database-relational-overview.md)
- [关系型数据库开发指导](database/database-relational-guidelines.md) - [关系型数据库开发指导](database/database-relational-guidelines.md)
- 轻量级数据存储 - 轻量级数据存储
- [轻量级数据存储概述](database/database-preference-overview.md) - [轻量级数据存储概述](database/database-storage-overview.md)
- [轻量级数据存储开发指导](database/database-preference-guidelines.md) - [轻量级数据存储开发指导](database/database-storage-guidelines.md)
- 分布式数据对象 - 分布式数据对象
- [分布式数据对象概述](database/database-distributedobject-overview.md) - [分布式数据对象概述](database/database-distributedobject-overview.md)
- [分布式数据对象开发指导](database/database-distributedobject-guidelines.md) - [分布式数据对象开发指导](database/database-distributedobject-guidelines.md)
...@@ -553,7 +553,7 @@ ...@@ -553,7 +553,7 @@
- [访问控制](reference/apis/js-apis-abilityAccessCtrl.md) - [访问控制](reference/apis/js-apis-abilityAccessCtrl.md)
- [通用密钥库系统](reference/apis/js-apis-huks.md) - [通用密钥库系统](reference/apis/js-apis-huks.md)
- 数据管理 - 数据管理
- [轻量级存储](reference/apis/js-apis-data-preferences.md) - [轻量级存储](reference/apis/js-apis-data-storage.md)
- [分布式数据管理](reference/apis/js-apis-distributed-data.md) - [分布式数据管理](reference/apis/js-apis-distributed-data.md)
- [关系型数据库](reference/apis/js-apis-data-rdb.md) - [关系型数据库](reference/apis/js-apis-data-rdb.md)
- [结果集](reference/apis/js-apis-data-resultset.md) - [结果集](reference/apis/js-apis-data-resultset.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册