diff --git a/README.md b/README.md index 5508def1731c596e3f6cb3e3449ba9aca967dc04..488211f80b72aa25717eda2dcc720adf2f1ad7d2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| | [node-csv](https://github.com/adaltas/node-csv) | 可用于解析csv文件,生成csv文件 | [sample地址](https://gitee.com/openharmony-tpc/node-csv)| - +| [okio ](https://gitee.com/zdy09/okio) | okio 是一个通过数据流、序列化和文件系统来优化系统输入输出流的能力的库。| [sample地址](https://gitee.com/zdy09/okio)| + [返回目录](#目录) #### 编码解码 @@ -41,10 +42,21 @@ | [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf)| | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| + [返回目录](#目录) ### 其他 |三方组件名称|描述|sample地址| |:---:|:---:|:---:| +[返回目录](#目录) + + +#### 网络相关 + +|三方组件名称|描述|sample地址| +|:---:|:---:|:---:| +| [httpclient](https://gitee.com/zdy09/httpclient) | httpclient是OpenHarmony 里一个高效执行的HTTP客户端,使用它可使您的内容加载更快,并节省您的流量。| [sample地址](https://gitee.com/zdy09/httpclient)| + + [返回目录](#目录) \ No newline at end of file