From e91d2bbab3f5be71433fb3e7f77be3242bffb600 Mon Sep 17 00:00:00 2001 From: fybug <1006291762@qq.com> Date: Tue, 23 Oct 2018 13:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 78372c9..156afef 100644 --- a/README.md +++ b/README.md @@ -31,21 +31,24 @@ ------------------------------------------------------------------------------- # 包组件 -- Annotations 注释包 -- lang 常用或未分类的工具包 -- Porcessing 处理工具包 -- Porcessing.Interface 集成处理接口 -- Porcessing.Sort 排序工具包 -- Porcessing.Stop 中断工具包 -- Util 数据结构包 -- Util.NoSynchronized 非并发数据结构包 -- Util.Map 映射集 -- Util.Porcessing 数据结构相关算法和工具包 +- Annotations **注释包** +- lang **常用或未分类的工具包** +- Porcessing **处理工具包** +- Porcessing.Interface **集成处理接口** +- Porcessing.Sort **排序工具包** +- Porcessing.Stop **中断工具包** +- Util **数据结构包** +- Util.NoSynchronized **非并发数据结构包** +- Util.Map **映射集** +- Util.Porcessing **数据结构相关算法和工具包** ## 使用方法 请导入其 `jar` 文件,文件在 [发行版](https://gitee.com/fybug/PDFunctionLibrary/releases) 、 [附件](https://gitee.com/fybug/PDFunctionLibrary/attach_files) 或项目的 [jar](https://gitee.com/fybug/PDFunctionLibrary/tree/master/jar) 文件夹下可以找到 >发行版中可以看到全部版本
项目下的 jar 文件夹是当前最新的每夜版
附件中是最新的包 +## 使用该库进行开发的项目 +[PDStream](https://gitee.com/fybug/PDStream) :用于基于操作器的 I/O 库 + ## 分支说明 [dev-master](https://gitee.com/fybug/PDFunctionLibrary/tree/dev-master) :当前的开发分支,可以拿到最新的每夜版 jar -- Gitee