• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ArkTS(方舟编程语言)
2
3- [ArkTS简介](arkts-overview.md)
4- ArkTS基础类库<!--arkts-utils-->
5    - [ArkTS基础类库概述](arkts-utils-overview.md)
6    - XML生成、解析与转换<!--xml-generation-parsing-conversion-->
7        - [XML概述](xml-overview.md)
8        - [XML生成](xml-generation.md)
9        - [XML解析](xml-parsing.md)
10        - [XML转换](xml-conversion.md)
11    - [Buffer介绍](buffer.md)
12    - ArkTS容器类库<!--containers-->
13        - [容器类库概述](container-overview.md)
14        - [线性容器](linear-container.md)
15        - [非线性容器](nonlinear-container.md)
16- ArkTS并发<!--arkts-concurrency-->
17    - [并发概述](concurrency-overview.md)
18    - [异步并发](async-concurrency-overview.md)
19    - 多线程并发<!--multithread-concurrency-->
20        - [多线程并发概述](multi-thread-concurrency-overview.md)
21        - [TaskPool简介](taskpool-introduction.md)
22        - [Worker简介](worker-introduction.md)
23        - [TaskPool与Worker对比 (TaskPool和Worker)](taskpool-vs-worker.md)
24    - 并发线程间通信<!--interthead-communication-->
25        - [ArkTS线程间通信概述](interthread-communication-overview.md)
26        - 线程间通信对象<!--interthead-communication-object-->
27            - [普通对象](normal-object.md)
28            - [ArrayBuffer对象](arraybuffer-object.md)
29            - [SharedArrayBuffer对象](shared-arraybuffer-object.md)
30            - [Transferable对象(NativeBinding对象)](transferabled-object.md)
31            - Sendable对象<!--sendable-object-->
32                - [Sendable对象简介](arkts-sendable.md)
33                - [Sendable使用规则与约束](sendable-constraints.md)
34                - [异步锁](arkts-async-lock-introduction.md)
35                - [ASON解析与生成](ason-parsing-generation.md)
36                - [共享容器](arkts-collections-introduction.md)
37                - [共享模块](arkts-sendable-module.md)
38                - [Sendable对象冻结](sendable-freeze.md)
39                - [Sendable使用场景](sendable-guide.md)
40        - 线程间通信场景<!--interthead-communication-guide-->
41            - [使用TaskPool执行独立的耗时任务](independent-time-consuming-task.md)
42            - [使用TaskPool执行多个耗时任务](multi-time-consuming-tasks.md)
43            - [TaskPool任务与宿主线程通信](taskpool-communicates-with-mainthread.md)
44            - [Worker和宿主线程的即时消息通信](worker-communicates-with-mainthread.md)
45            - [Worker同步调用宿主线程的接口](worker-invoke-mainthread-interface.md)
46            - [多级Worker间高性能消息通信](worker-postMessage-sendable.md)
47    - 应用多线程开发<!--multithread-develop-guide-->
48        - [应用多线程开发概述](multithread-develop-overview.md)
49        - 耗时任务并发场景<!--time-consuming-task-->
50            - [耗时任务并发场景简介](time-consuming-task-overview.md)
51            - [CPU密集型任务开发指导 (TaskPool和Worker)](cpu-intensive-task-development.md)
52            - [I/O密集型任务开发指导 (TaskPool)](io-intensive-task-development.md)
53            - [同步任务开发指导 (TaskPool和Worker)](sync-task-development.md)
54        - 长时任务并发场景<!--long-time-task-->
55            - [长时任务并发场景简介](long-time-task-overview.md)
56            - [长时任务开发指导(TaskPool)](long-time-task-guide.md)
57        - 常驻任务并发场景<!--resident-task-->
58            - [常驻任务并发场景简介](resident-task-overview.md)
59            - [常驻任务开发指导(Worker)](resident-task-guide.md)
60        - 应用多线程开发实践案例<!--multithread-develop-case-->
61            - [批量数据写数据库场景](batch-database-operations-guide.md)
62            - [业务模块并发加载场景](concurrent-loading-modules-guide.md)
63            - [全局配置项功能场景](global-configuration-guide.md)
64            - [ArkUI数据更新场景](makeobserved-sendable.md)
65            - [C++线程间数据共享场景](native-interthread-shared.md)
66            - [ArkUI瀑布流渲染场景](taskpool-waterflow.md)
67- [ArkTS跨语言交互](arkts-cross-language-interaction.md)
68- ArkTS运行时<!--arkts-runtime-->
69    - [ArkTS运行时概述](arkts-runtime-overview.md)
70    - [GC垃圾回收](gc-introduction.md)
71    - ArkTS模块化<!--arkts-runtime-module-->
72        - [模块化运行简介](module-principle.md)
73        - [动态加载](arkts-dynamic-import.md)
74        - [延迟加载(lazy import)](arkts-lazy-import.md)
75        - [同步方式动态加载native模块](js-apis-load-native-module.md)
76        - [静态方式加载native模块](arkts-import-native-module.md)
77        - [基于Node-API加载模块](load-module-base-nodeapi.md)
78        - [模块加载副作用及优化](arkts-module-side-effects.md)
79- ArkTS编译工具链<!--arkts-compilation-tool-chain-->
80    - [ArkTS编译工具链概述](compilation-tool-chain-overview.md)
81    - 方舟字节码<!--arkts-bytecode-->
82        - [方舟字节码概述](arkts-bytecode-overview.md)
83        - [方舟字节码文件格式](arkts-bytecode-file-format.md)
84        - [方舟字节码基本原理](arkts-bytecode-fundamentals.md)
85        - [方舟字节码函数命名规则](arkts-bytecode-function-name.md)
86        - [编译期自定义修改方舟字节码](customize-bytecode-during-compilation.md)
87    - [Disassembler反汇编工具](tool-disassembler.md)
88    - ArkGuard源码混淆工具<!--arkts-arkguard-->
89        - [ArkGuard混淆概述](source-obfuscation-overview.md)
90        - [ArkGuard混淆原理及功能](source-obfuscation.md)
91        - [ArkGuard混淆开启指南](source-obfuscation-guide.md)
92        - [不同包类型的源码混淆建议](source-obfuscation-practice.md)
93        - [ArkGuard混淆常见问题](source-obfuscation-questions.md)
94    - [在build-profile.json5中配置arkOptions](arkoptions-guide.md)
95
96